Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3f4ffad
[Feature]: support dynamic while
xudoyuan May 15, 2026
058d73f
black
xudoyuan May 15, 2026
b93e5c7
ruff
xudoyuan May 16, 2026
593cedc
noqa: E402
xudoyuan May 16, 2026
6f8624e
update test
xudoyuan May 18, 2026
2ac5476
Merge branch 'main' into visit_while
xudoyuan May 18, 2026
0664aeb
[Feature]: Remove static handling from Python tracing within a while …
xudoyuan May 21, 2026
18977de
Merge branch 'main' into visit_while
xudoyuan May 25, 2026
699d480
Replace static while test with dynamic scf.while test
xudoyuan May 25, 2026
83d264f
Inline constants in before_fn/after_fn to match AST-generated style
xudoyuan May 25, 2026
df21992
Revert after_fn to multi-line style, only before_fn needs single return
xudoyuan May 25, 2026
f232095
Raise NotImplementedError for while...else in dynamic while loops
xudoyuan May 25, 2026
cc513bb
Simplify state_raw construction by removing redundant if/else branch
xudoyuan May 25, 2026
b8bce75
Add tests documenting locals().get closure variable issue in while loops
xudoyuan May 25, 2026
ec1949b
black test
xudoyuan May 25, 2026
0567e0d
Rewrite closure locals tests with result verification
xudoyuan May 25, 2026
dc71776
Remove test_while_closure_locals.py
xudoyuan May 25, 2026
4da0764
Add early NameError for closure variables in control flow dispatch
xudoyuan May 25, 2026
505f5fb
Merge branch 'main' into visit_while
coderfeli May 29, 2026
7dfab95
Merge branch 'main' into visit_while
xudoyuan May 29, 2026
2bd990d
[Bugfix]: Fixing the symbol pollution issue in 'for' statements
xudoyuan May 29, 2026
d5f01c1
Scope-isolate for/if/while targets and add comprehension scope leak t…
xudoyuan May 29, 2026
d7ae22d
Merge branch 'main' into visit_while
xudoyuan May 29, 2026
59dfafb
Merge branch 'main' into visit_while
xudoyuan May 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading