JuliaFolds / BangBang.jl

Immutables as mutables, mutables as immutables.
MIT License
108 stars 11 forks source link

ZygoteRules -> ChainRules #232

Closed ToucheSir closed 7 months ago

ToucheSir commented 2 years ago

Fixes https://github.com/JuliaFolds/BangBang.jl/issues/205.

ToucheSir commented 2 years ago

Seems like Pkg.test() is ok with the new dep but the default test runner isn't? What's the usual procedure for working with https://github.com/tkf/Run.jl?