Navigation Menu

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

Symbol.toString shall return the name #9959

Closed
DartBot opened this issue Apr 17, 2013 · 3 comments
Closed

Symbol.toString shall return the name #9959

DartBot opened this issue Apr 17, 2013 · 3 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-2 P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Apr 17, 2013

This issue was originally filed by @tomyeh


Otherwise, it is hard to debug.

@sethladd
Copy link
Contributor

Removed Type-Defect label.
Added Type-Enhancement, Area-Library, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Apr 19, 2013

This comment was originally written by @tomyeh


After reading http://news.dartlang.org/2013/04/goodbye-invocationmirror-hello.html, I know the reason. But, I don't think it can save much. Even though Symbol doesn't keep the name, the application has to. After all, the use of mirrors is mostly based on some kind of naming convention. And, the names won't be know in advance, so it has to to be stored somewhere in the app (and no way to make it constant objects).

@DartBot DartBot added Type-Enhancement area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. labels Apr 19, 2013
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug and removed triaged labels Feb 29, 2016
@lrhn lrhn added the core-m label Aug 11, 2017
@floitschG floitschG added core-2 and removed core-m labels Aug 29, 2017
@bkonyi
Copy link
Contributor

bkonyi commented Jun 27, 2018

I don't think there's any intention of making this change, at least at this point in time. Closing for now.

@bkonyi bkonyi closed this as completed Jun 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-2 P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

6 participants