Skip to content

Fix in-memory compilation by using JDK compiler - #21

Merged
mrbdahlem merged 1 commit into
codex/update-eclipse-compiler-for-in-memory-executionfrom
codex/fix-file-not-found-in-compilation-unit
Sep 3, 2025
Merged

Fix in-memory compilation by using JDK compiler#21
mrbdahlem merged 1 commit into
codex/update-eclipse-compiler-for-in-memory-executionfrom
codex/fix-file-not-found-in-compilation-unit

Conversation

@mrbdahlem

Copy link
Copy Markdown
Collaborator

Summary

  • use ToolProvider.getSystemJavaCompiler instead of ECJ to compile sources entirely from memory
  • map in-memory sources with a string URI scheme and add stream support
  • update ZombieLand memory compiler to the JDK compiler and --release 8

Testing

  • mvn test -e

https://chatgpt.com/codex/tasks/task_e_68b8be8af38c8329802a3cf9b6d644e8

@mrbdahlem
mrbdahlem merged commit d56017d into codex/update-eclipse-compiler-for-in-memory-execution Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant