Re: Issue 3698 in pharo: removing caseOf:

classic Classic list List threaded Threaded
5 messages Options
pharo pharo
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Issue 3698 in pharo: removing caseOf:

Updates:
        Status: Accepted
        Cc: -[hidden email]

Comment #3 on issue 3698 by [hidden email]: removing caseOf:
http://code.google.com/p/pharo/issues/detail?id=3698

(No comment was entered for this change.)


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

Re: Issue 3698 in pharo: removing caseOf:

Updates:
        Status: OnHold

Comment #4 on issue 3698 by [hidden email]: removing caseOf:
http://code.google.com/p/pharo/issues/detail?id=3698

(No comment was entered for this change.)


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

Re: Issue 3698 in pharo: removing caseOf:


Comment #5 on issue 3698 by [hidden email]: removing caseOf:
http://code.google.com/p/pharo/issues/detail?id=3698

Hem, such OnHold tag shall by accompanied by proper motivation...
As a reminder, the decision was due to the fact that caseOf: is used  
extensively in COG version of VMMaker.
Removing caseOf: would prevent proper generation of VM from Pharo, unless  
some Pre-requisite glue code package would be loaded as a pre-requisite of  
the Metacello configuration...


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

Re: Issue 3698 in pharo: removing caseOf:


Comment #6 on issue 3698 by marianopeck: removing caseOf:
http://code.google.com/p/pharo/issues/detail?id=3698

Indeed. Maybe what we can remove is not the method but the compiler  
optimzation?
Anyway, in ConfigurationOfCog, we are loading the package  
VMMakerPharoCompatibility (or something like that) so we could add those  
methods as extension if we want...


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

Re: Issue 3698 in pharo: removing caseOf:


Comment #7 on issue 3698 by [hidden email]: removing caseOf:
http://code.google.com/p/pharo/issues/detail?id=3698

This was the idea.
We do not need caseOf: in the language. But apparently this is difficult to  
add it as method extensions of the VMMaker package....


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