Finally we get, for "ruleDescriptor.ruleListLabels" in Java.stg:

ANTLR-3.1.1:
<ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> =
null;}; separator="\n">

ANTLR-3.1.2:
<ruleDescriptor.ruleListLabels:{ll|<ll:ruleLabelDef(label=it)>
<ll.label.text> = null;}; separator="\n">

ANTLR-3.2:
<ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> =
null;}; separator="\n">

ANTLR-3.2 reverts the behavior to what we got in ANTLR-3.1.1 and
nobody seemed to complain. Great!

I suggest to update ANTLR-314 and ANTLR-381 as follows:
- Set the "Affects version" to 3.1.2.
- Set the "Fix version" to 3.2.
- Set resolution as "resolved".

Some unit test could ensure we don't lose this nice feature again.

ANTLR rocks!

c.

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to