Petr Pokorny

Results 70 comments of Petr Pokorny

@kerams it should be running now, and data being collected. Still have to figure out how to get to them.

I could not reproduce high memory consumption in build on .NET 7p6. If someone experiences this again please report it.

Interestingly, I am not able to reproduce the behavior on Mac. For both `net6` and `net7` Release builds (`tail.` instruction present in IL) it just prints the expected output (10...

@LyndonGingerich it's done. I moved it into the _Implemented_ list.

This particular case seems to be caused by the comparison made here: https://github.com/dotnet/fsharp/blob/5420f094882d1e16e970727f7474ce06cbe57b5a/src/Compiler/TypedTree/TypedTreeBasics.fs#L443-L450 But I imagine it could also cause a similar issue here: https://github.com/dotnet/fsharp/blob/5420f094882d1e16e970727f7474ce06cbe57b5a/src/Compiler/Symbols/Symbols.fs#L125-L132 Switching `Accessibility` and `CompilationPath` to...

Gave this another go with @dsyme and I think it's now ready :)

@edgarfgp I'd like to get @dsyme's review :) Or at minimum some other reviews...

@edgarfgp @dsyme optional continuation here: https://github.com/dotnet/fsharp/pull/14003 🙂

This would be a breaking change. Maybe we should consider adding a new constructor with the new behavior.

If you can still reproduce this problem with the latest SDK please create a bug with the runtime team.