Wrong type is reported in type mismatch error#13347
Merged
0101 merged 36 commits intodotnet:mainfrom Oct 17, 2022
edgarfgp:wrong-type-is-reported-in-type-mismatch-error
Merged
Wrong type is reported in type mismatch error#133470101 merged 36 commits intodotnet:mainfrom edgarfgp:wrong-type-is-reported-in-type-mismatch-error
0101 merged 36 commits intodotnet:mainfrom
edgarfgp:wrong-type-is-reported-in-type-mismatch-error
Conversation
auduchinok
reviewed
Jun 22, 2022
tests/FSharp.Compiler.ComponentTests/ErrorMessages/TypeMismatchTests.fs
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Unfortunately I do not have the enough knowledge regarding error recovering to fix It is 50 % done IMO . Would be awesome if someone can take this one and finished it. I think would be a good improvement to have :) . Thanks |
…b.com:edgarfgp/fsharp into wrong-type-is-reported-in-type-mismatch-error
auduchinok
reviewed
Sep 9, 2022
Member
auduchinok
left a comment
There was a problem hiding this comment.
@0101 This looks very nice!
tests/FSharp.Compiler.ComponentTests/ErrorMessages/TypeMismatchTests.fs
Outdated
Show resolved
Hide resolved
tests/FSharp.Compiler.ComponentTests/ErrorMessages/TypeMismatchTests.fs
Outdated
Show resolved
Hide resolved
dsyme
reviewed
Sep 9, 2022
dsyme
reviewed
Sep 9, 2022
tests/FSharp.Compiler.ComponentTests/ErrorMessages/TypeMismatchTests.fs
Outdated
Show resolved
Hide resolved
dsyme
reviewed
Sep 9, 2022
…ted-in-type-mismatch-error
…ted-in-type-mismatch-error
Contributor
|
Gave this another go with @dsyme and I think it's now ready :) |
…://github.com/edgarfgp/fsharp into wrong-type-is-reported-in-type-mismatch-error
Contributor
Author
|
@0101 This looks really good :) . Any thing pending to be ready for merge ? |
Contributor
T-Gro
previously approved these changes
Oct 17, 2022
dsyme
reviewed
Oct 17, 2022
dsyme
reviewed
Oct 17, 2022
dsyme
previously approved these changes
Oct 17, 2022
Contributor
|
Really good work!!! And so glad to see us making these core improvements |
auduchinok
approved these changes
Oct 17, 2022
Member
auduchinok
left a comment
There was a problem hiding this comment.
It looks really great, the errors are much better now, thanks!
T-Gro
approved these changes
Oct 17, 2022
dsyme
approved these changes
Oct 17, 2022
Contributor
Contributor
Author
|
Thanks for making this happen . I have learn so much my reviewing this code :) |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #13192 .