JuliaLabs / Cassette.jl

Overdub Your Julia Code
Other
371 stars 35 forks source link

Revert "fix bug in Core._apply_iterate overdubbing, args[1] also needs to be overdubbed" #164

Closed KristofferC closed 4 years ago

KristofferC commented 4 years ago

The new code fails on e.g.

@context VATupleCtx
x = rand(5)
ctx = enabletagging(VATupleCtx(), 1)
result = overdub(ctx, broadcast, sin, x)

but I didn't see this because of all the other errors on nightly.

KristofferC commented 4 years ago

Actually, that fails on with this reverted as well :D

KristofferC commented 4 years ago

https://github.com/jrevels/Cassette.jl/pull/158 caused this to start failing.