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 parser bug where "type" was misinterpreted as a keyword inside a match #3950

Merged
merged 4 commits into from Oct 17, 2023

Commits on Oct 16, 2023

  1. Fix parser bug where "type" was misinterpreted as a keyword inside a …

    …match
    
    Fixes psf#3790
    
    Slightly hacky, but I think this is correct and it should also improve performance somewhat.
    JelleZijlstra committed Oct 16, 2023
    Copy the full SHA
    a66606e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4e8bcf8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ed1d7b1 View commit details
    Browse the repository at this point in the history
  4. fix test

    JelleZijlstra committed Oct 16, 2023
    Copy the full SHA
    d14db1b View commit details
    Browse the repository at this point in the history