mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
Revert "Build logger/statter queues."
This reverts commit 33f2924a5dc3f916249909d856cfbaddff411c8c.
This commit is contained in:
parent
dcc51bd84f
commit
971f547e1b
@ -82,7 +82,7 @@ runREPL = interpret $ \case
|
||||
|
||||
rubyREPL = repl (Proxy :: Proxy 'Language.Ruby) rubyParser
|
||||
|
||||
repl proxy parser paths = withOptions debugOptions $ \ config logger statter -> runTaskWithConfig config logger statter $ do
|
||||
repl proxy parser paths = runTaskWithOptions debugOptions $ do
|
||||
blobs <- catMaybes <$> traverse IO.readFile (flip File (Language.reflect proxy) <$> paths)
|
||||
package <- fmap (fmap quieterm) <$> parsePackage parser (Project (takeDirectory (maybe "/" fst (uncons paths))) blobs (Language.reflect proxy) [])
|
||||
modules <- topologicalSort <$> runImportGraphToModules proxy (snd <$> package)
|
||||
|
Loading…
Reference in New Issue
Block a user