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

Make error span matching more precise #299

Open
danvk opened this issue Apr 19, 2024 · 0 comments
Open

Make error span matching more precise #299

danvk opened this issue Apr 19, 2024 · 0 comments

Comments

@danvk
Copy link
Owner

danvk commented Apr 19, 2024

There's currently some wiggle room to accommodate this pattern:

{
  longname = 12;
  // ~~~~~ Cannot find name 'longname'.
}

That's done by only requiring the end of the ~~~ to line up with the error. But unless it's at the beginning of the line (or the comment), the start of the ~~~ ought to line up, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant