Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Frege Compiler Classpath with Environment Variable #28

Merged
merged 3 commits into from
Jul 22, 2022

Conversation

tricktron
Copy link
Owner

@tricktron tricktron commented Jul 22, 2022

Implements the low hanging fruit solution of #26.

New Modules

The ability to configure the frege compiler drove splitting the compilerHelper module into compileOptions, compileGlobal and compileExecutor modules.

explore the effort of reading a gradle plugin property with
the gradle tooling api.
Expose two environment variables to configure the frege compiler:
- FREGE_LSP_SOURCE_DIR
- FREGE_LSP_EXTRA_CLASSPATH
@tricktron tricktron force-pushed the f-gradle-tooling-api branch from 9da9136 to b0d5069 Compare July 22, 2022 18:55
@tricktron tricktron merged commit 59408f8 into main Jul 22, 2022
@tricktron tricktron deleted the f-gradle-tooling-api branch July 22, 2022 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant