fsharp / fsharp/emacs-fsharp-mode

Integration Tests are failing

Open
#216 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
215
Forks
65
PR merge metrics
No merged PRs in 30d

Description

### Description

all the integration tests fail

### Repro steps

1. Download repo

2. make integration-test

### Expected behavior

Tests pass

### Actual behavior
Tests fail with:
```
Test check-completion condition:
(search-failed "X.func")
```
Part of the backtrace:
```
search-forward("X.func")
apply(search-forward "X.func")
(setq value-16 (apply fn-14 args-15))
```
Message provided:
```
No completion found
```

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.