Open kqr opened 5 years ago
This is an issue with FSAC on OS X when running under Mono installed from Homebrew – but not if Mono is installed from www.mono-project.com! Crazy!
There is a corresponding issue in the FSAC repo: https://github.com/fsharp/FsAutoComplete/issues/331
And for the Homebrew distributed Mono: https://github.com/Homebrew/homebrew-core/issues/40138
To be clear: the best workaround I have found so far is to install Mono from www.mono-project.com instead of Homebrew.
Description
I cannot get fsharp-mode to load any project file: the simplest I've tried so far has been the one generated by
dotnet new classlib -lang f#
which also fails.Repro steps
(1) Create a directory with the following two files:
Library.fs
:fsharp_mode_repro.fsproj
:(2) Open
Library.fs
in Emacs.(3) For good measure, press
C-c C-p
and navigate to thefsharp_mode_repro.fsproj
file, and pressRET
.Expected behavior
I expect the project file to be loaded.
Actual behavior
My message buffer gets a stack trace:
Known workarounds
I wish!
Related information