1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00

Merge fallout

This commit is contained in:
Patrick Thomson 2019-01-29 14:59:27 -05:00
parent 5609c0582f
commit b148e17f2f

View File

@ -254,7 +254,7 @@ evaluateProjectForScopeGraph proxy parser project = runTaskWithOptions debugOpti
(raiseHandler (runReader (packageInfo package))
(raiseHandler (evalState (lowerBound @Span))
(raiseHandler (runReader (lowerBound @Span))
(evaluate proxy id (evalTerm withTermSpans) modules)))))))
(evaluate proxy (runDomainEffects (evalTerm withTermSpans)) modules)))))))
evaluateProjectWithCaching proxy parser path = runTaskWithOptions debugOptions $ do
project <- readProject Nothing path (Language.reflect proxy) []