-
Notifications
You must be signed in to change notification settings - Fork 123
FCS makes calls to kernel32.dll when running on OSX #456
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
Comments
Ive notices this a lot too, Its detrimental to performance on the x-plat compiler and tools. |
If possible please submit a PR to change this throw-and-catch to a conditional that detects whether we are running on Windows: https://github.com/fsharp/FSharp.Compiler.Service/blob/master/src/absil/ilread.fs#L3977 |
nosami
added a commit
to nosami/FSharp.Compiler.Service
that referenced
this issue
Nov 4, 2015
nosami
added a commit
to nosami/FSharp.Compiler.Service
that referenced
this issue
Nov 4, 2015
dsyme
added a commit
that referenced
this issue
Nov 5, 2015
Change throw/catch to conditional. fixes #456
matthid
pushed a commit
to matthid/FSharp.Compiler.Service
that referenced
this issue
Nov 8, 2015
added trailing 0 for Xamarin + Paket compatibility
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/fsharp/FSharp.Compiler.Service/blob/c1ca06144d8194000cf6b86f5f26bdc433ccaa7d/src/absil/ilread.fs#L169
The text was updated successfully, but these errors were encountered: