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
We should probably force recompilation if the paralegal-flow command line arguments change because they can influence the output. I might not have to be every single one but arguments like --no-cross-function-analysis and --no-local-function-type-marking for instance.
A special case here is --external-annotations, which should also cause a recompile if the file got modified.
The text was updated successfully, but these errors were encountered:
JustusAdam
changed the title
Paralegal argument should be considered when deciding whether to recompile
Paralegal argument should be considered when deciding whether to invalidate the compile cache
Oct 12, 2023
JustusAdam
changed the title
Paralegal argument should be considered when deciding whether to invalidate the compile cache
Paralegal command line arguments should be considered when deciding whether to invalidate the compile cache
Oct 12, 2023
We should probably force recompilation if the
paralegal-flow
command line arguments change because they can influence the output. I might not have to be every single one but arguments like--no-cross-function-analysis
and--no-local-function-type-marking
for instance.A special case here is
--external-annotations
, which should also cause a recompile if the file got modified.The text was updated successfully, but these errors were encountered: