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

supplementErrorMessage should swallow TypeError #7360

Closed
scabug opened this issue Apr 12, 2013 · 2 comments
Closed

supplementErrorMessage should swallow TypeError #7360

scabug opened this issue Apr 12, 2013 · 2 comments
Assignees
Labels
Milestone

Comments

@scabug
Copy link

scabug commented Apr 12, 2013

I just saw a case in which an abort due to:

[warn] creating stub symbol to defer error: bad symbolic reference. A signature in TraceMonitor.class refers to term actors
[warn] in package scala which is not available.
[warn] It may be completely missing from the current classpath, or the version on
[warn] the classpath might be incompatible with the version used when compiling TraceMonitor.class.

triggered a cyclic reference error in supplement error message, which is not caught by case _: Exception, and consequently obscured the original error.

@scabug
Copy link
Author

scabug commented Apr 12, 2013

Imported From: https://issues.scala-lang.org/browse/SI-7360?orig=1
Reporter: @retronym
Affected Versions: 2.10.0

@scabug
Copy link
Author

scabug commented Apr 13, 2013

@retronym said:
scala/scala#2389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants