Manuscript (Case [Issue]22394) _Inbox - Caching SugsSuggestions for: would make sense

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

Manuscript (Case [Issue]22394) _Inbox - Caching SugsSuggestions for: would make sense

Pharo Issue Tracker
Manuscript Notification
avatar
Stephane Ducasse opened Case 22394: Caching SugsSuggestions for: would make sense and assigned it to Everyone:
Bug in Project:  _Inbox: Not Spam  •  You are subscribed to this case
Since the AST is not changing much, we can really avoid to recompute all the time

for: aClass
^(self subclassesForNode: aClass) collect: [:each |each new]

subclassesForNode: aClass
"all menu defitions define in which ast nodes they are interested by defining #nodes.
Subclass relationship is taken into account"
^self allSubclasses select: [:suggestionClass |
suggestionClass nodes anySatisfy: [:class | aClass == class or: [aClass inheritsFrom: class]]]
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

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