On 10/27/2009 06:53 PM, Lee Duhem wrote:
> Hi,
>
> This patch fix the following problem:
>
> st> (Array lookupSelector: #print) methodFormattedSourceString
> 'print [
> "Print a represention of the receiver on the Transcript (stdout the GUI
> is not active)"
>
> <category: ''printing''>
> <category: ''printing''>
> Transcript show: self printString
> ]'
This unfortunately breaks gst-convert.
The right fix would be more complicated and it would involve basically
1) creating a new parse node type, 2) extracting
STCompiler>>#compileAttribute: to RBMethodNode and making it create the
new parse node type, 3) rewriting RBMethodNode>>#category and #category:
to use the new parse node type as well.
Gwen is doing work on the RBParser, maybe it's best to wait for him to
finish that.
Thanks anyway! Can you file a bug report on smalltalk.gnu.org?
Paolo
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk