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

dart2js fails language/call_constructor_on_unresolvable_class_test/{03,06} #5825

Closed
peter-ahe-google opened this issue Oct 12, 2012 · 10 comments
Assignees
Labels
closed-obsolete Closed as the reported issue is no longer relevant web-dart2js

Comments

@peter-ahe-google
Copy link
Contributor

The specification says:

"It is a compile-time error to use a built-in identifier other than dynamic as a type annotation."

"library" is a built-in identifier, but it contains these two subtests:

    new library.A(); /// 03: static type warning
  new library.A(); /// 06: runtime error

@peter-ahe-google
Copy link
Contributor Author

Actually, this is not a type annotation, and specification does not prohibit the use of built-in identifiers as library prefixes.


Set owner to @peter-ahe-google.
Removed Area-Test label.
Added Area-Dart2JS label.

@peter-ahe-google
Copy link
Contributor Author

Changed the title to: "dart2js fails language/call_constructor_on_unresolvable_class_test/{03,06}".

@kasperl
Copy link

kasperl commented Oct 12, 2012

Added this to the M2 milestone.

@kasperl
Copy link

kasperl commented Oct 17, 2012

Removed this from the M2 milestone.

@kasperl
Copy link

kasperl commented Oct 17, 2012

Added this to the M2 milestone.

@peter-ahe-google
Copy link
Contributor Author

Removed this from the M2 milestone.
Added this to the Later milestone.

@kasperl
Copy link

kasperl commented May 23, 2013

Added TriageForM5 label.

@kasperl
Copy link

kasperl commented May 28, 2013

Removed TriageForM5 label.

@peter-ahe-google
Copy link
Contributor Author

Marked this as blocking #5519.

@peter-ahe-google
Copy link
Contributor Author

Dart2js allows using "library" as a prefix but fails tests/language/built_in_identifier_prefix_test.dart which is tracked by issue #6972.


Added AssumedStale label.

@peter-ahe-google peter-ahe-google added Type-Defect web-dart2js closed-obsolete Closed as the reported issue is no longer relevant labels Sep 1, 2013
@peter-ahe-google peter-ahe-google self-assigned this Sep 1, 2013
@peter-ahe-google peter-ahe-google added this to the Later milestone Sep 1, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant web-dart2js
Projects
None yet
Development

No branches or pull requests

2 participants