-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ValueTask #523
Add support for ValueTask #523
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good so far.
Please update the docs and we're done !
I've split the net7 upgrade into #525 (to see if net 7 causes the fable issue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There’s a line has a check warning. Is that new with net7?
Check warning on line 43 in src/FSharpPlus/Control/Monoid.fs
GitHub Actions
/ testFable3SubsetOnCore
This upcast is unnecessary - the types are identical
Also:
Possible incorrect indentation: this token is offside of context started at position (234:1).
And it appears that Fable3 tests don’t finish. @gusty is that common?
Fable / testfable3 (pull_request) Cancelled after 360m
The issue with fable tests not completing seems to be related to having net7 installed. It works fine if you only have net6. |
No @abelbraaksma is not, I will report this to the F# team, it might be the mysterious bug they are hunting for, where the compilation never stops. In the meantime, the workaround is here: #525 |
No description provided.