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

use bspCompileClassesPath in bspTransitiveCompileClasspath #2646

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

pieter-bos
Copy link
Contributor

Hi! This is my first contribution, so please let me know if there is anything for me to do.

As far as I understand this is OK, since bspCompileClasspath mentions it tries not to trigger compilation, so the transitive version may also try not to trigger compilation of the module dependencies.

This would be helpful to us, since we currently cannot load projects in intellij via bsp if there is a compilation error in any module other than the topmost module. On the surface this seems similar to the issue in #2484 (failing on buildTarget/scalacOptions due to an error within _.compile).

Copy link
Member

@lefou lefou left a comment

Choose a reason for hiding this comment

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

This looks good to me. Thanks for you contribution!

@lefou lefou merged commit ccbad36 into com-lihaoyi:main Jun 30, 2023
37 checks passed
@lefou lefou added this to the 0.11.2 milestone Jun 30, 2023
@pieter-bos pieter-bos deleted the lazy-bsp-compile-cp branch June 30, 2023 14:31
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