Martin
Martin
@ingted I missed the comment you made a month ago. I am sorry, but this is now beyond my amateur knowledge of escape analysis and related type checking procedures. But...
I am late to the party, but here are my thoughts. The spec says that _named patterns_ have one of the following forms: ``` Long-ident Long-ident pat Long-ident pat-params pat...
> The spec does not mention anything about the length >=3 requirement. The last sentence of the spec section is "Such a warning is recommended if the length of the...
It seems type checking fixes the type of the `Append` member of the `
Can somebody add the "no release notes" label? Thanks
If you compile the second file under SDK 8.0.xxx (i.e. with the "real" F# 8.0 compiler), you get a FS0203 and a FS0020, like in the IDE. As I understand...
Same here. I also tried sdk 9.0.203 and FSharp.Core 8.0.100. Compiles for both Debug and Release.
This I can reproduce for both sdk 8 and 9
This is ready for review. See updated PR description. It introduces no changes for compiler users (except for the hardly used `__LINE__` / `__SOURCE_FILE__` in combination with `#line`). For tooling,...
@T-Gro Is there anything I can do to support reviewing this PR?