|
1f74345324
|
Upload test for #298
|
2024-03-19 15:19:57 +01:00 |
|
|
518f58e08f
|
Maybe null here was in fact right?
|
2024-03-18 13:40:37 +01:00 |
|
|
0acfe6c0d4
|
Implement ThisCall (fix #295)
|
2024-03-18 13:29:53 +01:00 |
|
|
c07d4d36e9
|
Fix wrong type conversion, see #297
|
2024-03-18 12:14:03 +01:00 |
|
|
01e374eadd
|
Fix #296
|
2024-03-18 10:14:40 +01:00 |
|
|
a1b5c0541b
|
Fix NPE in generics, probably because interface method don't have code
|
2024-03-15 17:14:27 +01:00 |
|
|
66c8c307b0
|
Fix recursive packages
|
2024-03-14 15:23:31 +01:00 |
|
|
ebd6a00a39
|
Fix the rest of the test cases
|
2024-03-14 14:38:02 +01:00 |
|
|
f57d89c966
|
Manage imports per source file instead of globally, should fix #290
|
2024-03-14 13:51:20 +01:00 |
|
|
f9188e65ca
|
Public all the things
|
2024-03-14 13:50:56 +01:00 |
|
|
e354838491
|
Use wildcard constraint in foreach, fixes #291 and hopefully doesn't break anything
|
2024-03-14 10:23:19 +01:00 |
|
|
e17f08263e
|
Fix <?> Wildcard not working in STG, fixes #287
|
2024-03-13 11:42:32 +01:00 |
|
|
2cb84f9e2b
|
Ignore annotations in STG, fix #288
|
2024-03-13 11:29:17 +01:00 |
|
|
83ae05ea4a
|
Fix #289
|
2024-03-13 11:21:00 +01:00 |
|
|
26452eb5de
|
Fix #286
|
2024-03-11 16:16:10 +01:00 |
|
|
38827544c9
|
Split up test and compile to improve readability
|
2024-03-08 17:33:49 +01:00 |
|
|
ff905390e8
|
Limit stack traces
|
2024-03-08 17:30:01 +01:00 |
|
|
2d9094ec4e
|
Redirect test output to file in order for the test output to be visible on gitea
|
2024-03-08 17:20:54 +01:00 |
|
|
e27eb3a3fe
|
Fix #285
|
2024-03-08 16:58:00 +01:00 |
|
|
73ca790711
|
Create folder
|
2024-03-08 15:26:40 +01:00 |
|
|
452064398a
|
Update actions
|
2024-03-08 15:08:45 +01:00 |
|
|
20d6cb8eb9
|
Remove sudo?
|
2024-03-08 15:05:02 +01:00 |
|
|
b7f1db5d80
|
Update workflow
|
2024-03-08 15:00:17 +01:00 |
|
|
b327518921
|
Update workflow
|
2024-03-08 14:54:58 +01:00 |
|
|
945b47c762
|
Fix #284
|
2024-03-08 14:42:49 +01:00 |
|
|
65a71ebe0c
|
Add test for #285 and partially fix it
|
2024-03-08 14:00:52 +01:00 |
|
|
deeb67c4f7
|
Add test workflow
|
2024-03-07 14:41:50 +01:00 |
|
|
c92edeaf2a
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2024-03-07 10:44:37 +01:00 |
|
|
01e3d31f1a
|
Add Object methods to every interface, fixes #125
|
2024-03-06 14:10:57 +01:00 |
|
|
a90e9df1e8
|
Fix regression #283
|
2024-03-05 10:26:30 +01:00 |
|
pl@gohorb.ba-horb.de
|
1c1f5ae29f
|
Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2024-03-04 19:37:40 +01:00 |
|
pl@gohorb.ba-horb.de
|
8ab5bbd831
|
modified: src/test/java/AllgemeinTest.java
|
2024-03-04 19:37:10 +01:00 |
|
|
1877d7f170
|
Add test for #112
|
2024-03-04 12:19:56 +01:00 |
|
|
388614b220
|
Add testcase for LamRunnable
|
2024-03-04 12:00:29 +01:00 |
|
|
f2e43f180c
|
Add test for issue #125
|
2024-03-04 11:51:28 +01:00 |
|
|
59585296b0
|
Fix single expressions not converting to blocks. Fixes #123
|
2024-03-04 11:30:36 +01:00 |
|
|
f11d4b0716
|
Fix for loop overflowing the stack. Fixes #122
|
2024-03-04 10:58:26 +01:00 |
|
|
584690596e
|
Add filename to debug output, closes #126
|
2024-03-01 17:34:40 +01:00 |
|
|
9c6372c3ba
|
Thats probably important
|
2024-02-28 13:22:13 +01:00 |
|
|
688358aa33
|
Add more debug help
|
2024-02-28 13:16:32 +01:00 |
|
|
a60282414c
|
Add location information to constraints
|
2024-02-27 16:25:47 +01:00 |
|
|
75b9020cf9
|
Fix up Character
|
2024-02-26 15:02:15 +01:00 |
|
|
e88d4428c5
|
Fix constructor overloads getting picked with the wrong arity
|
2024-02-05 15:24:06 +01:00 |
|
|
dcfafe5995
|
Fix null literal
|
2024-02-05 14:46:00 +01:00 |
|
|
a035589647
|
Implement throw
|
2024-02-01 11:58:08 +01:00 |
|
|
9da763b361
|
Add instanceof
|
2024-01-31 17:27:18 +01:00 |
|
|
700ea125fc
|
Throw different exception
|
2024-01-30 15:46:02 +01:00 |
|
|
f18903834e
|
Fix super calls
|
2024-01-23 14:00:42 +01:00 |
|
|
b80cc726c8
|
Add ForEach loop
|
2024-01-19 16:29:59 +01:00 |
|
pl@gohorb.ba-horb.de
|
6cc40162da
|
Merge branch 'targetBytecode' of gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode
|
2023-12-15 13:49:35 +01:00 |
|