1 // Copyright 2012 Google Inc. All Rights Reserved.
Mads Ager (google)
2012/08/01 13:48:34
Wrong copyright notice.
I would remove this again
Wrong copyright notice.
I would remove this again. No patching required, so let's not duplicate this.
Also, I don't see the need for moving it out of future_implementation.dart?
Anders Johnsen
2012/08/01 14:21:09
I'll remove it again.
The reason for moving them
On 2012/08/01 13:48:34, Mads Ager wrote:
> Wrong copyright notice.
>
> I would remove this again. No patching required, so let's not duplicate this.
> Also, I don't see the need for moving it out of future_implementation.dart?
I'll remove it again.
The reason for moving them out was to have a 1-1 mapping between declarations
and definitions of core/coreimpl classes, also in the file names.
2 // Dart core library.
3
4 class CompleterImpl<T> implements Completer<T> {
5
6 final FutureImpl<T> _futureImpl;
7
8 CompleterImpl() : _futureImpl = new FutureImpl() {}
Issue 10830117: Port the remaining of dart:core to the unified corelib.
(Closed)
Created 8 years, 4 months ago by Anders Johnsen
Modified 8 years, 4 months ago
Reviewers: Mads Ager (google)
Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Comments: 21