Commit Graph

  • 1f74345324 Upload test for #298 targetBytecode Daniel Holle 2024-03-19 15:19:57 +01:00
  • 518f58e08f Maybe null here was in fact right? Daniel Holle 2024-03-18 13:40:37 +01:00
  • 0acfe6c0d4 Implement ThisCall (fix #295) Daniel Holle 2024-03-18 13:29:53 +01:00
  • c07d4d36e9 Fix wrong type conversion, see #297 Daniel Holle 2024-03-18 12:14:03 +01:00
  • 01e374eadd Fix #296 Daniel Holle 2024-03-18 10:14:40 +01:00
  • a1b5c0541b Fix NPE in generics, probably because interface method don't have code Daniel Holle 2024-03-15 17:14:27 +01:00
  • 66c8c307b0 Fix recursive packages Daniel Holle 2024-03-14 15:23:31 +01:00
  • ebd6a00a39 Fix the rest of the test cases Daniel Holle 2024-03-14 14:37:55 +01:00
  • f57d89c966 Manage imports per source file instead of globally, should fix #290 Daniel Holle 2024-03-14 13:51:20 +01:00
  • f9188e65ca Public all the things Daniel Holle 2024-03-14 13:50:56 +01:00
  • e354838491 Use wildcard constraint in foreach, fixes #291 and hopefully doesn't break anything Daniel Holle 2024-03-14 10:23:19 +01:00
  • e17f08263e Fix <?> Wildcard not working in STG, fixes #287 Daniel Holle 2024-03-13 11:42:32 +01:00
  • 2cb84f9e2b Ignore annotations in STG, fix #288 Daniel Holle 2024-03-13 11:29:17 +01:00
  • 83ae05ea4a Fix #289 Daniel Holle 2024-03-13 11:21:00 +01:00
  • 26452eb5de Fix #286 Daniel Holle 2024-03-11 16:16:10 +01:00
  • 38827544c9 Split up test and compile to improve readability Daniel Holle 2024-03-08 17:33:49 +01:00
  • ff905390e8 Limit stack traces Daniel Holle 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 Daniel Holle 2024-03-08 17:20:54 +01:00
  • e27eb3a3fe Fix #285 Daniel Holle 2024-03-08 16:58:00 +01:00
  • 73ca790711 Create folder Daniel Holle 2024-03-08 15:26:40 +01:00
  • 452064398a Update actions Daniel Holle 2024-03-08 15:08:45 +01:00
  • 20d6cb8eb9 Remove sudo? Daniel Holle 2024-03-08 15:05:02 +01:00
  • b7f1db5d80 Update workflow Daniel Holle 2024-03-08 15:00:17 +01:00
  • b327518921 Update workflow Daniel Holle 2024-03-08 14:54:58 +01:00
  • 945b47c762 Fix #284 Daniel Holle 2024-03-08 14:42:49 +01:00
  • 65a71ebe0c Add test for #285 and partially fix it Daniel Holle 2024-03-08 14:00:52 +01:00
  • deeb67c4f7 Add test workflow Daniel Holle 2024-03-07 14:41:50 +01:00
  • c92edeaf2a Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode Daniel Holle 2024-03-07 10:44:37 +01:00
  • 01e3d31f1a Add Object methods to every interface, fixes #125 Daniel Holle 2024-03-06 14:10:47 +01:00
  • a90e9df1e8 Fix regression #283 Daniel Holle 2024-03-05 10:26:30 +01:00
  • 1c1f5ae29f Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2024-03-04 19:37:40 +01:00
  • 8ab5bbd831 modified: src/test/java/AllgemeinTest.java pl@gohorb.ba-horb.de 2024-03-04 19:37:10 +01:00
  • 1877d7f170 Add test for #112 Daniel Holle 2024-03-04 12:19:56 +01:00
  • 388614b220 Add testcase for LamRunnable Daniel Holle 2024-03-04 12:00:29 +01:00
  • f2e43f180c Add test for issue #125 Daniel Holle 2024-03-04 11:51:28 +01:00
  • 59585296b0 Fix single expressions not converting to blocks. Fixes #123 Daniel Holle 2024-03-04 11:30:36 +01:00
  • f11d4b0716 Fix for loop overflowing the stack. Fixes #122 Daniel Holle 2024-03-04 10:58:26 +01:00
  • 584690596e Add filename to debug output, closes #126 Daniel Holle 2024-03-01 17:34:40 +01:00
  • 9c6372c3ba Thats probably important Daniel Holle 2024-02-28 13:22:13 +01:00
  • 688358aa33 Add more debug help Daniel Holle 2024-02-28 13:16:32 +01:00
  • a60282414c Add location information to constraints Daniel Holle 2024-02-27 16:25:47 +01:00
  • 75b9020cf9 Fix up Character Daniel Holle 2024-02-26 15:02:15 +01:00
  • e88d4428c5 Fix constructor overloads getting picked with the wrong arity Daniel Holle 2024-02-05 15:24:06 +01:00
  • dcfafe5995 Fix null literal Daniel Holle 2024-02-05 14:46:00 +01:00
  • a035589647 Implement throw Daniel Holle 2024-02-01 11:58:08 +01:00
  • 9da763b361 Add instanceof Daniel Holle 2024-01-31 17:27:18 +01:00
  • 700ea125fc Throw different exception Daniel Holle 2024-01-30 15:46:02 +01:00
  • f18903834e Fix super calls Daniel Holle 2024-01-23 14:00:42 +01:00
  • b80cc726c8 Add ForEach loop Daniel Holle 2024-01-19 16:29:59 +01:00
  • 6cc40162da Merge branch 'targetBytecode' of gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-12-15 13:49:35 +01:00
  • 71899ac673 Please enter the commit message for your changes. Lines starting with '#' will be ignored, and an empty message aborts the commit. pl@gohorb.ba-horb.de 2023-12-15 13:47:25 +01:00
  • a84d1ffdd7 modified: ../src/main/java/de/dhbwstuttgart/core/JavaTXCompiler.java Resultmodell aktiviert modified: ../src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java a < void und void < a => a = void. pl@gohorb.ba-horb.de 2023-11-08 18:28:54 +01:00
  • a3d63a0266 modified: ../src/main/java/de/dhbwstuttgart/core/JavaTXCompiler.java modified: ../src/test/java/TestComplete.java pl@gohorb.ba-horb.de 2023-11-08 18:10:56 +01:00
  • dcc2da85c5 Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-11-07 00:13:53 +01:00
  • 6f193b19ab modified: src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/SyntaxTreeGenerator.java modified: src/test/java/TestComplete.java pl@gohorb.ba-horb.de 2023-11-07 00:13:43 +01:00
  • 1c55954e5c Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode Daniel Holle 2023-11-06 12:31:27 +01:00
  • ec04f01a10 Allow relative paths by getting the absolute file (seriously Java) Daniel Holle 2023-11-06 12:30:42 +01:00
  • 78a2fddc21 modified: ../../../../../resources/bytecode/javFiles/Cycle.class pl@gohorb.ba-horb.de 2023-11-03 20:30:22 +01:00
  • 44f8899157 Merge branch 'targetBytecode' of gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-11-03 20:26:41 +01:00
  • d1a6dcbbac modified: core/JavaTXCompiler.java modified: typeinference/constraints/ConstraintSet.java modified: typeinference/unify/TypeUnifyTask.java pl@gohorb.ba-horb.de 2023-11-03 20:25:17 +01:00
  • 15150fca9e modified: ../../../src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java pl@gohorb.ba-horb.de 2023-11-03 18:56:31 +01:00
  • fba7f0ee81 Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-11-03 18:42:09 +01:00
  • e0da2a4c46 modified: Cycle.class modified: LambdaRunnable.jav modified: ../../../src/test/java/TestComplete.java pl@gohorb.ba-horb.de 2023-11-03 18:41:17 +01:00
  • f588ece7c3 Fix up runnable Daniel Holle 2023-11-03 15:45:14 +01:00
  • 9ad5b76542 Fix up bad error handling Daniel Holle 2023-11-03 10:26:43 +01:00
  • 3d2c699964 Fix up functional interface Daniel Holle 2023-11-02 15:46:40 +01:00
  • f95c3c5fcf Fix up method resolution Daniel Holle 2023-11-02 15:25:25 +01:00
  • 4654ecacaf Some changes in how overload resolution works Daniel Holle 2023-11-02 13:07:42 +01:00
  • 1be27746e3 Allow Void as return type for Lambdas Daniel Holle 2023-10-31 14:26:43 +01:00
  • c51190feef Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-10-27 21:19:30 +02:00
  • c4ce97f20c Anpassung zur Integration von Functional Interfaces und FunN$$-Typen pl@gohorb.ba-horb.de 2023-10-27 21:17:52 +02:00
  • 837317c84c Make System.out.println work Daniel Holle 2023-10-27 15:28:46 +02:00
  • df852ef36e Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-10-27 14:33:21 +02:00
  • c00722823a Functional Interfaces und Funn&&-Typen integriert. pl@gohorb.ba-horb.de 2023-10-27 14:29:27 +02:00
  • e31f1c59e1 Examples Daniel Holle 2023-10-27 14:27:47 +02:00
  • 5d0d7a6d94 Translate for loop Daniel Holle 2023-10-24 17:34:06 +02:00
  • b372c6ac1c More work on static, references to other classes Daniel Holle 2023-10-24 15:17:13 +02:00
  • 124dea2e58 Static blocks (might be needed for something) Daniel Holle 2023-10-24 12:05:19 +02:00
  • eaef00ff54 Static but no static blocks yet Daniel Holle 2023-10-23 16:44:12 +02:00
  • 892ba5fff0 Add interfaces Daniel Holle 2023-10-19 17:02:22 +02:00
  • 628f1631e8 Allow packages Daniel Holle 2023-10-18 16:54:41 +02:00
  • 0b815950e1 Remove empty files Daniel Holle 2023-10-17 12:31:29 +02:00
  • f10e7e6d72 Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de:/bahome/projekt/git/JavaCompilerCore into targetBytecode Daniel Holle 2023-10-17 12:27:52 +02:00
  • 700ecf3e5d Changes from weeks ago, needs review Daniel Holle 2023-10-17 12:26:40 +02:00
  • f7c53fc6c3 modified: src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java Kommentar "In commit dfd91b5f8b7fca1cb5f302eec4b0ba3330271c9b eingefuegt" eingefuegt pl@gohorb.ba-horb.de 2023-10-07 20:30:37 +02:00
  • 9764ec6db1 Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-10-07 07:24:59 +02:00
  • b21faa30fc new file: S2023_Luca_Trumpfheller.pdf pl@gohorb.ba-horb.de 2023-10-05 15:52:48 +02:00
  • 87f8b8799e modified: src/test/java/AllgemeinTest.java pl@gohorb.ba-horb.de 2023-10-05 15:49:09 +02:00
  • 769f1bb677 Progress on implementing the basic case Vic Nightfall 2023-09-01 18:26:01 +02:00
  • 5623fdc020 Merge branch 'targetBytecode' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into targetBytecode pl@gohorb.ba-horb.de 2023-09-01 17:20:34 +02:00
  • dfd91b5f8b TESTEN OB DAS SINN MACHT modified: src/main/java/de/dhbwstuttgart/typeinference/unify/TypeUnifyTask.java modified: src/test/java/AllgemeinTest.java pl@gohorb.ba-horb.de 2023-09-01 17:18:51 +02:00
  • 3c43978c55 Less general type Vic Nightfall 2023-09-01 12:51:06 +02:00
  • fb7b51a971 Point out what the goal translation is Vic Nightfall 2023-09-01 12:34:43 +02:00
  • 56c360104b TripleTest Daniel Holle 2023-08-30 11:28:17 +02:00
  • e414da3369 Simple record patterns in method headers Daniel Holle 2023-08-18 17:15:15 +02:00
  • 5f1f698530 Refactor Daniel Holle 2023-08-18 15:15:40 +02:00
  • 729e88bc6d Add test for instanceof Daniel Holle 2023-08-18 11:35:01 +02:00
  • bffc7f9f1c Remove TypePattern and replace it with FormalParameter Daniel Holle 2023-08-17 16:25:19 +02:00
  • 011b272af6 Fix missing constraints Daniel Holle 2023-08-17 16:15:38 +02:00
  • ee359da751 Refactor Patterns Daniel Holle 2023-08-17 15:56:16 +02:00