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

Fix #4151: Report a somewhat helpful message for back-end exceptions. #4179

Merged
merged 1 commit into from Sep 7, 2020

Commits on Sep 7, 2020

  1. Fix #4151: Report a somewhat helpful message for back-end exceptions.

    This implements exactly the same last resort mechanism as the JVM
    for back-end crashes. In particular, it applies for string literals
    that are too long to be serialized (in JVM bytecode or in SJSIR).
    
    Arguably, this should be caught earlier as a nice front-end compile
    error, but that is not a job for Scala.js.
    sjrd committed Sep 7, 2020
You can’t perform that action at this time.