Replies: 3 comments
|
I'll leave it for @KevinRansom to describe :) |
0 replies
|
@vzarytovskii , thanks mate, I appreciate it :-) We use a last known good to build the proto compiler, including a proto fsharp.core and a proto fsharp.build.dll, as it were. There is a crappy hack in there to use a published fsharp.core, solely because we expect the fsharp.build.dll to load into visual studio, and we "need" to ensure that when we build the proto fsharp.build.dll it matches a published fsharp.core. In source build that is absolutely not necessary ... and so you can change the condition and here: |
0 replies
|
Converted to discussion |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As I understand it the
Protobuild in F# bootstraps F# and requires a version of FSharp.Core that doesn't participate in version flow. This brings in the FSharp.Core version used as a source-build prebuilt. Should this package be updated with the previously-source-built version flow? Is bootstrapping necessary in the source-build F# build?All reactions