Daniel Holle dholle
  • Laboringenieur Informatik

  • Joined on 2023-11-10
dholle commented on issue JavaTX/JavaCompilerCore#84 2024-03-05 10:00:00 +00:00
Targetast: MatrixOP Codegenerierung funktioniert nicht

Funktioniert jetzt

dholle closed issue JavaTX/JavaCompilerCore#84 2024-03-05 10:00:00 +00:00
Targetast: MatrixOP Codegenerierung funktioniert nicht
dholle commented on issue JavaTX/JavaCompilerCore#98 2024-03-05 09:55:31 +00:00
Aufruf von generischen Methoden muss mit Object erfolgen und nocht der Instanz

Das Beispiel funktioniert nicht wegen vectorAddAll, das ist nicht definiert.

dholle commented on issue JavaTX/JavaCompilerCore#107 2024-03-05 09:27:23 +00:00
Matrix.class nicht ladbar

Scheint jetzt zu funktionieren

dholle closed issue JavaTX/JavaCompilerCore#107 2024-03-05 09:27:23 +00:00
Matrix.class nicht ladbar
dholle closed issue JavaTX/JavaCompilerCore#283 2024-03-05 09:26:59 +00:00
Matrix Test braucht extrem lange
dholle pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-03-05 09:26:49 +00:00
a90e9df1e8 Fix regression #283
dholle closed issue JavaTX/JavaCompilerCore#213 2024-03-04 14:24:46 +00:00
Das jar-Package aus dem Branch targetBytecode funktioniert nicht
dholle opened issue JavaTX/JavaCompilerCore#283 2024-03-04 14:21:44 +00:00
Matrix Test
dholle pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-03-04 11:20:03 +00:00
1877d7f170 Add test for #112
dholle closed issue JavaTX/JavaCompilerCore#220 2024-03-04 11:13:42 +00:00
Generics werden aus .class-Files nicht übernommen
dholle pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-03-04 11:00:36 +00:00
388614b220 Add testcase for LamRunnable
dholle closed issue JavaTX/JavaCompilerCore#113 2024-03-04 11:00:14 +00:00
Bytecode für Lambda-Audrücke als implementierung der Functional Interface funktioniert nicht
dholle commented on issue JavaTX/JavaCompilerCore#125 2024-03-04 10:52:10 +00:00
toString() funktionier nicht für java.util.ArrayList und java.util.LinkedList

@pl Ich glaube da funktioniert was in Typcheck nicht bzw die constraints sind falsch, vielleicht schaust du dir das mal an

dholle pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-03-04 10:51:35 +00:00
f2e43f180c Add test for issue #125
dholle closed issue JavaTX/JavaCompilerCore#123 2024-03-04 10:30:43 +00:00
Ifs ohne Block funktionieren "manchmal" nicht
dholle pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-03-04 10:30:43 +00:00
59585296b0 Fix single expressions not converting to blocks. Fixes #123
dholle closed issue JavaTX/JavaCompilerCore#122 2024-03-04 09:58:35 +00:00
For-Scheife innerhalb von If-Block funktioniert nicht
dholle pushed to targetBytecode at JavaTX/JavaCompilerCore 2024-03-04 09:58:35 +00:00
f11d4b0716 Fix for loop overflowing the stack. Fixes #122