groovy

support java style old for loop notation

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.1-beta-2
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    2

Description

Supporting the old for loop would allow folks to migrate easier...

for (expr; booleanExpr; expr) { ... }

Issue Links

Activity

Hide
Chris Poirier added a comment -

Full support for the java for loop syntax now in place. In CVS RSN.

Show
Chris Poirier added a comment - Full support for the java for loop syntax now in place. In CVS RSN.
Hide
Chris Poirier added a comment -

parser/astbuilder support now in place. See NOT YET IMPLEMENTED string in ASTBuilder.forStatement() for a place to start.

Show
Chris Poirier added a comment - parser/astbuilder support now in place. See NOT YET IMPLEMENTED string in ASTBuilder.forStatement() for a place to start.
Hide
Stepan Koltsov added a comment -

I'm trying to fix this bug. Somebody, please look at my patch.

Show
Stepan Koltsov added a comment - I'm trying to fix this bug. Somebody, please look at my patch.
Hide
Stepan Koltsov added a comment -

I've forgotten to write correct things in CodeVisitorSupport.

Show
Stepan Koltsov added a comment - I've forgotten to write correct things in CodeVisitorSupport.

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: