Description
dotnet/fsharp compiles this repo using the trunk compiler edition as a regression test
as of some point in the .NET 10 cycle this was determined to cause the memoization tests to fail
See #614
Its unclear what combo of the following represent the best resolution:
- change the compiler to make the test pass or reject the source
- a change to the source (did it rely on complier bug?)
- removing the SRTP-based overloads that failing tests use
Known Workarounds
only run tests on net8.0
Expected behavior
Tests pass on some commit in this repo
Description
dotnet/fsharpcompiles this repo using the trunk compiler edition as a regression testas of some point in the .NET 10 cycle this was determined to cause the memoization tests to fail
See #614
Its unclear what combo of the following represent the best resolution:
Known Workarounds
only run tests on net8.0
Expected behavior
Tests pass on some commit in this repo