Igor Bagdamyan

Results 105 comments of Igor Bagdamyan

@auduchinok First of all I want to say sorry for spending so much of your time on reviews and never actually finishing the feature. Is it still needed? I believe...

Related: https://github.com/open-telemetry/opentelemetry-dotnet/issues/5028 but with a different approach

Can you clarify an example with `where T : ~box`: how does it affect boxable types like classes? It feels to me like `~box` allows ref structs only? It somehow...

@TahirAhmadov I thought the same. But I don't really like "allow" syntax. I'd rather think of this not as "allow" but as "restrict the lifetime of values of certain type...

By the way, this is how I found this bug: https://github.com/m4rs-mt/ILGPU/issues/463#issuecomment-2061598101 I've been playing with F# and ILGpu and so far it feels quite nice.

Still nothing with 8.11.3 version. Only traces and logs show up.

By the way, what is the state of FSharpAnalyzers? It was quite a theme like year or two ago. All those usages could be found with an analyzer and converted...

Well, my benchmarking tests show that you don't really have to put [] on a struct as compiler generated equality is good enough. I mean in a case where you...

I suggest widening support for collection builders to accept other buildable collections. For example I can choose to wrap a HashSet or a List or an Array or whatever. It...