-
Notifications
You must be signed in to change notification settings - Fork 34
build.fsx is very out-of-date #7
Comments
Fsharp.autocomplete is available as a binary release on github. I'm not
|
Pacakging it as a nuget package will make versioning easier. |
How so? I'm not against it I just haven't seen the benefit yet. It does
|
yes exactly. You would just specify
in your dependencies file and We do the same thing with other tools like FAKE, IlRepack, NUnit.Runners and so on. |
I see, I'm not sure if people will want to upgrade versions automatically though. The nuget folder structure is also rather awkward. I saw that @rojepp used an These projects are not .NET, so Paket is largely being used to fetch FAKE, which in turn is being used as a cross-platform scripting language (as most of the helpers are not relevant). This is fine, and I am a big fan of both Paket and FAKE, but I don't really see the advantage over e.g. Python in this case. In Emacs I am using a Makefile, which has more sophisticated dependency resolution, but unfortunately isn't well supported on Windows. To test and develop on Windows I am planning to add some (possibly FAKE) script. |
#8 appears to work properly on Windows after setting the relevant settings in my vimrc. |
this only happens if you run paket update. So it's not silently updating things in the background. |
OK, thanks for the information, my mistake. |
I'm currently trying to resolve this, but it would appear that this tool takes a dependency on FSharp.AutoComplete, which is 1) not available on NuGet and 2) uses paket, whereas this repo uses NuGet.
The text was updated successfully, but these errors were encountered: