dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.82k stars 773 forks source link

Parser: recover on unfinished isConst patterns #17232

Open auduchinok opened 1 month ago

auduchinok commented 1 month ago

Adds recovery for unfinished IsInstance patterns:

match () with
| :? T
match () with
| :?
github-actions[bot] commented 1 month ago

:heavy_exclamation_mark: Release notes required


:white_check_mark: 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
auduchinok commented 1 month ago

This is ready.

psfinaki commented 1 month ago

This is ready.

I think there are some baselines needing updates.