Re: [Pharo-users] A Slice

2014-08-14 Thread Sven Van Caekenberghe
Another way, more technical way to say the same thing: a slice is an empty Monticello package which has a number of other packages as its so called requirements - loading the main slice package will then load the required packages. so it is a way to group modified packages. BTW, Monticello is a

Re: [Pharo-users] A Slice

2014-08-14 Thread p...@highoctane.be
A slice is useful for packaging changes one does for fixing a bug. Slices can hold several packages at once. One can create a slice from monticello. Slices are then put into an inbox monticello repository. And referred to in the fogbugz issue. Check the issue procedure on the website. Now, you

[Pharo-users] A Slice

2014-08-14 Thread Ichiseki
I've been reading some post that mention Slices. What is a slice? and what's usefull for? thank you Ichiro -- View this message in context: http://forum.world.st/A-Slice-tp4773357.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.