daml/compiler/lsp-tests
Moritz Kiefer 64261c80d6 Fix race condition in LSP stress tests (#3482)
Previously we opened file FooX before FooX+1 which we import from FooX
so there is a race condition if we try to resolve imports in FooX fast
enough. Now we open them in reverse order to fix this.

The other option would be to write all files to disk before opening
them but given that we can easily avoid this here, I’d rather keep
things in memory.
2019-11-15 09:27:39 +00:00
..
src Fix race condition in LSP stress tests (#3482) 2019-11-15 09:27:39 +00:00
BUILD.bazel Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00