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

please expose UnmodifiableListBase<E> / UnmodifiableListMixin<E> in dart:collection public API #11178

Open
DartBot opened this issue Jun 10, 2013 · 5 comments
Assignees
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-n library-collection type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Jun 10, 2013

This issue was originally filed by ross.dart...@gmail.com


Dart SDK 0.5.13_r23552

I am extending ListBase<E> from dart:collection to define my custom List. However, my custom List is read-only, so I'd really prefer to extend UnmodifiableListBase<E> which is currently in the private _collection_dev of the Dart SDK, rather than re-implementing that myself.

thanks,

@kasperl
Copy link

kasperl commented Jun 11, 2013

Added Area-Library, Triaged labels.

@lrhn
Copy link
Member

lrhn commented Aug 24, 2013

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

@kevmoo
Copy link
Member

kevmoo commented May 20, 2014

Can we create consistent type hierarchy for Set/List/Map in dart:collection?

I feel like we're getting close...


Set owner to @lrhn.
Added Library-Collection label.

@DartBot
Copy link
Author

DartBot commented Sep 3, 2014

This comment was originally written by nb...@gmail.com


bump?

@DartBot
Copy link
Author

DartBot commented Oct 9, 2014

This comment was originally written by renggli...@gmail.com


Same for FixedLengthListBase<T>, FixedLengthListMixin<T> and ListIterable<T>.

I need to keep on reimplementing those, because I can't use them from my library.

@DartBot DartBot added Type-Enhancement area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection labels Oct 9, 2014
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed priority-unassigned labels Feb 29, 2016
@lrhn lrhn added core-m and removed core-m labels Aug 11, 2017
@floitschG floitschG added core-n and removed core-m labels Aug 29, 2017
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-n library-collection type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

5 participants