Manuscript (Case [Issue]22858) _Inbox - Formatter is invoked during parsing.

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

Manuscript (Case [Issue]22858) _Inbox - Formatter is invoked during parsing.

Pharo Issue Tracker
Manuscript Notification
avatar
Stephane Ducasse opened Case 22858: Formatter is invoked during parsing. and assigned it to Everyone:
Bug in Project:  _Inbox: Not Spam  •  You are subscribed to this case
If you modify the following method as follows:

BlConfigurableFormatter >> formatMethodBodyFor: aMethodNode
self
indentAround: [ Transcript show: 'x'.
self newLines: self newLinesAfterMethodPattern.
self formatMethodCommentFor: aMethodNode.
self formatPragmasFor: aMethodNode.
self visitNode: aMethodNode body ]

RBParser parseMethod: (Point sourceCodeAt: #degrees).

This method is invoked and this is really unclear why.
The formatter should not be invoked during simple parsing
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