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
When saving a package consisting of nothing but extension methods, a NotFound: Object is not in the collection. error is thrown in TonelWriter >> writeSnapshot:.
More specifically, the expression snapshot definitions detect: #isClassDefinition (line 10) fails to find a class definition, since the snapshot only contains method definitions for the extension methods.
It looks like a fix for this problem was already introduced for the upstream repository: pharo-vcs@d6ea569
The text was updated successfully, but these errors were encountered:
When saving a package consisting of nothing but extension methods, a
NotFound: Object is not in the collection.
error is thrown inTonelWriter >> writeSnapshot:
.squeak-tonel/MonticelloTonel-Core.package/TonelWriter.class/instance/writeSnapshot..st
Lines 2 to 16 in 010a3d7
More specifically, the expression
snapshot definitions detect: #isClassDefinition
(line 10) fails to find a class definition, since the snapshot only contains method definitions for the extension methods.It looks like a fix for this problem was already introduced for the upstream repository: pharo-vcs@d6ea569
The text was updated successfully, but these errors were encountered: