Issue 5598 in pharo: SHParserST80Test>>testObjectClass fails after Magritte is loaded

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

Issue 5598 in pharo: SHParserST80Test>>testObjectClass fails after Magritte is loaded

pharo
Status: New
Owner: ----

New issue 5598 by [hidden email]: SHParserST80Test>>testObjectClass  
fails after Magritte is loaded
http://code.google.com/p/pharo/issues/detail?id=5598

Pharo image: 1.4a
Pharo core version: 14426
Virtual machine used: CogVM 6.0-pre (21.0)
Class browser used if applicable: Browser

SHParserST80Test>>verifyClass:selector: is missing "#pragmaUnary" in  
the "types" array.

This causes "SHParserST80Test>>testObjectClass" to fail after Magritte is  
loaded, as it includes a "<magritteContainer>" pragma  
in "Object>>descriptionContainer".


_______________________________________________
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 5598 in pharo: SHParserST80Test>>testObjectClass fails after Magritte is loaded

pharo
Updates:
        Status: FixToInclude
        Labels: Milestone-1.5

Comment #1 on issue 5598 by [hidden email]:  
SHParserST80Test>>testObjectClass fails after Magritte is loaded
http://code.google.com/p/pharo/issues/detail?id=5598

looking at the occurrences of pragmaUnary it is often with pragmaKeyword  
and pragmaBinary


(pragmaKeyword (green muchDarker)) (pragmaUnary (green muchDarker))
(pragmaBinary (green muchDarker))

So I imagine that pragmaUnary and pragmaBinary are missing.


Attachments:
        ShoutFixes.1.cs  2.5 KB


_______________________________________________
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 5598 in pharo: SHParserST80Test>>testObjectClass fails after Magritte is loaded

pharo
In reply to this post by pharo
Updates:
        Status: Integrated

Comment #4 on issue 5598 by [hidden email]:  
SHParserST80Test>>testObjectClass fails after Magritte is loaded
http://code.google.com/p/pharo/issues/detail?id=5598

in 2..0 019


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