Issue 7299 in pharo: PragmaCollectorReset looks bogus

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

Issue 7299 in pharo: PragmaCollectorReset looks bogus

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

New issue 7299 by [hidden email]: PragmaCollectorReset looks bogus
http://code.google.com/p/pharo/issues/detail?id=7299

Indeed there is a collector and a setter but no accessor nor user of the  
instance variable.

Announcement subclass: #PragmaCollectorReset
        instanceVariableNames: 'collector'
        classVariableNames: ''
        poolDictionaries: ''
        category: 'Kernel-Pragmas-Collector'

Alain do you know if we should add at least an accessor or ... throw it  
away :)


_______________________________________________
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 7299 in pharo: PragmaCollectorReset looks bogus

pharo

Comment #1 on issue 7299 by [hidden email]: PragmaCollectorReset looks  
bogus
http://code.google.com/p/pharo/issues/detail?id=7299

I think one can kill this inst var and remove the #collector: class method.  
This last one has several users, just replacing each #collector: send by a  
#new send should be ok.
Alain, soon ready to contribute again...


_______________________________________________
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 7299 in pharo: PragmaCollectorReset looks bogus

pharo
Updates:
        Labels: Sprintchile

Comment #2 on issue 7299 by [hidden email]: PragmaCollectorReset  
looks bogus
http://code.google.com/p/pharo/issues/detail?id=7299

(No comment was entered for this change.)


_______________________________________________
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 7299 in pharo: PragmaCollectorReset looks bogus

pharo

Comment #3 on issue 7299 by [hidden email]: PragmaCollectorReset  
looks bogus
http://code.google.com/p/pharo/issues/detail?id=7299

we introduce an accessor.


_______________________________________________
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 7299 in pharo: PragmaCollectorReset looks bogus

pharo

Comment #4 on issue 7299 by [hidden email]: PragmaCollectorReset  
looks bogus
http://code.google.com/p/pharo/issues/detail?id=7299

in 20497


_______________________________________________
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 7299 in pharo: PragmaCollectorReset looks bogus

pharo
Updates:
        Status: Closed

Comment #5 on issue 7299 by [hidden email]: PragmaCollectorReset  
looks bogus
http://code.google.com/p/pharo/issues/detail?id=7299

(No comment was entered for this change.)


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