-
Notifications
You must be signed in to change notification settings - Fork 823
More test for error recovery #18669
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
More test for error recovery #18669
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@edgarfgp Thanks a lot! I've added a few ideas about trying to make it a bit simpler
tests/FSharp.Compiler.ComponentTests/ErrorMessages/AbbreviationTests.fs
Outdated
Show resolved
Hide resolved
tests/FSharp.Compiler.ComponentTests/ErrorMessages/AbbreviationTests.fs
Outdated
Show resolved
Hide resolved
tests/FSharp.Compiler.ComponentTests/ErrorMessages/AbbreviationTests.fs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the addition.
I agree with @auduchinok on the naming - we can exclude name of the surrounding module/namespace, and make test names shorted.
(and I know that this isn't always met in existing tests, including the ones I have authored)
This is ready. I wanted to raise couple PR's regarding error recovery for CheckExpressions.fs |
@T-Gro Can we merge this ? |
Description
Add extra test to showcase how the error recovery was improved in #18645
Thanks to @auduchinok for requesting this and to Claude for helping with the test names. :)
Checklist