Changes not working since update

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

Changes not working since update

Igor Stasenko
after updating pharo core image (Update #12220),
the list of changes is just one: 'Unnamed',
also, it was empty once i tried to check what changes i did to image,
after some coding.
Once i created a new changeset, and changed few things, these changes
recorded properly in new changeset



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: Changes not working since update

Marcus Denker-4

On Oct 31, 2010, at 2:47 AM, Igor Stasenko wrote:

> after updating pharo core image (Update #12220),
> the list of changes is just one: 'Unnamed',

Yes, that comes from the #releaseCleanup cleaning the changesets.

> also, it was empty once i tried to check what changes i did to image,
> after some coding.
> Once i created a new changeset, and changed few things, these changes
> recorded properly in new changeset


I checked: yes, one needs to open the changesorter once to get any
changes recorded.

This is a bug... maybe some #initialize call is missing in the cleanup code?

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


Reply | Threaded
Open this post in threaded view
|

Re: Changes not working since update

Marcus Denker-4
In reply to this post by Igor Stasenko

On Oct 31, 2010, at 9:21 AM, Marcus Denker wrote:
>
>
> I checked: yes, one needs to open the changesorter once to get any
> changes recorded.
>
> This is a bug... maybe some #initialize call is missing in the cleanup code?



http://code.google.com/p/pharo/issues/detail?id=3189

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


Reply | Threaded
Open this post in threaded view
|

Re: Changes not working since update

Stéphane Ducasse
In reply to this post by Igor Stasenko
may be this is related to the strange registration to smalltalk that caused the recentMessages to not contain changes too.
On Oct 31, 2010, at 9:22 AM, Marcus Denker wrote:

>
> On Oct 31, 2010, at 9:21 AM, Marcus Denker wrote:
>>
>>
>> I checked: yes, one needs to open the changesorter once to get any
>> changes recorded.
>>
>> This is a bug... maybe some #initialize call is missing in the cleanup code?
>
>
>
> http://code.google.com/p/pharo/issues/detail?id=3189
>
> --
> Marcus Denker  -- http://www.marcusdenker.de
> INRIA Lille -- Nord Europe. Team RMoD.
>
>