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

Upstream patch to short-path #1645

Merged
merged 2 commits into from
Jul 18, 2023
Merged

Upstream patch to short-path #1645

merged 2 commits into from
Jul 18, 2023

Commits on Jul 17, 2023

  1. Upstream patch to short-path

    This should resolves short-path normalization hanging in some situations.
    
    > The paths that are not being included are weird ones used whilst checking type declarations that are recursive. Unlike almost all other type defunitions, they get mutated after they are added to an environment, and actually become invalid cyclic types. Since short-paths looks at the types lazily it sees the cyclic definition and blows up.
    
    This might be fixed upstream one day:
    ocaml/ocaml#9324
    voodoos committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7065f88 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    39ec47f View commit details
    Browse the repository at this point in the history