Skip to content

Conversation

edgarfgp
Copy link
Contributor

@edgarfgp edgarfgp commented Sep 25, 2024

Description

Better error reporting for CE match!

Continuation of #17779

Before

Screenshot 2024-09-25 at 13 59 23

After

let run r2 r3 =
    match! r2 with
    ^^^^^^
    | Ok x -> x
    | Error e -> e

Checklist

  • Test cases added
  • Release notes entry updated

@edgarfgp edgarfgp requested a review from a team as a code owner September 25, 2024 15:07
Copy link
Contributor

github-actions bot commented Sep 25, 2024

❗ Release notes required


✅ Found changes and release notes in following paths:

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/9.0.200.md

@edgarfgp
Copy link
Contributor Author

This is ready

Copy link
Contributor

@psfinaki psfinaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I basically reviewed this in the previous PR :) Thanks Edgar, thanks for covering match! with some tests.

@edgarfgp edgarfgp closed this Sep 26, 2024
@edgarfgp edgarfgp reopened this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants