-
Notifications
You must be signed in to change notification settings - Fork 229
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
Resource class is being removed #1446
Comments
Should they be using https://pub.dartlang.org/packages/resource instead? |
Yes, the Resource class has been moved into that package. |
These 7 tests are failing consistently on the buildbot, and locally. Submitted CL https://codereview.chromium.org/2357263002/ to suppress them until this issue is fixed. |
BUG=#1446 R=rnystrom@google.com Review URL: https://codereview.chromium.org/2357263002 .
Does not roll dartium DEPS because it and other packages are at much earlier versions. Dartium DEPS should be updated all at once, in a different CL BUG=dart-lang/pub#1446 TBR=rnystrom@google.com Review URL: https://codereview.chromium.org/2358083002 .
Test package APIs rather than resource APIs. Closes #1446
The Resource class will be removed in the next Dart release. There are still tests that depend on it (for example, 'test/run/resource_test.dart'. These tests will stop working.
The text was updated successfully, but these errors were encountered: