-
Notifications
You must be signed in to change notification settings - Fork 123
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
Replace ParseFileInProject with ParseFile #806
Comments
This has been done |
@dsyme thanks for all these improvements. The Docs are still out of date no? |
Even better: try to directly write something down in PR. ;-)
But yes new docs issue is probably good idea
Am 04.10.2017 07:30 schrieb "Goswin" <notifications@github.com>:
… @dsyme <https://github.com/dsyme> thanks for all these improvements. The
Docs are still out of date no?
http://fsharp.github.io/FSharp.Compiler.Service/editor.html
Shall I open a separate issue for that?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#806 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNDu9KXM1hzw8cafDJWfLkmRJh6SLks5soxfhgaJpZM4Pd5_z>
.
|
@forki I first have to correctly understand the FCS API . Some interesting information seems to be hidden in the open and closed Github issues here. |
Yes absolutely. And I think we should require docs changes when we accept
pull requests that open APIs or change them in the future.
Am 04.10.2017 08:24 schrieb "Goswin" <notifications@github.com>:
… @forki <https://github.com/forki> I first have to correctly understand
the FCS API . Some interesting information seems to be hidden in the open
and closed Github issues here.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#806 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgND-1BtFZl0IASxBgPFPUdvk0REXNks5soySSgaJpZM4Pd5_z>
.
|
We just need to republish the docs. I'll do that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When dotnet/fsharp#3601 is merged,
ParseFileInProject
will fallback toParseFile
and generate parsing options on each call.If
ParseFileInProject
is going to become deprecated, docs should be updated accordingly.The text was updated successfully, but these errors were encountered: