Will Smith

Results 42 comments of Will Smith

This is great to hear @blumu , this fully confirms this was your issue. It seems the fix is intermediate as we need to find a proper solution. @dsyme we...

I support this. This is a very reasonable request.

Based on what I know right now, supporting both sounds very reasonable to me.

@jwosty, if you want to draft a RFC, we can help you fill in any gaps.

Hey @jwosty , awesome that you submitted a draft! When I get some time, I will go over it.

The issue described is the `init` properties; that is what is causing the issue. I encountered this recently and it's impossible to set an `init` property in F#.

The runtime error that occurs is because we had a bug in the compiler; we emitted an extra `pop` instruction when we shouldn't have. The fix is here: https://github.com/dotnet/fsharp/pull/11552 This...

I've thought about this for a while. I think we should refrain from allowing `byref` type arguments for inline functions because it introduces more complexity to the language that a...