Nino Floris

Results 314 comments of Nino Floris

Its leaking a hell of a lot of internal indices etc for it to be intended IMO

_Originally posted in https://github.com/dotnet/fsharp/pull/13119, more appropriate to post it here._ Will we also be able to produce interfaces with abstract static members in the near future? I've already had great...

@Zaid-Ajaj I did some work in that area in https://github.com/dotnet/fsharp/pull/13673 so I might be able to fix this. Do you have a small repro that I can test against?

Thanks! I've minimized the repro further and analyzed the IL. ```fs type Input = Input'][expected ref '[FsImplicitTest]Program+OtherArgs'] Unexpected type on the stack. ``` Now at this point if this was...

@vzarytovskii this one is also fixed by https://github.com/dotnet/fsharp/pull/13673

Not sure, might have made it for rc1 but otherwise rc2 maybe?

Thanks for the reply, it's interesting to understand how the initializer plays its role here. Two questions: EDIT: First question seems obvious in hindsight, you can pass a ref struct...

Heh right `ref readonly`, how I didn't try that. FYI, I updated my answer as there are other ways to get a ref to flow out of a method with...

@jaredpar I would still love to hear an answer on > > At this point, having this knowledge I'm still a bit lost as to why this does not compile:...