-
Notifications
You must be signed in to change notification settings - Fork 831
[WIP, RFC FS-1063] Add let! ... and! ... syntax #5696
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
Conversation
|
@thinkbeforecoding That is out of scope for the current change, as far as I am concerned. However, I see no reason why this could not be done, especially in light of the prior art. Have you considered creating an fslang suggestion for this if there isn't one already? |
|
@thinkbeforecoding I agree that this is out of scope for this PR (and corresponding RFC), but a further issue in fslang would be welcome. We can see if it makes sense to turn into an RFC and fold into the language separately from this PR. |
|
@TD5 Looks like some of the IDE completion tests are failing now. Can you take a look? |
|
Yep 👍 I’ve had my eye on it for a while and some theories as to what is going on but I’ve not been able to build the vs bits on my machine so it has been tricky.
… On 16 Oct 2018, at 18:25, Phillip Carter ***@***.***> wrote:
@TD5 Looks like some of the IDE completion tests are failing now. Can you take a look?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
|
@TD5 If you install:
And if you use the VS command line in admin mode with |
|
@cartermp, in the end I just installed everything under the sun and the tests are now running via |
Goal is to make completion offer all valid names
|
Pull request tests don't seem to have kicked off - don't trust the supposed greenness of the build! |
|
The tests run and fail locally as on CI when I run When I run in what I think is the I still see the same error as the one VS gives me: I'm sure I am just missing something basic like an environment variable since Perhaps @cartermp? From what I can tell, everything relevant in the VS installer is now installed, although I'm not sure which thing corresponds to "F# desktop templates component", but I have "F# desktop language support", "F# language support" and "F# language support for web projects". |
|
@TD5 - I updated this to master by push to your branch. I'll aim to review it and use it next, and look at unresolved issues. |
|
That’s excellent news! Thanks for taking an interest! Let me know if you have any questions. From what I recall, the outstanding issue from my perspective was the effect on auto completion in VS (there are some tests labelled as something akin to “legacy Visual Studio” that are affected). |
|
I would like to revive this work and get it into F# 5.x That's quite a lot of conflicts now, I'll see if I can resolve |
|
OK, merged with master |
|
I will resubmit this in a new PR |
|
Replaced by #7756 to make sure the feature comes from a feature branch |
Implementation of F# RFC FS-1063 Applicatives syntax
Not ready for prime time, just a proof-of-concept right now.