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
{{ message }}
This repository was archived by the owner on Apr 25, 2020. It is now read-only.
ghc-mod since 5.4 needs to be run in the directory returned by ghc-mod root. This is an ugly woraround for a race condition in the code, we really should fix the cause instead.
We start generating the symbol table for find asyncrounously when running legacy-interactive most of the code is here: https://github.com/kazu-yamamoto/ghc-mod/blob/master/src/Misc.hs The race condition comes from the fact that we use runGhcModT twice: once in the main thread, once in the async symboldb thing.