Gary, BWT, it would be nice to have a way to filter (hde) all those methods as "revision changed" when seeing the changes. After that, I am able to see only the really changed methods :)
On Mon, Sep 27, 2010 at 10:42 PM, Mariano Martinez Peck < [email protected]> wrote: > > > 2010/9/26 Javier Pimás <[email protected]> > > We had a similar problem in squeaknos package, but just for some kind of >> classes. It was caused by having an initialize class method in classes >> derived from ExternalStructure, maybe it's because of the same reason? look >> there, you may get some answers. >> >> > Thanks. It is good to know I am not the only one. This bug is REAAAAALY > annoying since you cannot see your changes. > > I've checked and I have no #initialize at class level :( > > The only thing I found is class side #new implementd something like: > > new > > ^super new initialize. > > can this be the problem? > > where could I put a halt to see the problem ? > > thanks in advance > > mariano > > > >> regards, >> javier. >> >> 2010/9/26 Norbert Hartl <[email protected]> >> >> FYI I encountered the same problem in gemstone. The only thing I know is >>> that all loaded packages were created in pharo that showed this behaviour. >>> It didn't show up in a reproducable manner and some packages were clean >>> again after a few package updates. And for some month now I didn't see it. >>> >>> Norbert >>> >>> >>> Am 25.09.2010 um 21:12 schrieb Mariano Martinez Peck < >>> [email protected]>: >>> >>> >>> >>> On Sat, Sep 25, 2010 at 9:02 PM, Stéphane Ducasse >>> <<[email protected]> >>> [email protected]> wrote: >>> >>>> >>>> On Sep 25, 2010, at 8:25 PM, Mariano Martinez Peck wrote: >>>> >>>> > Hi. I am having a probem with Glorp and I really have no idea what can >>>> be. The problem is that I load the package Glorp and just after loading, I >>>> do a "changes" in the MC Browser and I see a lot of classes with a lot of >>>> changes and all of them like "revison changed". This is annoying since it >>>> doesn't let me easily see what I have really changed. >>>> > >>>> > To reproduce: >>>> > >>>> > - Load the package "Glorp" from >>>> <http://www.squeaksource.com/SqueakDBX> >>>> http://www.squeaksource.com/SqueakDBX >>>> > - Open a MC Browser, select Glorp package and press the "Changes" >>>> button agains the ss repo. And you will see :) >>>> >>>> May be the image used to save the package got a problem and changed the >>>> timestamp of the methods. >>>> So when you merge you get changed methods. >>>> >>> >>> I've just tried commiting and load them in a clean image...same problem. >>> >>> And if it were what you say...is there a solution? >>> >>> thanks >>> >>> mariano >>> >>> >>>> >>>> > >>>> > Any help is really appreaciated. >>>> > >>>> > Thanks >>>> > >>>> > Mariano >>>> > _______________________________________________ >>>> > Pharo-project mailing list >>>> > <[email protected]> >>>> [email protected] >>>> > <http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project> >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> <[email protected]> >>>> [email protected] >>>> <http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project> >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [email protected] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [email protected] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> >> -- >> Javier Pimás >> Ciudad de Buenos Aires >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
