google / google/closure-templates

Run compilers from Java

Open
#194 6 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.