Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Roll src/third_party/dart 3e43a3dcadf9..eb18db2116dc (37 commits) #17731

Merged

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://dart.googlesource.com/sdk.git/+log/3e43a3dcadf9..eb18db2116dc

git log 3e43a3d..eb18db2 --date=short --first-parent --format='%ad %ae %s'
2020-04-15 [email protected] [cfe,kernel] Add Field.isInternalImplementation
2020-04-15 [email protected] Allow 3 digit (_txxx.dart) pattern for co19 tests
2020-04-15 [email protected] Avoid 'late' for timer
2020-04-15 [email protected] Fix comments in future_impl.dart as per code review
2020-04-15 [email protected] analyzer: Add SecurityLintCode and a new getter on ErrorCode, isIgnorable
2020-04-15 [email protected] [ package:vm_service ] Prepare for 4.0.1 release
2020-04-14 [email protected] Migration: add offset/end getters to NodeProducingEditPlan.
2020-04-14 [email protected] Migration: prioritize changes differently if they're due to hints.
2020-04-14 [email protected] Migration: track multiple fix reasons for expressions with complex types.
2020-04-14 [email protected] [gardening] Skip timing out pkg/vm/test/kernel_front_end_test.
2020-04-14 [email protected] Revert "Add html_common to .gni files."
2020-04-14 [email protected] Revert "[vm] Include the handler function in HandleMessage timeline events."
2020-04-14 [email protected] [nnbd_migration] allow edits to be done incrementally.
2020-04-14 [email protected] [nnbd_migration] Reset dartfix change listener on rerun.
2020-04-14 [email protected] [nnbd_migration] Add CSS class tracking when the user needs to rerun
2020-04-14 [email protected] [gardening] Mark timing out tests in pkg as slow.
2020-04-14 [email protected] [nnbd_migration] Clean up edit URLs in preview site tests
2020-04-14 [email protected] [nnbd_migration] Rename originalContent to diskContent, it can change.
2020-04-14 [email protected] [nnbd_migration] Add optional offset mapper to navigation assertion
2020-04-14 [email protected] [nnbd_migration] Move region & navigation target asserts into test base
2020-04-14 [email protected] [nnbd_migration] Add three new offset mappers: insert, sequence, rebase
2020-04-14 [email protected] Revert "Reland "[vm/isolates] Introduce fast isolate spawn in AOT.""
2020-04-14 [email protected] Don't do TOP_MERGE when computing inheritedMap.
2020-04-14 [email protected] Fix incorrect instance checks.
2020-04-14 [email protected] Mark dartdev/test/* as Slow, Pass in pkg/pkg.status file
2020-04-14 [email protected] Reland "[vm/isolates] Introduce fast isolate spawn in AOT."
2020-04-14 [email protected] [nnbd] Fix some IO strong mode tests
2020-04-14 [email protected] [vm/aot/tfa/nnbd] Fix handling of non-nullable types in NNBD strong mode
2020-04-14 [email protected] Use implicit cast in future_impl
2020-04-14 [email protected] Require exact type matches for equality in LSP classes
2020-04-14 [email protected] Resolve type aliases when generating LSP equals methods
2020-04-14 [email protected] Fix undefined behavior in UnboxedFieldBitmap
2020-04-14 [email protected] [co19] Roll co19 to 929da300c553ebb8a9ff744746bcc1326613e1f9
2020-04-14 [email protected] Revert "bump to linter 0.1.115"
2020-04-14 [email protected] [analyzer,cfe,dart2js] Add pretty printing to id testing
2020-04-14 [email protected] [cfe] Avoid reporting missing implementation on internal fields for late lowering
2020-04-14 [email protected] [infra] Make configuration name for run_abi_tests a parameter

Created with:
gclient setdep -r src/third_party/dart@eb18db2116dc

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

Bug: None
Tbr: [email protected]

https://dart.googlesource.com/sdk.git/+log/3e43a3dcadf9..eb18db2116dc

git log 3e43a3d..eb18db2 --date=short --first-parent --format='%ad %ae %s'
2020-04-15 [email protected] [cfe,kernel] Add Field.isInternalImplementation
2020-04-15 [email protected] Allow 3 digit (_txxx.dart) pattern for co19 tests
2020-04-15 [email protected] Avoid 'late' for timer
2020-04-15 [email protected] Fix comments in future_impl.dart as per code review
2020-04-15 [email protected] analyzer: Add SecurityLintCode and a new getter on ErrorCode, isIgnorable
2020-04-15 [email protected] [ package:vm_service ] Prepare for 4.0.1 release
2020-04-14 [email protected] Migration: add offset/end getters to NodeProducingEditPlan.
2020-04-14 [email protected] Migration: prioritize changes differently if they're due to hints.
2020-04-14 [email protected] Migration: track multiple fix reasons for expressions with complex types.
2020-04-14 [email protected] [gardening] Skip timing out pkg/vm/test/kernel_front_end_test.
2020-04-14 [email protected] Revert "Add html_common to .gni files."
2020-04-14 [email protected] Revert "[vm] Include the handler function in HandleMessage timeline events."
2020-04-14 [email protected] [nnbd_migration] allow edits to be done incrementally.
2020-04-14 [email protected] [nnbd_migration] Reset dartfix change listener on rerun.
2020-04-14 [email protected] [nnbd_migration] Add CSS class tracking when the user needs to rerun
2020-04-14 [email protected] [gardening] Mark timing out tests in pkg as slow.
2020-04-14 [email protected] [nnbd_migration] Clean up edit URLs in preview site tests
2020-04-14 [email protected] [nnbd_migration] Rename originalContent to diskContent, it can change.
2020-04-14 [email protected] [nnbd_migration] Add optional offset mapper to navigation assertion
2020-04-14 [email protected] [nnbd_migration] Move region & navigation target asserts into test base
2020-04-14 [email protected] [nnbd_migration] Add three new offset mappers: insert, sequence, rebase
2020-04-14 [email protected] Revert "Reland "[vm/isolates] Introduce fast isolate spawn in AOT.""
2020-04-14 [email protected] Don't do TOP_MERGE when computing inheritedMap.
2020-04-14 [email protected] Fix incorrect instance checks.
2020-04-14 [email protected] Mark dartdev/test/* as Slow, Pass in pkg/pkg.status file
2020-04-14 [email protected] Reland "[vm/isolates] Introduce fast isolate spawn in AOT."
2020-04-14 [email protected] [nnbd] Fix some IO strong mode tests
2020-04-14 [email protected] [vm/aot/tfa/nnbd] Fix handling of non-nullable types in NNBD strong mode
2020-04-14 [email protected] Use implicit cast in future_impl
2020-04-14 [email protected] Require exact type matches for equality in LSP classes
2020-04-14 [email protected] Resolve type aliases when generating LSP equals methods
2020-04-14 [email protected] Fix undefined behavior in UnboxedFieldBitmap
2020-04-14 [email protected] [co19] Roll co19 to 929da300c553ebb8a9ff744746bcc1326613e1f9
2020-04-14 [email protected] Revert "bump to linter 0.1.115"
2020-04-14 [email protected] [analyzer,cfe,dart2js] Add pretty printing to id testing
2020-04-14 [email protected] [cfe] Avoid reporting missing implementation on internal fields for late lowering
2020-04-14 [email protected] [infra] Make configuration name for run_abi_tests a parameter

Created with:
  gclient setdep -r src/third_party/dart@eb18db2116dc

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dart-sdk-flutter-engine
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

Bug: None
Tbr: [email protected]
@skia-flutter-autoroll skia-flutter-autoroll added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Apr 15, 2020
@fluttergithubbot fluttergithubbot merged commit e076a96 into flutter:master Apr 15, 2020
goderbauer pushed a commit to goderbauer/engine that referenced this pull request Apr 16, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants