1
1
mirror of https://github.com/github/semantic.git synced 2024-11-30 14:47:30 +03:00

Bump fused-effects.

This commit is contained in:
Patrick Thomson 2019-02-01 12:42:50 -05:00
parent 4701a91c02
commit eb36aead94
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ instance Exception Quit
rubyREPL = repl (Proxy @'Language.Ruby) rubyParser
repl proxy parser paths = defaultConfig debugOptions >>= \ config -> runM . runDistribute . runResource (runM . runDistribute) . runTimeout (runM . runDistribute . runResource (runM . runDistribute)) . runError @_ @_ @SomeException . runTelemetryIgnoringStat (logOptionsFromConfig config) . runTraceInTelemetry . runReader config . Files.runFiles . runResolution . runTaskF $ do
repl proxy parser paths = defaultConfig debugOptions >>= \ config -> runM . runDistribute . runResource (runM . runDistribute) . runTimeout (runM . runDistribute . runResource (runM . runDistribute)) . runError @SomeException . runTelemetryIgnoringStat (logOptionsFromConfig config) . runTraceInTelemetry . runReader config . Files.runFiles . runResolution . runTaskF $ do
blobs <- catMaybes <$> traverse readBlobFromFile (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)

@ -1 +1 @@
Subproject commit 5b865f90980d24fe150de198aa4f81d0375a2055
Subproject commit f7e6b37ab92a001b080f7749d3cc45ac3214f699