You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have reverse dependency / intergration tests that run when we change ChainRulesCore, to find out if we broke ChainRules.jl
we should add these for more things.
In particular:
This is part of improving adoption of ChainRulesCore, because we will make sure we are not breaking other peoples projects.
and can make PRs to fix things we change.
(Thus decreasing the risk of adopting ChainRulesCore pre-1.0)