f.holzwarth
  • Joined on 2025-02-11
f.holzwarth pushed to feat/unify-server-0variance at f.holzwarth/JavaCompilerCore 2025-07-01 21:11:54 +00:00
e8335715fb Merge branch 'feat/unify-server-0variance' of ssh://gitea.hb.dhbw-stuttgart.de:2222/f.holzwarth/JavaCompilerCore into feat/unify-server-0variance
e574174962 feat: undo some changes for testing
6df99fcacb feat: prevent concurrent list access on cancellable task
d3fbaea8c7 feat: introduce task cancelling
3415c250a3 feat: select multiple elements for variance 0
Compare 8 commits »
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-07-01 21:06:12 +00:00
1b905cb3e2 feat: implement loggers for the rest of the compiler
d02c3583e9 feat: implement new logger into type inference code
ca98e83fd2 feat: added logger
Compare 3 commits »
f.holzwarth pushed to feat/unify-server-0variance at f.holzwarth/JavaCompilerCore 2025-06-30 20:53:28 +00:00
9ec32970ee feat: prevent concurrent list access on cancellable task
f.holzwarth pushed to feat/unify-server-0variance at f.holzwarth/JavaCompilerCore 2025-06-30 20:21:25 +00:00
c54e012426 feat: introduce task cancelling
52f6ebcf3c feat: select multiple elements for variance 0
c80a0c8596 feat: fix error by reintroducing name generator and add server tests
2278fb1b91 feat: undo removing NameGenerator to fix errors in ast generation
32b16cd5fd feat: replace concurrent modification with correct function call
Compare 6 commits »
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-30 14:42:25 +00:00
c80a0c8596 feat: fix error by reintroducing name generator and add server tests
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-30 10:47:01 +00:00
2278fb1b91 feat: undo removing NameGenerator to fix errors in ast generation
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-30 09:50:11 +00:00
32b16cd5fd feat: replace concurrent modification with correct function call
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-29 14:04:59 +00:00
fd30c5f63f feat: prevent reusing the placeholder registry in tests
f.holzwarth created branch feat/unify-server-0variance-all in f.holzwarth/JavaCompilerCore 2025-06-29 12:33:34 +00:00
b9fd4e39be feat: start computing all zero variance cases in parallel
f.holzwarth created branch feat/unify-server-0variance in f.holzwarth/JavaCompilerCore 2025-06-28 13:58:35 +00:00
f.holzwarth pushed to feat/unify-server-0variance at f.holzwarth/JavaCompilerCore 2025-06-28 13:58:35 +00:00
76f589dd33 feat: select multiple elements for variance 0
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-28 12:48:46 +00:00
8bfd6ae255 feat: remove redundant lambda functions and Set-resizings
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-28 12:30:19 +00:00
ad2dfb13bd feat: speedup toString methods by using a StringBuilder instead of String concatenation
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-28 12:06:41 +00:00
501633a90c feat: fix test with null methodSignatureConstraint
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-28 11:36:43 +00:00
fc5560d0ce feat: fix test with null methodSignatureConstraint
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-28 11:28:12 +00:00
8984b0e74e feat: fix test with null methodSignatureConstraint
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-25 17:48:32 +00:00
4defa50ca2 feat: added version check on connecting
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-25 17:15:34 +00:00
d65e90536a feat: replace NameGenerator with instance of PlaceholderRegistry to prevent duplicates
f.holzwarth pushed to feat/unify-server at f.holzwarth/JavaCompilerCore 2025-06-25 17:14:55 +00:00
891da6d088 feat: replace NameGenerator with instance of PlaceholderRegistry to prevent duplicates