Uh oh!
There was an error while loading. Please reload this page.
Use F#10 for the main lib - #614
Conversation
475a5ed to
49c70bbCompare10.0.x 9.0.x
Uh oh!
There was an error while loading. Please reload this page.
This reverts commit 714fe0b.
e213a85 to
ce22ec7Comparee213a85 to
654851cCompare654851c to
809178aCompare| <DefineConstants Condition=" '$(Configuration)' == 'Test'">$(DefineConstants);TEST_TRACE</DefineConstants> | ||
| <DefineConstants Condition=" '$(Configuration)' == 'Fable'">$(DefineConstants);FABLE_COMPILER</DefineConstants> | ||
| <DefineConstants Condition=" '$(Configuration)' == 'Fable4'">$(DefineConstants);FABLE_COMPILER;FABLE_COMPILER_4</DefineConstants> | ||
| <TargetFramework>net8.0</TargetFramework> |
There was a problem hiding this comment.
Do you want to use target framework net10?
T-Gro
commented
Jan 17, 2026
@wallymathieu , @gusty : As part of fixing compiler regressions spotted in this PR, I was automatically running all targets and when successfully running them, I realized it also made an unintended push to gh-pages. Would you mind having a look and reverting if needed? |
gusty
commented
Jan 17, 2026
No worries, I just reverted. Thanks ! |
Logged #681 re the SRTP/memoization issue (which still persists with the .NET 11 toolchain).
|
With the introduction of F#9 there seems to be a breaking change in backwards compatibility.
Although we can't fix the compiler, we can produce a lib that will work when consumed from F#9, still targeting .net8