Don Syme

Results 1218 comments of Don Syme

Sigh, we didn't see this request. Ive enabled it. Hopefully the admin process is now improved.

I think technique is 1. Complete for FSharp.Core 4.5.2, then publish 2. Complete for FSharp.Core 4.7.2, then publish 3. Complete for FSharp.Core 5.0.0, then publish This package is so simple...

It would make sense to document/link known significant issues with F# queries in practice on the docs page https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/query-expressions Do you think you could take a moment to link the...

I put the above into priority order - (1) and (2) are necessary to do. The nullness branch is up-to-date, lots of work needed there though

I added https://github.com/dotnet/fsharp/issues/8654 to the list

> I wouldn't mind supporting it in future if [@dsyme](https://github.com/dsyme) sees it fit for F#. We should support this

Separately, I just got these errors on a clean build of main with the MS internal preview ```fsharp C:\Program Files\Microsoft Visual Studio\2022\Internal Preview\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGe t.targets(132,5): error : The folder 'C:\Users\dsyme\.nuget\packages\fscheck\lib' contains...

@vzarytovskii What's the status, is it point in time and can be closed, or do we need to fix it? Thanks

@nojaf @auduchinok What are your thoughts on this?

This is not quite as it seems. In F#, a module-declared function has a statically known number of arguments based on its syntactic declaration, e.g. ```fsharp let f0 (x: int)...