Issue 7530 in pharo: obsolete Behavior in image

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

Issue 7530 in pharo: obsolete Behavior in image

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 7530 by [hidden email]: obsolete Behavior in image
http://code.google.com/p/pharo/issues/detail?id=7530

In 20551, I do:

SystemNavigation default obsoleteBehaviors.

and obtain:

an Array(Behavior Behavior class)



Which sounds weird. I tried with:

SystemNavigation default obsoleteBehaviors first == Behavior

and it's false.

So at least it's not the class installed in system dictionary, but an
older version (probably).



I tried to remove them with:

SmalltalkImage current fixObsoleteReferences.
3 timesRepeat: [ Smalltalk garbageCollect ].

but no changes.


I used #pointersTo to see who is pointing it but I didn't look deeply how  
to fix it.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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

Re: Issue 7530 in pharo: obsolete Behavior in image

pharo
Updates:
        Status: HumanReviewNeeded

Comment #1 on issue 7530 by [hidden email]: obsolete Behavior in  
image
http://code.google.com/p/pharo/issues/detail?id=7530

Try to execute this:

TPureBehavior classTrait users remove: SystemNavigation default  
obsoleteBehaviors second.
3 timesRepeat: [ Smalltalk garbageCollect ].

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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

Re: Issue 7530 in pharo: obsolete Behavior in image

pharo
Updates:
        Status: FixToInclude

Comment #2 on issue 7530 by [hidden email]: obsolete Behavior in  
image
http://code.google.com/p/pharo/issues/detail?id=7530

yes, this works! I was looking at it and found the same reason.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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

Re: Issue 7530 in pharo: obsolete Behavior in image

pharo

Comment #3 on issue 7530 by [hidden email]: obsolete Behavior in  
image
http://code.google.com/p/pharo/issues/detail?id=7530

arg... race condition. We should put semaphore on bug entries, with a label  
for example?

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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

Re: Issue 7530 in pharo: obsolete Behavior in image

pharo
Updates:
        Status: WorkNeeded

Comment #4 on issue 7530 by [hidden email]: obsolete Behavior in image
http://code.google.com/p/pharo/issues/detail?id=7530

uh? how I integrate this?

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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

Re: Issue 7530 in pharo: obsolete Behavior in image

pharo
Updates:
        Status: FixToInclude

Comment #5 on issue 7530 by [hidden email]: obsolete Behavior in  
image
http://code.google.com/p/pharo/issues/detail?id=7530

You just execute:

TPureBehavior classTrait users remove: SystemNavigation default  
obsoleteBehaviors second.
3 timesRepeat: [ Smalltalk garbageCollect ].

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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

Re: Issue 7530 in pharo: obsolete Behavior in image

pharo
Updates:
        Status: Integrated

Comment #6 on issue 7530 by [hidden email]: obsolete Behavior in image
http://code.google.com/p/pharo/issues/detail?id=7530

in 20557

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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