You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error/messages are being provided (could be a red herring):
Company backend ’company-bbdb’ could not be initialized:
Cannot open load file: No such file or directory, company-bbdb
Company backend ’company-eclim’ could not be initialized:
Symbol’s function definition is void: company-eclim
Company backend ’company-semantic’ could not be initialized:
Cannot open load file: No such file or directory, company-semantic
Company backend ’company-clang’ could not be initialized:
Symbol’s function definition is void: company-clang
Company backend ’company-xcode’ could not be initialized:
Cannot open load file: No such file or directory, company-xcode
Company backend ’company-cmake’ could not be initialized:
Symbol’s function definition is void: company-cmake
Company backend ’company-capf’ could not be initialized:
Symbol’s function definition is void: company-capf
Company backend ’company-files’ could not be initialized:
Cannot open load file: No such file or directory, company-files
Company backend ’company-dabbrev-code’ could not be initialized:
Cannot open load file: No such file or directory, company-dabbrev-code
Company backend ’company-gtags’ could not be initialized:
Cannot open load file: No such file or directory, company-gtags
Company backend ’company-etags’ could not be initialized:
Cannot open load file: No such file or directory, company-etags
Company backend ’company-keywords’ could not be initialized:
Cannot open load file: No such file or directory, company-keywords
Company backend ’company-oddmuse’ could not be initialized:
Cannot open load file: No such file or directory, company-oddmuse
Company backend ’company-dabbrev’ could not be initialized:
Cannot open load file: No such file or directory, company-dabbrev
Cannot find output argument (-o, --out) in project ’/home/akira/code/externals/emacs-fsharp-mode/test/Test1/Test1.fsproj’ with args {ProjectFileName =
"/home/akira/code/externals/emacs-fsharp-mode/test/Test1/Test1.fsproj";
ProjectId = None;
SourceFiles =
[|"/home/akira/code/externals/emacs-fsharp-mode/test/Test1/FileTwo.fs";
"/home/akira/code/externals/emacs-fsharp-mode/test/Test1/Program.fs"|];
OtherOptions =
[|"-r:/home/akira/code/externals/emacs-fsharp-mode/bin/FSharp.Core.dll";
"--simpleresolution"; "--noframework";
"--doc:/home/akira/code/externals/emacs-fsharp-mode/test/Test1/bin/Debug/Test1.XML";
"--fullpaths"; "--flaterrors"; "--target:exe"; "--define:DEBUG";
"--define:TRACE"; "--debug+"; "--optimize-"; "--tailcalls-"; "--debug:full";
"--platform:x86"|];
ReferencedProjects = [||];
IsIncompleteTypeCheckEnvironment = false;
UseScriptResolutionRules = false;
LoadTime = 31/12/9999 23:59:59;
UnresolvedReferences = None;
OriginalLoadReferences = [];
ExtraProjectInfo = None;
Stamp = None;}
Known workarounds
None so far, I'm trying to see what is going on
Related information
On Fedora 30
master branch
emacs 26.3
mono 5.18
dotnet 3.0.100
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. I'm currently in the process of Move to LSP (WIP)
The old fsautocomplete protocol will be deptrecated: Future of old stdio protocol
So the old tests will also be deprecated. I hope I can push the new (LSP-based) tests soon.
Description
all the integration tests fail
Repro steps
Download repo
make integration-test
Expected behavior
Tests pass
Actual behavior
Tests fail with:
Part of the backtrace:
Message provided:
The following error/messages are being provided (could be a red herring):
Known workarounds
None so far, I'm trying to see what is going on
Related information
The text was updated successfully, but these errors were encountered: