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

Sort errors by location before appending them to the AST #463

Merged
merged 1 commit into from
Jan 17, 2024

Commits on Jan 16, 2024

  1. Sort errors by location before appending them to the AST

    This may seem like an unnecessary feature since the whole point
    of embedding errors is to allow reporting them all at once. This works
    with merlin but not with the compiler which will only report the first
    one it encounters.
    
    Signed-off-by: Nathan Rebours <[email protected]>
    NathanReb committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3c3c6fb View commit details
    Browse the repository at this point in the history