-
Notifications
You must be signed in to change notification settings - Fork 27
Unify DDC SDK with Dart repo's SDK #257
Comments
I'll take dart:async. |
@jacob314 will look at dart:html once dart:async is landed |
dart:async is done as of 8154650 |
Working on Uri and probably dart:convert (since Uri uses it) now. |
Blocked by #253: |
OK, Uri and dart:convert are landed, though @floitschG says there may be some more dart:convert changes coming soon after. What's left to do? |
This issue was originally about unforking DDC's SDK but we've been using it to refer to rolling it. To disambiguate, I'm forking the bug. This one is now about unforking. The bug for just rolling the latest SDK is #565. |
I investigated DDC summary. We can produce it with new Analyzers, but we can't build tests against it because some packages and a few tests seem to depend on dart:io (not sure if they use much of it or what's up there). |
This issue was moved to dart-lang/sdk#27314 |
DDC compiles against the Dart SDK that is installed, but runs against an older built snapshot from our implementation. Here's the plan to fix that:
thanks to @vsmenon for helping me brainstorm this :)
The text was updated successfully, but these errors were encountered: