-
Notifications
You must be signed in to change notification settings - Fork 588
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
Fix 1267 #1274
Fix 1267 #1274
Conversation
…and what 'SideBySideSpecification' is.
I have problems with the last test
For a script like this:
Maybe related to FSharp.Compiler.Service upgrade to v3? |
Hm 2.0.0.6 exhibits the same behavior. Did we introduce some |
öhm no!? |
Should we bundle |
no!? 2016-06-18 12:04 GMT+02:00 Matthias Dittrich notifications@github.com:
|
This reverts commit ee816cf.
I think either reverting the @forki did you already release this commit? Because I think this will break a lot of scripts. If it's already released I might be wrong though. /cc @trondd I THINK we actually need to bundle AppVeyor is now green again with reverting. |
Everything is green again :) |
So what about the git version helper? Can we do it without fsharp.data? |
Yeah why not? Maybe @trondd can send a reworked version using On the other hand we can still decide to bundle the |
Whops! I thought I had solved that problem with the I had this problem initially when I used the Json type provider, but I thought the static Json parsing solved it :-( |
Yeah I don't have an idea why it's needed, maybe a F# compiler expert can explain if this is a bug? |
Awesome! Thanks soo much. |
Bugfix & Test fixes, see #1267