Manuscript (Case [Issue]22702) Reflectivity - support #before, #after, #intead on RBCascadeNode

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

Manuscript (Case [Issue]22702) Reflectivity - support #before, #after, #intead on RBCascadeNode

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Reflectivity: 1. Pharo Image  •  You are subscribed to this case
compiler needs just:

 

visitCascadeNode: aCascadeNode 

    
    valueTranslator visitNode: aCascadeNode receiver.
    
    self emitPreamble: aCascadeNode.
    self emitMetaLinkBefore: aCascadeNode.
    
    aCascadeNode hasMetalinkInstead
        ifTrue: [ self emitMetaLinkInstead: aCascadeNode ]
        ifFalse: [  
            aCascadeNode messages allButLastDo: [:node |
                methodBuilder pushDup.
                effectTranslator visitNode: node.
            ].
                self visitNode: aCascadeNode messages last.].
    self emitMetaLinkAfterNoEnsure: aCascadeNode.
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Marcus Denker Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

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