Skip to content

Regression: dotty/compile should not compile bootstrapped projects #3225

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

Closed
smarter opened this issue Oct 1, 2017 · 0 comments
Closed

Regression: dotty/compile should not compile bootstrapped projects #3225

smarter opened this issue Oct 1, 2017 · 0 comments

Comments

@smarter
Copy link
Member

smarter commented Oct 1, 2017

This is a regression after #3141, because asDottyRoot contains:

aggregate(`dotty-interfaces`, dottyLibrary, dottyCompiler, dottyDoc, `dotty-language-server`, dottySbtBridgeReference).

But dotty-language-server is a bootstrapped only project and should not be aggregated for the non-bootstrapped dotty root.

@smarter smarter changed the title dotty/compile should not compile bootstrapped projects Regression: dotty/compile should not compile bootstrapped projects Oct 1, 2017
@smarter smarter closed this as completed in 9444f44 Oct 1, 2017
smarter added a commit that referenced this issue Oct 1, 2017
Fix #3225: Do not aggregate the language server to the root project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants