fsharp / emacs-fsharp-mode

F# Emacs mode
Apache License 2.0
208 stars 62 forks source link

Use "dotnet tool" to manage "fsautocomplete" #292

Closed juergenhoetzel closed 2 years ago

juergenhoetzel commented 2 years ago

Followup of #288

juergenhoetzel commented 2 years ago

All tests succeed on Arch Linux using Emacs 28.1 and dotnet:

.NET SDK (reflecting any global.json):
 Version:   6.0.102
 Commit:    49861cb924

Runtime Environment:
 OS Name:     arch
 OS Version:  
 OS Platform: Linux
 RID:         arch-x64
 Base Path:   /usr/share/dotnet/sdk/6.0.102/

Host (useful for support):
  Version: 6.0.2
  Commit:  839cdfb0ec

.NET SDKs installed:
  6.0.102 [/usr/share/dotnet/sdk]

.NET runtimes installed:
  Microsoft.NETCore.App 6.0.2 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET runtimes or SDKs:
  https://aka.ms/dotnet-download

Need to investigate the CI failures

juergenhoetzel commented 2 years ago

emacs-snapshot is failing because it needs to be updated to included the posix_spawn fix: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=8103b060d89ac63a12c439087bd46c30da72cd97

juergenhoetzel commented 2 years ago

I will fix the Windows-CI issue in a seperate PR.