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

feat: Add diagnostic fix to remove unnecessary wrapper in type mismatch #18458

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2024

  1. Add diagnostic fix to remove unnecessary wrapper in type mismatch

    I also reorganized the tests in a more logical order
    Giga-Bowser committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d589319 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Remove extraneous .clone()s in unnecessary wrapper diagnostic fix

    I must've been tired while writing this or something.
    Giga-Bowser committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    0ad3509 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. minor: Handle the final statement in SyntaxFactory::block_expr prop…

    …erly
    
    This caused a bug that was rather tricky to hunt down!
    Giga-Bowser committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    13ce2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1415f0 View commit details
    Browse the repository at this point in the history