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
Ah, it's trying to use the set! method! My idea was to implement set! methods for all constructors we have. Most of the constructors are just wrappers of set! methods, but some of them call other methods instead. Creating set! methods for all of them would create a more unified interface. I could do this as part of the cleanup of constructors!
fails due to missing
set!
method(this is a reminder for #82)
The text was updated successfully, but these errors were encountered: