In 7058 Changes go to "<no name -- garbage?>"

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

In 7058 Changes go to "<no name -- garbage?>"

Jerome Peace
This has been reported on Mantis

http://bugs.impara.de/view.php?id=4535

It was fixed once in 7054 I believe. Then returned in
each of the following images. It is probably a side
effect of the condensing of sources.

>From the mantis report:

Hi Stef, Marcus

This bug is still in 7057. <and now 7058>.

If its any help when I open a dual change sorter
the left side has no change set selected the right
side has the unnamed selected.

When I open a single change sorter the change set is
unselected.

Something is not setting up the current changeset. Or
unsetting it.

I find it amusing and frustrating that you have not
installed or run the test to detect this.
 

Yours in service, -- Jerome Peace



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 

Reply | Threaded
Open this post in threaded view
|

Re: In 7058 Changes go to "<no name -- garbage?>"

stephane ducasse-2


On 15 sept. 06, at 06:45, Peace Jerome wrote:

>
> I find it amusing and frustrating that you have not
> installed or run the test to detect this.

Jerome I do not like the ton of this sentence. If you want me to  
comment on your post in the future
try to have another perception of our duties.

I personally found frustrating that I lost my time trying this fix  
and that at the end I
stopped because to code of changeset and changesorter just sucks.

I have something else to do. Yesterday I spent one hour trying the  
"fix" that marcus proposed
and I guessed that he lost time there too. And we spent 1 hour with  
adrian trying to fix it.
So now I stop. Simple.

Now if you have a real fix I may consider spending time to fix it.

Stef



Reply | Threaded
Open this post in threaded view
|

Re: In 7058 Changes go to "<no name -- garbage?>"

Steven Elkins
Don't know where the nameless ChangeSets originate and I'm not sure
what 'real fix' means.  Also, don't know what Marcus proposed or what
you and Adrian tried.  Ignorant of all these things, I just want to
get rid of them, so I've been using...

    ChangeSet allInstances

...as my instrumentation and...

    ChangeSorter initializeChangeSetCategories

...followed by 'space left' from the World help menu in order to get
full garbage collection to run.  Probably there's a better way.  I
mention it in case anyone finds it useful.

Cheers,
Steve

On 9/15/06, stephane ducasse <[hidden email]> wrote:

>
>
> On 15 sept. 06, at 06:45, Peace Jerome wrote:
>
> >
> > I find it amusing and frustrating that you have not
> > installed or run the test to detect this.
>
> Jerome I do not like the ton of this sentence. If you want me to
> comment on your post in the future
> try to have another perception of our duties.
>
> I personally found frustrating that I lost my time trying this fix
> and that at the end I
> stopped because to code of changeset and changesorter just sucks.
>
> I have something else to do. Yesterday I spent one hour trying the
> "fix" that marcus proposed
> and I guessed that he lost time there too. And we spent 1 hour with
> adrian trying to fix it.
> So now I stop. Simple.
>
> Now if you have a real fix I may consider spending time to fix it.
>
> Stef
>
>
>
>


--
How wonderful it is that nobody need wait a single moment
before starting to improve the world.       -- Anne Frank
Paradise is exactly where you are
right now...only much, much better.    -- Laurie Anderson

Reply | Threaded
Open this post in threaded view
|

Re: In 7058 Changes go to "<no name -- garbage?>"

stephane ducasse-2

On 15 sept. 06, at 19:30, Steven Elkins wrote:

> Don't know where the nameless ChangeSets originate and I'm not sure
> what 'real fix' means.

we tried to make sure that the changeset can be totally initialized  
but failed

> Also, don't know what Marcus proposed or what
> you and Adrian tried.  Ignorant of all these things, I just want to
> get rid of them, so I've been using...
>
>    ChangeSet allInstances
>
> ...as my instrumentation and...
>
>    ChangeSorter initializeChangeSetCategories
>
> ...followed by 'space left' from the World help menu in order to get
> full garbage collection to run.  Probably there's a better way.  I
> mention it in case anyone finds it useful.

I tried

ChangeSorter initializeChangeSetCategories
Smalltalk garbageCollect

but it does not change anything

Did I miss something?

>
> Cheers,
> Steve
>
> On 9/15/06, stephane ducasse <[hidden email]> wrote:
>>
>>
>> On 15 sept. 06, at 06:45, Peace Jerome wrote:
>>
>> >
>> > I find it amusing and frustrating that you have not
>> > installed or run the test to detect this.
>>
>> Jerome I do not like the ton of this sentence. If you want me to
>> comment on your post in the future
>> try to have another perception of our duties.
>>
>> I personally found frustrating that I lost my time trying this fix
>> and that at the end I
>> stopped because to code of changeset and changesorter just sucks.
>>
>> I have something else to do. Yesterday I spent one hour trying the
>> "fix" that marcus proposed
>> and I guessed that he lost time there too. And we spent 1 hour with
>> adrian trying to fix it.
>> So now I stop. Simple.
>>
>> Now if you have a real fix I may consider spending time to fix it.
>>
>> Stef
>>
>>
>>
>>
>
>
> --
> How wonderful it is that nobody need wait a single moment
> before starting to improve the world.       -- Anne Frank
> Paradise is exactly where you are
> right now...only much, much better.    -- Laurie Anderson
>


Reply | Threaded
Open this post in threaded view
|

Re: In 7058 Changes go to "<no name -- garbage?>"

Steven Elkins
On 9/15/06, stephane ducasse <[hidden email]> wrote:

> I tried
>
> ChangeSorter initializeChangeSetCategories
> Smalltalk garbageCollect
>
> but it does not change anything
>
> Did I miss something?

Maybe.  I did for sure.

Just did this in a fresh 7058 image:

ChangeSet allInstances size "print it gives me 1023"
ChangeSorter initializeChangeSetCategories "do it" "wonder why it asks
me for initials?"
Smalltalk garbageCollect "do it"
ChangeSet allInstances size "print it gives me 2!"

The extra one is because I forgot to make the current ChangeSet the
one named 'Unnamed' instead of the really unnamed one.  :)  So I open
a simple change browser, select Unnamed, and choose 'make changes go
to me' from the menu.

Then 'ChangeSet allInstances size' prints '1'.  I'm on a PPC Mac
running 10.4.7.  The VM is one of Ian's, 3.7-7 installed from a .dmg.

Don't know what else to tell you.  This procedure works every time for me.

--
How wonderful it is that nobody need wait a single moment
before starting to improve the world.       -- Anne Frank
Paradise is exactly where you are
right now...only much, much better.    -- Laurie Anderson

Reply | Threaded
Open this post in threaded view
|

Re: In 7058 Changes go to "<no name -- garbage?>"

stephane ducasse-2
Ok
what we were looking at is to do that calling a method.
We cannot do UI interaction when issuing script. We tried to implement
ChangeSet resetCurrent.... but it did not do what we thought it would  
do.
And originally we thought it would :)

Stef



> On 9/15/06, stephane ducasse <[hidden email]> wrote:
>
>> I tried
>>
>> ChangeSorter initializeChangeSetCategories
>> Smalltalk garbageCollect
>>
>> but it does not change anything
>>
>> Did I miss something?
>
> Maybe.  I did for sure.
>
> Just did this in a fresh 7058 image:
>
> ChangeSet allInstances size "print it gives me 1023"
> ChangeSorter initializeChangeSetCategories "do it" "wonder why it asks
> me for initials?"
> Smalltalk garbageCollect "do it"
> ChangeSet allInstances size "print it gives me 2!"
>
> The extra one is because I forgot to make the current ChangeSet the
> one named 'Unnamed' instead of the really unnamed one.  :)  So I open
> a simple change browser, select Unnamed, and choose 'make changes go
> to me' from the menu.
>
> Then 'ChangeSet allInstances size' prints '1'.  I'm on a PPC Mac
> running 10.4.7.  The VM is one of Ian's, 3.7-7 installed from a .dmg.
>
> Don't know what else to tell you.  This procedure works every time  
> for me.
>
> --
> How wonderful it is that nobody need wait a single moment
> before starting to improve the world.       -- Anne Frank
> Paradise is exactly where you are
> right now...only much, much better.    -- Laurie Anderson
>