Adam Boniecki
Adam Boniecki
There might not be one common reason for all of these tests other that they don't work on core CLR. It is probably not worth the time investment to look...
@auduchinok Do you think this could be related to your changes re indentation or have an idea what could be the reason?
Ok, so here is RFC pull request https://github.com/fsharp/fslang-design/pull/734 everyone interested in this PR please share your opinions in the RFC PR
It's done, reopen if you still see it with F# 9
Weirdly enough the `open type` with enums behaves like this only in pattern matches it seems. Technically a breaking change so we should at least add a warning together with...
@vzarytovskii perhaps discuss this with @dsyme next time you get a chance
Given Vlad's comments above, this is more of a feature request than a bug. I am going to close this, but feel free to create a [language suggestion](https://github.com/fsharp/fslang-suggestions)
The language version info should come from enabled features that impact the pickled data format
Does adding type annotations fix the problem? Why do you think this warning is unexpected here?
We might need to rethink when we do defensive copying in debug builds. In release it fully inlines and avoids this problem.