Skip to content

Parser: recover on unfinished cons patterns #17231

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

Merged
merged 4 commits into from
May 24, 2024

Conversation

auduchinok
Copy link
Member

Adds recovery on unfinished list construction patterns:

match () with
| _ ::
match () with
| _ :: -> ()

@auduchinok auduchinok requested a review from a team as a code owner May 23, 2024 09:36
Copy link
Contributor

github-actions bot commented May 23, 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/8.0.400.md

Copy link
Member

@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.

Thanks! (don't forget the release notes :) )

@T-Gro T-Gro merged commit b122f26 into dotnet:main May 24, 2024
30 checks passed
@auduchinok auduchinok deleted the parser-pat-cons branch May 28, 2024 13:40
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