-
Notifications
You must be signed in to change notification settings - Fork 124
The FSharp.Core should be retrieved from the hosting environment #172
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
|
I have no idea what you are doing either? "The FSharp.Core should be retrieved from the hosting environment" The hosting environment being the IDE? |
|
I think he means whatever FSharp.Core is being used by the running application that is in turn making a call to FCS. Rather than FCS choosing an FSharp.Core @forki would like it to use the one the running application is using. |
|
We need to be a little careful with changes here as they could break tooltips and autocompletion for downstream users. |
|
Should the logic also be applied in some way to mono resolution too? |
|
@7sharp9 the issue is that FSharp.Core 4.3.0.0 needed to be installed in the GAC. Now we try to use the FSharp.Core that hopefully lies around. |
|
@7sharp9 The mono path doesn't bind to FSharp.Core 4.3.0.0 or any version so I think that's fine. |
The FSharp.Core should be retrieved from the hosting environment
|
Pushed FCS 0.0.58. |
fixes fsharp#163 closes fsharp#172 commit 1d8b42efda514357bcb14bd1838a4e9c6dc3cdab Author: Don Syme <[email protected]> Date: Thu Jan 29 10:15:54 2015 +0000 NOP commit to run appveyor commit 290c154a5c68c517a395db0c57553a45b5dea85e Author: Don Syme <[email protected]> Date: Thu Jan 29 01:13:14 2015 +0000 minor update to fix commit 210201dcce89c9d1875056686c57093b5df04a32 Author: Don Syme <[email protected]> Date: Thu Jan 29 01:06:30 2015 +0000 FIx fsharp#163 - Array2d.* don't work on non-zero-based arrays
I also fixes FSharp.Core.dll resolution in FSharp.Formatting.
DISCLAIMER: