Skip to content

Give reasonable error messages when classfiles are not found #8414

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

Merged
merged 1 commit into from
Mar 3, 2020

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Mar 1, 2020

Fixes #6501
Fixes #8405

Both tests exercise corner cases where a type seems to be present at first
but then is missing. It took some effort to dig out the useful error message
from excetiopn handling code.

Fixes scala#6501
Fixes scala#8405

Both tests exercise corner cases where a type seems to be present at first
but then is missing. It took some effort to dig out the useful error message
from excetiopn handling code.
@odersky odersky requested a review from anatoliykmetyuk March 2, 2020 12:46
@odersky odersky added the fasttrack Simple fix. Reviewer should merge or apply additional changes directly. label Mar 2, 2020
@anatoliykmetyuk anatoliykmetyuk merged commit 8043497 into scala:master Mar 3, 2020
@anatoliykmetyuk anatoliykmetyuk deleted the fix-#8405 branch March 3, 2020 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fasttrack Simple fix. Reviewer should merge or apply additional changes directly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dotc crash caused by: cannot take signature of type alias Crash with path-dependent types applied to Nothing
2 participants