[Pharo-project] Fwd: ChangeSorter vs. ChangeOrganizer as entry point
Hi guys
may be one of you can confirm but I have the impression that the code should use ChangesOrganizer instead of ChangeSorter for example in fileIntoNewChangeSet. I do not see why we should rely on tools and instead of model?
Stef
2010/1/3 Stéphane Ducasse <stephane.ducasse@inria.fr>
Hi guys
may be one of you can confirm but I have the impression that the code should use ChangesOrganizer instead of ChangeSorter for example in fileIntoNewChangeSet. I do not see why we should rely on tools and instead of model?
hahahahahah FileStream >> fileIntoNewChangeSet "File all of my contents into a new change set." self readOnly. ChangeSorter newChangesFromStream: self named: (self localName) hahahahhahah if you remove for example the ChangeSorter you break that haha. I am totally agree stef. I searched references for ChangeSorter and it is everywhere :( Mariano Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
hahahahhahah if you remove for example the ChangeSorter you break that haha. I am totally agree stef.
I searched references for ChangeSorter and it is everywhere :(
We should check because I remember Pavel did a migration once.
http://code.google.com/p/pharo/issues/detail?id=1838 On Sun, Jan 3, 2010 at 2:13 PM, Stéphane Ducasse <stephane.ducasse@inria.fr>wrote:
hahahahhahah if you remove for example the ChangeSorter you break that
haha.
I am totally agree stef.
I searched references for ChangeSorter and it is everywhere :(
We should check because I remember Pavel did a migration once. _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Mariano Martinez Peck -
Stéphane Ducasse