Le 15/5/15 22:48, Sergio Fedi a écrit :
What about this method? RPackage>>packageManifest ^ (self classes detect: [ :each | each isManifest ] ifNone: [ TheManifestBuilder new createManifestNamed: name]) *new*Anyone know why does it create an instance of the Manifest instead of returning the class?
Did you check that TheManifestBuilder do not return a class?
(or why are we using instances of Manifests in the image?)
