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

Error instead of StaleSymbol crash for certain cyclic macro dependencies #19549

Merged
merged 2 commits into from
Jan 30, 2024

Commits on Jan 27, 2024

  1. Error instead of StaleSymbol crash for certain cyclic macro dependencies

    If a suspended macro refers back to a symbol in a previously compiled package
    object, report this as an error instead of crashing with a StaleSymbol exception.
    
    There's unfortunately not a lot of info available at the point where the error
    is raised, so the error message is a bit vague. But it's better than crashing.
    odersky committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e4e1c57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb9d4b View commit details
    Browse the repository at this point in the history