Fwd: ChangeSorter vs. ChangeOrganizer as entry point

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Fwd: ChangeSorter vs. ChangeOrganizer as entry point

Stéphane Ducasse



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




_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Fwd: ChangeSorter vs. ChangeOrganizer as entry point

Mariano Martinez Peck


2010/1/3 Stéphane Ducasse <[hidden email]>



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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Fwd: ChangeSorter vs. ChangeOrganizer as entry point

Stéphane Ducasse
>
>
> 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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Fwd: ChangeSorter vs. ChangeOrganizer as entry point

Mariano Martinez Peck
http://code.google.com/p/pharo/issues/detail?id=1838

On Sun, Jan 3, 2010 at 2:13 PM, Stéphane Ducasse <[hidden email]> 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
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project