Manuscript (Case [Issue]22641) Reflectivity - Semantic analysis needs to take instead preambles into account

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

Manuscript (Case [Issue]22641) Reflectivity - Semantic analysis needs to take instead preambles into account

Pharo Issue Tracker
Manuscript Notification
avatar
Marcus Denker opened Case 22641: Semantic analysis needs to take instead preambles into account and assigned it to Marcus Denker:
Bug in Project:  Reflectivity: 1. Pharo Image  •  You are subscribed to this case
in RFASTClosureAnalyzer: change to

 

visitNode: aNode
    super visitNode: aNode.
    "if we have any hooks defined --> visit them to do name analysis"
     aNode beforeHooks do: [:each | super visitNode: each].
     aNode insteadHooks do: [:each | super visitNode: each].
    aNode afterHooks do: [:each | super visitNode: each].
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