Closed vchuravy closed 4 years ago
Yeah the VACtx test stumped me. So I disabled overdubbing of iterf
for now. There are still two other regressions, but at least this should unbreak Cassette on 1.4
Wasn't the whole point of introducing apply_iterate
to be able to overdub the iterate
in Core.apply
?
Yes, this PR doesn't address that, but it correctly deals with apply_iterate
in all other situations and returns the status quo for Cassette to 1.4.
Activating the overdubbing of iterate
breaks more things so that requires another look.
@oxinabox I feel this solves https://github.com/oxinabox/AutoPreallocation.jl/issues/17 ? it seems
apply_iterate
was not handled correctly there?