-
Notifications
You must be signed in to change notification settings - Fork 1.7k
improve handling of private methods in polymer code generation #18490
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
Comments
Marked this as blocking #18481. |
Issue #13881 has been merged into this issue. cc @jmesserly. |
Removed Type-Defect label. |
Added this to the Later milestone. |
Added Pkg-Polymer label. |
Removed Pkg-Polymer label. |
Removed Library-PolymerBuild label. |
Removed Area-Polymer label. |
Removed Priority-Unassigned label. |
Removed Priority-Medium label. |
Added Polymer-P-2 label. |
Removed this from the Later milestone. |
Removed Polymer-P-2 label. |
Removed Polymer-Milestone-Later label. |
This issue has been moved to dart-archive/polymer-dart#390. |
See: https://code.google.com/p/dart/issues/detail?id=18481
Options:
(a) give better error messages in cases like _highlightChanged
(b) add support for private methods. This would require:
- switching smoke to use strings instead of symbols (#_foo is not supported)
- switching codegeneration to generate code on each library (requires issue #18489), we then can generate the getters for these private symbols in the context of the same library
The text was updated successfully, but these errors were encountered: