[squeak-dev] Re: moving a class betwen two monticello packages

Marcel Taeumel marcel.taeumel at student.hpi.uni-potsdam.de
Wed Jan 28 18:53:20 UTC 2015


I pkg2 is loaded, too, C should still be present in the System.

1. Fresh Squeak install.
2. Load Pkg1.
3. Load Pkg2.
4. Move C from Pkg1 to Pkg2 by changing its System Category from, e.g.,
"Pkg1-Core" to "Pkg2-Core".
5. Saving Pkg1 in Monticello recognizes the deletion of class C. This is
fine.
6. Saving Pkg2 in Monticello recognizes addition of class C. Also fine.

Having a system with old Pkg1 to update with new version, C will be removed.
However, if you continue to load/update Pkg2, the class C should be there
again. Maybe even stay, if you start loading Pkg2 and then *merging* Pkg1.

What exactly did you do? :)

Best,
Marcel



--
View this message in context: http://forum.world.st/moving-a-class-betwen-two-monticello-packages-tp4802285p4802287.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list