-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Migrate dart:mirrors and tests to NNBD #40045
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
NNBD
Issues related to NNBD Release
vm-nnbd-unfork-sdk
Label for all issues that need to be done before the nnbd sdk can be unforked
Milestone
Comments
leafpetersen
added
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
NNBD
Issues related to NNBD Release
labels
Jan 9, 2020
Migration instructions here. |
dart-bot
pushed a commit
that referenced
this issue
Jan 15, 2020
Also back-ports all non-type changes to the Dart 2 version for the sake of testing. Bug: #40045 Change-Id: Idda6b6c5e8508efe4db79f27f41d0a2485b9f197 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/131485 Reviewed-by: Ben Konyi <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
a-siva
added
the
vm-nnbd-unfork-sdk
Label for all issues that need to be done before the nnbd sdk can be unforked
label
Jan 16, 2020
dart-bot
pushed a commit
that referenced
this issue
Jan 22, 2020
…tions for all tests. Remove tests using both dart:mirrors and dart:html. Bug: #40045 Change-Id: Ib0fcaab497fee6c18460199ae2db18451408b015 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/132740 Reviewed-by: Ben Konyi <[email protected]> Reviewed-by: Siva Annamalai <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
dart-bot
pushed a commit
that referenced
this issue
Jan 22, 2020
These changes are not sufficient by themselves, but the subset that can still run in Dart 2. Bug: #40045 Change-Id: Ie8f61fc9ee94b85329a701f97b5d3f91dbc1f889 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/132422 Commit-Queue: Ryan Macnak <[email protected]> Reviewed-by: Siva Annamalai <[email protected]> Reviewed-by: Ben Konyi <[email protected]>
Hi, @rmacnak-google, I considered migrating the tests. How would that fit into your plans? |
dart-bot
pushed a commit
that referenced
this issue
Jan 22, 2020
Bug: #40045 Change-Id: I597259b38684de87016f1e136723d24f4ac05420 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/132440 Reviewed-by: Ben Konyi <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
dart-bot
pushed a commit
that referenced
this issue
Jan 22, 2020
…sts. Widen `reflect` and `setField` to accept dynamic. `Object` will soon no longer be a top type, and dynamic is more consistent with other reflective inputs and `reflectee`. Bug: #40045 Change-Id: Ic1e3a26aaea5de078cc616846cb52417c7975d11 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/132720 Reviewed-by: Siva Annamalai <[email protected]> Reviewed-by: Ben Konyi <[email protected]>
Hi, @eernstg, I already have a CL with the tests migrated. |
OK, thanks! |
dart-bot
pushed a commit
that referenced
this issue
Jan 23, 2020
Bug: #40045 Change-Id: Ic0f62843d61b613e61f434b72b9553dd1e6897af Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/132441 Reviewed-by: Ben Konyi <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
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.
NNBD
Issues related to NNBD Release
vm-nnbd-unfork-sdk
Label for all issues that need to be done before the nnbd sdk can be unforked
Sub issue of #38037 .
The text was updated successfully, but these errors were encountered: