This repository was archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Update "dart:" libraries to latest from Dart repo #565
Comments
I'll take StackTrace. |
|
Oh, sorry, Harry is working on dart:math. :) |
I'll look at the dart:collection stuff. |
have ya'll considered bringing over dart:io? We don't have it yet but dart2js provides some of it: |
I'm going to follow up and see if I can snip the dart:io dependency, it might be we are including unused stuff in unittest module |
I'll take a look at dart:isolate, though I'm guessing there's nothing there we want to bring over right now. |
I think this was done, or at least the P1 stuff was. We need to unfork SDK though still. |
(unforking SDK is covered by #257) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
DDC has its own copy of the "dart:" library sources and they were forked some time ago. Eventually, we want to unfork (#257), but, until, then we're going to rev our forked copy to be closer to up-to-date with the current version of Dart.
Here's what's left to do:
The web libraries are handled separately since they are actively maintained:
(cc @JacobR)
These are not supported by DDC:
The text was updated successfully, but these errors were encountered: