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

Handle recursions in isFullyDefined #15443

Merged
merged 1 commit into from
Jun 15, 2022
Merged

Commits on Jun 14, 2022

  1. Handle recursions in isFullyDefined

    If one indulges in cycles to heavily it can happen that we run into
    an infinite recursion in `fullyDefinedType` even before we had a chance
    to run `checkNonCyclic`. In this case we now diagnose the stack overflow
    as an error message instead of fialing with an internal error.
    
    Fixes scala#15311
    odersky committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0e1d53c View commit details
    Browse the repository at this point in the history