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

Add Dotty support #460

Merged
merged 1 commit into from
May 1, 2018
Merged

Add Dotty support #460

merged 1 commit into from
May 1, 2018

Conversation

Duhemm
Copy link
Collaborator

@Duhemm Duhemm commented May 1, 2018

Rebased #74

I only had to fix def hasScalaCompilerName from your previous PR.

@Duhemm Duhemm merged commit a670acb into master May 1, 2018
@Duhemm Duhemm deleted the topic/dotty-support branch May 1, 2018 13:18
jvican added a commit that referenced this pull request Oct 6, 2019
#460 initially added support
for Dotty but we removed it recently while experimenting with some
breaking changes in the Zinc compiler interface. Those changes were
afterwards refactored to be non-breaking with the Dotty compiler bridge,
which means Dotty continues to work with Bloop.

However, we must need a change in the Dotty compiler interface to
support invalidation of class files by hooking up into their compiler
symbol loaders. I'll follow up with that change in the Dotty repository.
@jvican jvican mentioned this pull request Oct 6, 2019
jvican added a commit that referenced this pull request Oct 6, 2019
#460 initially added support
for Dotty but we removed it recently while experimenting with some
breaking changes in the Zinc compiler interface. Those changes were
afterwards refactored to be non-breaking with the Dotty compiler bridge,
which means Dotty continues to work with Bloop.

However, we must need a change in the Dotty compiler interface to
support invalidation of class files by hooking up into their compiler
symbol loaders. I'll follow up with that change in the Dotty repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants