Issue 7334 in pharo: testInstanceSideMethodsWithNilKeyInLastLiteral still red

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

Issue 7334 in pharo: testInstanceSideMethodsWithNilKeyInLastLiteral still red

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

New issue 7334 by [hidden email]:  
testInstanceSideMethodsWithNilKeyInLastLiteral still red
http://code.google.com/p/pharo/issues/detail?id=7334

I integrated the second version of the issue 7240 but the test is still  
failing.
Camille can you have a look?


_______________________________________________
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 7334 in pharo: testInstanceSideMethodsWithNilKeyInLastLiteral still red

pharo

Comment #1 on issue 7334 by [hidden email]:  
testInstanceSideMethodsWithNilKeyInLastLiteral still red
http://code.google.com/p/pharo/issues/detail?id=7334

It is because the methods with the nil key need to be recompiled with the  
script from issue 7169 once the fix is integrated.
Here it is:

SystemNavigation new instanceSideMethodsWithNilKeyInLastLiteral do:  
[ :thisShouldNotBeAStringButAMethod |
        | method classAndSelector |
        classAndSelector := ' ' split: thisShouldNotBeAStringButAMethod.
        method := (Smalltalk at: classAndSelector first asSymbol) methodNamed:  
classAndSelector second asSymbol.
        method recompile.
].


_______________________________________________
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 7334 in pharo: testInstanceSideMethodsWithNilKeyInLastLiteral still red

pharo
Updates:
        Status: Closed

Comment #2 on issue 7334 by [hidden email]:  
testInstanceSideMethodsWithNilKeyInLastLiteral still red
http://code.google.com/p/pharo/issues/detail?id=7334

I added that in the last update


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