Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec: one of the 'for' statement forms is not mentioned #1639

Closed
DartBot opened this issue Feb 12, 2012 · 5 comments
Closed

Spec: one of the 'for' statement forms is not mentioned #1639

DartBot opened this issue Feb 12, 2012 · 5 comments
Assignees
Labels
area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language).
Milestone

Comments

@DartBot
Copy link

DartBot commented Feb 12, 2012

This issue was originally filed by i.e.efremov@gmail.com


The spec v0.07 describes the following forms of the for statement:

  1. for (var v = e0 ; c; e) (chapter 11.5.1)
  2. for (finalVarOrType id in e) (chapter 11.5.2)

However, the form 'for(identifier in expression)' is not described.

@anders-sandholm
Copy link
Contributor

Added Area-Language, Triaged labels.

@gbracha
Copy link
Contributor

gbracha commented Feb 14, 2012

Set owner to @gbracha.
Added Accepted label.

@anders-sandholm
Copy link
Contributor

Added this to the M1 milestone.

@gbracha
Copy link
Contributor

gbracha commented May 18, 2012

Fixed in 0.10 draft.


Added Done label.

@gbracha
Copy link
Contributor

gbracha commented Jun 1, 2012

Issue #3349 has been merged into this issue.

@DartBot DartBot added Type-Defect area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). labels Jun 1, 2012
@DartBot DartBot added this to the M1 milestone Jun 1, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language).
Projects
None yet
Development

No branches or pull requests

4 participants