-
Notifications
You must be signed in to change notification settings - Fork 157
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
Exception Using Master release (mono) with emacs-fsharp #331
Comments
I got exactly the same error. Any update @paytonrules? |
Not so far, but I haven't tried to debug much, at least not at the code level. |
what OS and mono version? |
I can't confirm this issue. I just did a build using
|
I'm currently using the release @juergenhoetzel made this morning and it's working great. I had given up trying to self-build (which is why I never got back to you @enricosada ). I suspect I wasn't including all the necessary assemblies when moving fsautocomplete in with the emacs plugin. |
Np :) I’ll check later with editor maintainers about how to allow easier testing of new FSAC builds My idea is like:
|
I'm trying to build from master, also using emacs-fsharp-mode, and I'm getting the same error. I'm using
|
I think this may have to do with the difference in-between the version of emacs-fsharp-mode on elpa (which comes from https://github.com/rneatherway/emacs-fsharp-mode-bin) and what building from source results in. |
that's strange, ideally emacs should:
|
You are trying to build Or you can successfully build but get the same
I suspect you mean
Coul'd you verify
|
I was working on
|
Would you mind sharing a minimal project designed to reproduce the error? |
It fails for every project, so any project ought to work. |
So it turns out that the version of |
@TOTBWF Can you clarify how |
@paytonrules do you have any suggestion on how I can check how it's broken? I had the same issue on Mono installed from homebrew, and managed to solve it by installing Mono from www.mono-project.com instead. |
No clue - I did the same thing. The versions appear to be the same. |
I have submitted this to Homebrew: Homebrew/homebrew-core#40138 If anyone knows how to reproduce in a more minimal example than the entire FSAC, please do contribute to that issue! |
I had the same problem in MacOS, and it was solved by installing mono from the official download page. |
@TOTBWF managed to get latest master working with emacs lsp-mode - emacs-lsp/lsp-mode#880 |
I'm trying to build FSAutoComplete from master and use it with
emacs-fsharp-mode
, and it currently appears to throw an exception on loading fsharp files. I've got the exception information below:The text was updated successfully, but these errors were encountered: