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
WADevelopment class >> #cleanupCategories is likely broken on Pharo 10+ (maybe even earlier versions) because it sends #extensionClasses to RPackage instances, this should likely be #extendedClasses.
The text was updated successfully, but these errors were encountered:
WADevelopment class >> #cleanupCategories
is likely broken on Pharo 10+ (maybe even earlier versions) because it sends#extensionClasses
toRPackage
instances, this should likely be#extendedClasses
.The text was updated successfully, but these errors were encountered: