Bound resource use when iterating ranges (#2117)

This commit is contained in:
Ian Ker-Seymer
2026-09-17 12:58:35 -04:00
committed by GitHub
parent 3bdbd4ac2f
commit 4e5198ba69
13 changed files with 401 additions and 6 deletions
+4
View File
@@ -1,5 +1,9 @@
# Liquid Change Log
## Unreleased
* Avoid materializing integer ranges in `for` and `tablerow` loops, and account for each visited range item.
## 5.13.0
* Add TruffleRuby in CI [Benoit Daloze]