straight-shoota / crinja

Implementation of Jinja2 template language in Crystal
https://straight-shoota.github.io/crinja/
Other
122 stars 11 forks source link

Fix Cycler iterator return Value #44

Closed straight-shoota closed 3 years ago

straight-shoota commented 3 years ago

Crinja::Function::Cycler#next incorrectly returned Value::Raw instead of Value because the return type was not enforced. This caused an error in Crystal nightly: https://app.circleci.com/pipelines/github/straight-shoota/crinja/721/workflows/6cd5eb17-4e34-4e00-a2a7-441d2f4f70ad/jobs/1285 See https://github.com/crystal-lang/crystal/pull/10857#issuecomment-876284720 for details