mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
Fix up prelude use for Python.
This commit is contained in:
parent
781399de4b
commit
9c57481efd
@ -46,8 +46,8 @@ evaluateGoFiles = evaluateFiles goParser
|
|||||||
typecheckGoFile path = runAnalysis @(Caching Evaluating Go.Term Type) . evaluateModule <$> parseFile goParser Nothing path
|
typecheckGoFile path = runAnalysis @(Caching Evaluating Go.Term Type) . evaluateModule <$> parseFile goParser Nothing path
|
||||||
|
|
||||||
-- Python
|
-- Python
|
||||||
evaluatePythonFile = evaluateFile pythonParser
|
evaluatePythonFile = evaluateWithPrelude pythonParser
|
||||||
evaluatePythonFiles = evaluateFiles pythonParser
|
evaluatePythonFiles = evaluateFilesWithPrelude pythonParser
|
||||||
typecheckPythonFile path = runAnalysis @(Caching Evaluating Python.Term Type) . evaluateModule <$> parseFile pythonParser Nothing path
|
typecheckPythonFile path = runAnalysis @(Caching Evaluating Python.Term Type) . evaluateModule <$> parseFile pythonParser Nothing path
|
||||||
tracePythonFile path = runAnalysis @(Tracing [] Evaluating Python.Term Value) . evaluateModule <$> parseFile pythonParser Nothing path
|
tracePythonFile path = runAnalysis @(Tracing [] Evaluating Python.Term Value) . evaluateModule <$> parseFile pythonParser Nothing path
|
||||||
evaluateDeadTracePythonFile path = runAnalysis @(DeadCode (Tracing [] Evaluating) Python.Term Value) . evaluateModule <$> parseFile pythonParser Nothing path
|
evaluateDeadTracePythonFile path = runAnalysis @(DeadCode (Tracing [] Evaluating) Python.Term Value) . evaluateModule <$> parseFile pythonParser Nothing path
|
||||||
|
Loading…
Reference in New Issue
Block a user