Don Syme

Results 1218 comments of Don Syme

Your admin now! You should adjust all urls, rebuild package etc Besides that, over to you!

I agree this should be solved. We need a better name - adding an optional argument seems reasonable though is a binary breaking change (though I believe it can be...

We need a better name. Perhaps if we had an overloaded Async.Await(task) overloaded with * Async.Await(Async) * Async.Await(Task) -- adjusted Async.AwaitTaskCorrect semantics * Async.Await(ValueTask) * Async.Await(task-like) I'll adjust the name...

Looking at these Test2 - agreed this is a bug. Tests 3, 4, 5, 6, 7, 8 - this is an open question - if the async for the mailbox...

This error surprises me, I can't immediately imagine why it's being triggered. We should have de-sugared to a TAST like this: ```fsharp member x.WithAge age = TOp.Recd ( args =...

> I don't think the F# compiler should make members non public just because the type is. We should follow C# in this regard. Right now, this is "by design...

> You mention that this is by design - is it documented anywhere (such as in the spec itself)? This behaviour just doesn't sit right with me, and as you...