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
Fixespharo-project#17518
- Indeed there is a <1?:not > in #isGlobal: in: that was putting a "not" in the linked issue but because we evaluated ```(RBCondition alreadyExistGlobal: className in: self model) not.``` the not was put in the wrong cases
- I created a new method to handle it to not change anything in #isGlobal: in: to not break something
The text was updated successfully, but these errors were encountered: