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

Parser should recover from missing quotes around URI's in directives #18598

Closed
lukechurch opened this issue May 1, 2014 · 6 comments
Closed
Assignees
Labels
analyzer-recovery area-analyzer type-enhancement A request for a change that isn't a bug

Comments

@lukechurch
Copy link
Contributor

Code:

import dart:io;
void main() {
  print("Hello, World!");
}

Errors:

Expected a method, getter, setter or operator declaration
Expected a string literal
Expected to find ';'
Target of URI does not exist: ''
Unexpected token ':'
Variables must be declared using the keywords 'const', 'final', 'var' or a type name
Undefined class 'dart'

@bwilkerson
Copy link
Member

Added this to the Later milestone.
Removed Priority-Unassigned, Analyzer-UX labels.
Added Priority-Medium, Analyzer-Recovery labels.
Changed the title to: "Parser should recover from missing quotes around URI's in directives".

@bwilkerson
Copy link
Member

Removed Type-Defect label.
Added Type-Enhancement label.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@bwilkerson
Copy link
Member

Added Started label.

@bwilkerson
Copy link
Member

https://codereview.chromium.org/749283007/ (bleeding edge revision 42091)


Added Fixed label.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-recovery area-analyzer type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants