Open MiyamotoAkira opened 5 years ago
So, I was able to investigate a bit further. I added
(print "PROJECT FILES")
(print fsharp-ac--project-files)
(print "ENDED")
at the end of find-file-and-wait-for-project-load
result is
"PROJECT FILES"
#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
"ENDED"
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.
Ok, I will not keep looking into it. Probably we can either close this or close it when the LSP one is done.
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