pydantic
monty
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
another newline
thomasst:fix-break-continue-stack-depth
2 days ago
add test for continue
thomasst:fix-break-continue-stack-depth
2 days ago
add newlines for format
thomasst:fix-break-continue-stack-depth
2 days ago
Fix stack-depth tracking after break/continue in unreachable code Restore the compiler's stack depth to statement-entry depth after emitting break/continue control flow, including finally-routed paths. Previously, break/continue cleanup ops (exception-state pops and iterator pop for for loops) permanently mutated tracked depth even though control flow does not fall through. The compiler still compiles dead statements in the block, so those statements could see an already-consumed stack and underflow (for example, double break). Replace the except-depth-based reset with a general invariant: non-fallthrough statements preserve abstract stack state for dead-code compilation.
thomasst:fix-break-continue-stack-depth
2 days ago
Change hashbrown version to 0.16 Update hashbrown dependency version to 0.16
CremboC:fix/change-hashbrown-version
2 days ago
test: cover REPL error-path state preservation
tristanang:t3code/fix-monty-issue-249
3 days ago
fix: preserve REPL metadata on abandoned progress
tristanang:t3code/fix-monty-issue-249
3 days ago
fix example cases
dh/heap-reader-2
3 days ago
Active Branches
Fix stack-depth tracking after break/continue in unreachable code
last run
2 days ago
#268
CodSpeed Performance Gauge
0%
Change hashbrown version to 0.16
last run
2 days ago
#267
CodSpeed Performance Gauge
0%
fix(repl): avoid cloning the global name map on feed
last run
3 days ago
#254
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs