Add static if compile boundary - #93
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
{% if %}rendering in the compiler for literal true/false,execute,not execute,is_incremental(), andnot is_incremental()executerendering true while leavingis_incremental()false until incremental state existsrun_query, adapter introspection,elif, and complex expressionsValidation
zig test src/project/compiler.zig --cache-dir /tmp/dxt-zig-cache-compiler --global-cache-dir /tmp/dxt-zig-global-cache-compilerzig test src/project/jinja.zig --cache-dir /tmp/dxt-zig-cache-jinja --global-cache-dir /tmp/dxt-zig-global-cache-jinjapytest -q tests/test_cli.py::test_compile_renders_static_if_without_losing_parse_dependencieszig build --cache-dir /tmp/dxt-zig-cache --global-cache-dir /tmp/dxt-zig-global-cachezig build test --cache-dir /tmp/dxt-zig-cache-test --global-cache-dir /tmp/dxt-zig-global-cache-testpython scripts/check_runtime_boundary.pypython scripts/check_public_safety.pypytest -q tests/test_cli.pyzig fmt --check src/project/compiler.zig src/project/jinja.ziggit diff --check