-
Couldn't load subscription status.
- Fork 104
Revert "-BindReturn" #428
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
base: master
Are you sure you want to change the base?
Revert "-BindReturn" #428
Conversation
This reverts commit 78d8835.
32f5c4a to
f2d1afd
Compare
5c69948 to
9ca5706
Compare
5b61ffc to
ad56a34
Compare
105ed2c to
d80a4ad
Compare
f92d910 to
39638fb
Compare
|
Seems like there are still issues with compiling the code even after |
9b34ece to
b2f3c8c
Compare
|
Although the F# compiler issue mentioned in the initial description was solved it seems there was another regression in 5.0 and the following script breaks: This works in 4.7 but as from 5.0 it throws: So, a minimal repro should be made in order to report this other regression that happened apparently also at 5.0 |
484cff5 to
142c806
Compare
eef4e98 to
f2e49ba
Compare
This reverts commit 78d8835.
The problem with reverting the commit is that some of the functionality breaks. See the #if APPLICATIVE_FIX sections.
This should be fine to merge once the F# issue:
dotnet/fsharp#10379
Is fixed