google / google/closure-templates
Run compilers from Java
Open
- Dominant language
- Java
- Stars
- 700
- Forks
- 199
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 26
Description
It would be great if it was possible to run the compilers from Java, e.g. for use in Bazel persistent workers. Unfortunately, the only (somewhat) public method calls `System.exit`, making it unusable for persistent workers.
Contributor guide
Research direction
Start by locating the public compiler entry point described in the issue and tracing where it calls System.exit. Determine an API suitable for Java callers such as Bazel persistent workers; done means compilers can be invoked without terminating the hosting JVM.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100