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
I think the solution is just to replace instances of T.mutable in the code with a backwards compatible call to ismutabletype. I can hazard a PR unless someone suggests a better solution.
The text was updated successfully, but these errors were encountered:
Due to JuliaLang/julia#39037, on 1.7 we have:
I think the solution is just to replace instances of
T.mutable
in the code with a backwards compatible call toismutabletype
. I can hazard a PR unless someone suggests a better solution.The text was updated successfully, but these errors were encountered: