Kevin Ransom
Kevin Ransom
I believe this fixes: https://github.com/dotnet/fsharp/issues/17607 But it introduces another bug that needs fixing.
When compiled with F# 9.0 this code produces a runtime error: ```` open System let printTypeConstraintsNative () = printf $"Hello: {typeof let initFinite = Seq.init 3 func printfn "%A" initFinite...
I intend to try to refactor F# core into at least two assemblies. fscorlib --- Core types supporting runtime scenarios FSharp.Core --- Types supporting runtime and compilation scenarios The benefit...
## Description Fixes # (issue, if applicable) ## Checklist - [ ] Test cases added - [ ] Performance benchmarks added in case of performance changes - [ ] Release...
More clean up of fxqa tests and moving them to compilercomponent.unittests