FluxML / Zygote.jl

21st century AD
https://fluxml.ai/Zygote.jl/
Other
1.48k stars 210 forks source link

Fix `accum` genfunc error on nightly #1463

Closed ToucheSir closed 8 months ago

ToucheSir commented 11 months ago

Somewhere between 1.10 and 1.11, world age handling and permitted operations in @generated functions became more strict. This makes string interpolation fail, apparently.

Alongside #1462, this should fix the remaining visible errors on nightly CI.

PR Checklist

ToucheSir commented 8 months ago

This must've been fixed on a later nightly, because I don't see it in CI logs any more.