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
Make sure the model parser can detect when ref source or config has been overridden with a macro and can skip static parsing. New test for this necessary. Hard prereq for turning on by default.
Remaining Work
Add a new flag --no-static-parser to explicitly disable the static parser
[Optional] Infrequently sample the stable static parser against Jinja for correctness feedback.
Turn on by default
The text was updated successfully, but these errors were encountered:
Proof of Concept (Completed 04/20/21)
0.20.0-RC1 (Completed 05/20/21)
--use-experimental-parser
flag to core, defaulting to false.0.20.0-RC2 (Completed 06/29/21)
0.20.1-RC1 (Completed 08/02/21)
0.21.0-B2 (Completed 08/19/21)
Remaining Work
--no-static-parser
to explicitly disable the static parserThe text was updated successfully, but these errors were encountered: