Don Syme

Results 1218 comments of Don Syme

(The CI keeps timing out on this - I think the algorithm to find circularities in the dependency graphs is not fast enough)

See comment here https://github.com/dotnet/fsharp/pull/13652#issuecomment-1212279205 about future ways to split more

Yes we should lift this limitation. Marking this as a good first issue. Thanks!

Please note that ideally design discussion on the RFC would happen on the RFC discussion thread: https://github.com/fsharp/fslang-design/discussions/675 Still, let's continue here for now

The approved RFC was for `print: string -> unit`. The discussion here led to a proposed change to ```fsharp val print: 'T -> unit ``` I don't think we can...

@albert-du This discussion has raised important questions. I'll do my best to capture these as unresolved questions in the text of the RFC. I think it's best to put the...

Here's a much smaller repro: ```fsharp let TestFunction System.Console.WriteLine(dto) } ```

@JohSand @et1975 @TheAngryByrd I have pushed a fix for this. I apologise for not getting to this earlier. @JohSand is correct that the problem happens when `ResumableStateMachine` is used in...

Note that the bug only manifests itself for generic code producing tasks where generic type parameters do not appear in the type of the thing returned by the task. So...