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

specify scip javac plugin targetroot exactly #2128

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

Arthurm1
Copy link
Contributor

Currently Bloop uses -targetroot:javac-classes-directory to specify the targetroot dir for the scip-java plugin, which means Bloop delegates to the plugin to work out the correct dir to place the semanticdb files in.

scip-java has to use the internal JDK API to perform the substitution which requires --add-exports and I see no way round that - hence in this PR Bloop specifies the exact classes directory

Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would love to specify that right when we add the option, but we don't have it unfortunately.

@tgodzik tgodzik merged commit a3a78de into scalacenter:main Aug 1, 2023
17 checks passed
@Arthurm1 Arthurm1 deleted the specify_javac_target_root branch August 1, 2023 10:58
tgodzik added a commit to tgodzik/bloop that referenced this pull request Aug 30, 2023
…ac_target_root"

This reverts commit a3a78de, reversing
changes made to 041a90b.

It seems to have caused scalacenter#2140
tgodzik added a commit that referenced this pull request Aug 30, 2023
Revert "Merge pull request #2128 from Arthurm1/specify_javac_target_root"
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.

None yet

2 participants