Uh oh!
There was an error while loading. Please reload this page.
Better CE error reporting when using use! with and! - #17671
Conversation
❗ Release notes required
|
auduchinok
commented
Sep 8, 2024
@edgarfgp Could it be better to highlight the |
…garfgp/fsharp into better-error-reporting-for-ce-use-and
Yeah I think that makes more sense. Thanks for the review. Update: Unfortunately there is not a dedicated range for only the |
edgarfgp
commented
Sep 8, 2024
@auduchinok I played around with your suggestion and I was able to update |
Uh oh!
There was an error while loading. Please reload this page.
psfinaki
left a comment
There was a problem hiding this comment.
Good stuff, I like this approach with adding trivia. Thanks for making diags better every week :)
edgarfgp
commented
Sep 10, 2024
@psfinaki I have more planned for CE in the upcoming weeks |
Description
use! may not be combined with and!SynExprAndBangTriviato include alsoAndBangKeywordrangeand!range since it's what adds the error in the first place.Before
After
Checklist