EstebanLM wrote
yeah, but if you look there, it cannot be that the problem... because the change I applied in 526 was just temporal, is not there anymore (or shouldn't be there).
From the issue: You are right... On to the next culprit...
Item was changed: ----- Method: MCPackage>>snapshot (in category 'accessing') -----snapshot ... + categories := (packageInfo packages collect: #packageName) asArray. - categories := packageInfo systemCategories. ... This is what's causing the packages to appear dirty. Same logic, different place. Do we need this for the non-empty package thing? -- View this message in context: http://forum.world.st/Empty-top-level-class-category-tp4669050p4669089.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.