Tomas Grosup
Tomas Grosup
We fully appreciate the experimentation you are doing. One idea would be a compiler intrinsic in fslib which the compiler would detect and turn into ILMethod metadata at ilxgen time....
@TheAngryByrd : Does it make sense to solve the explicit manual declaration in isolation, or is that of lesser help and you would really want the automatic CE mechanism ?...
I would prefer a smaller non-specialized addition to the compiler now, just to enable experimentation within libraries (since compiler is by nature slow to change due to release cycle) and...
Can use the LanguageFeature mechanism and be in preview (and likely stay in preview)
Imagine a comparison implemented in a way where it checks only some fields, but not all. Should `Set.intersect a b` return objects from `a`,`b` or should this be by intention...
@akselkvitberg : Yes, that makes sense. If we can maintain that property (and add a test which checks which exact object/reference is in the result), this can for sure be...
This is attached by the VisualStudio integration into the VS project system, to automatically set the right locale for users. That way, localized error messages get applied when used on...
Ok now I understand the desired change. Yes, that is true.
This only comes up for the combination of not using NET10 SDK and consuming FSharp.Core 10 (or higher). With going trough the servicing process, we could in theory port this...
I am thinking along the semantics of `[WarnIfCompilerBelow(10.0)`] (but it would need to be something which the old compiler already understands)