Tomas Grosup
Tomas Grosup
Isn't this https://github.com/fsharp/fslang-suggestions/issues/679 , i.e. producing default interface methods?
> > Before we proceed to merging it, as part of review, we need to make sure the section 12.5.1 of the spec, "Execution of Static Initializers" still true in...
ALL GREEN, this is excellent news. Ready for review?
(test of AI-generated summary) This pull request introduces several changes primarily focused on enhancing code visibility and refining the build process. The most significant changes include the introduction of a...
To simplify the review process, can you please explain how the implementation was created ? Did you take the taskbuilder and adjust all pieces to work with ValueTask, or are...
Is it also expected to flow this information into other calls as the tuple is passed in / further returned? Or just the immediate scope after the first return?
This is why I asked, if they would become an essential part of the Tuple TType. We could in theory avoid the need to pickling them if they use the...
`ReadOnlySpan` in the example shall be a new function in FSharp.Core ? If yes, how would it's signature look like? If not erased by the suggested optimization step, what shall...
Understood. So this would be an optimizer-phase rewrite of the constructor expression with static argument (or perhaps even statically-doable contents, like arrays with range expressions defined by constants?) , for...
Would the "subset" include more than concatenation?