Skip to content

Commit

Permalink
transpiler/module-info: Track Eclipse bug as comment in file
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Oct 20, 2023
1 parent 23e4eae commit 198422b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transpiler/src/main/java/module-info.java.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* There currently are two obstacles:
* 1. A test expects classes in the default package, which is not allowed in a modularized environment.
* 2. Eclipse fails to launch tests due to a stack overflow error ...
* https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1490
*/
module org.jsweet.transpiler {
requires standalone.jdk.compiler;
Expand Down

0 comments on commit 198422b

Please sign in to comment.