Don Syme

Results 1218 comments of Don Syme

I have marked https://github.com/fsharp/fslang-suggestions/issues/1070 as approved-in-principle, which subsumes this one really.

I'm closing this as while it's a sound feature it's not likely to make it into the F# language design, as it's a major addition to the type inference system

> @dsyme Would someone in the community still be able to implement this if wanted? @Happypig375 Perhaps - the technical details for type inference are however really non-trivial. It would...

@OlegAlexander Please submti a PR with additions and version bump to https://github.com/fsprojects/FSharp.Core.Fluent/blob/main/RELEASE_NOTES.md when you're done, thanks! After that's accepted auto-publish will kick in

And there it is! https://www.nuget.org/packages/FSharp.Core.Fluent/3.0.2

Some warning about symbols, maybe we should switch to embedded symbols: https://www.nuget.org/packages/FSharp.Core.Fluent/

The problem is the build is building into `bin` but the `fsdocs` execution doesn't know about this This is because FAKE is being used to artificially set the OutputPath https://github.com/fsprojects/FSharp.Core.Fluent/blob/main/build.fsx#L48...

Those errors are from the github action log. Turning on `--strict` would cause the build to fail properly in this case I believe