This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Roll Dart SDK from d872aea6a645 to 2d22e4ca26ef (14 revisions) #19227
Merged
fluttergithubbot
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:dart-sdk-flutter-engine
Jun 23, 2020
Merged
Roll Dart SDK from d872aea6a645 to 2d22e4ca26ef (14 revisions) #19227
fluttergithubbot
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:dart-sdk-flutter-engine
Jun 23, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://dart.googlesource.com/sdk.git/+log/d872aea6a645..2d22e4ca26ef 2020-06-23 ryjohn@google.com Set informative-region text color. 2020-06-22 whesse@google.com Migrate Isolate benchmarks to null safety 2020-06-22 sra@google.com [dart2js] Remove HIs and HIsViaInterceptor 2020-06-22 vegorov@google.com [vm/tool] Add legend to snapshot_analysis compare/summary output. 2020-06-22 vegorov@google.com [vm/tool] Support V8 profiles in snapshot_analysis treemap 2020-06-22 vegorov@google.com [vm/tool] Improvements to snapshot_analysis summary command. 2020-06-22 vegorov@google.com [vm/tool] Support reading V8 profiles in snapshot_analysis tool. 2020-06-22 joshualitt@google.com [dart2js] Stop running dart2js_2 suite when running unittests. 2020-06-22 regis@google.com Roll benchmarks-internal to dff8b1878dcb8bb861937bd5bea07d03dcf08251 2020-06-22 rnystrom@google.com Migrate language_2/type_variable to NNBD. 2020-06-22 jwren@google.com Update the isRunningOnBot() check in telemetry.dart for Travis, check for env.containsKey('BOT'), instead of env['BOT'] == true 2020-06-22 kustermann@google.com [vm/compiler] Use unboxed index/length for GenericCheckBoundInstr on 64-bit architectures 2020-06-22 jakemac@google.com opt meta into null safety 2020-06-22 athom@google.com [infra] Update checked-in SDKs to 2.9.0-18.0.dev 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 dart-vm-team@google.com 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/+doc/master/autoroll/README.md
bfa11a4
to
32cd7f6
Compare
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jun 23, 2020
zhongwuzw
pushed a commit
to zhongwuzw/engine
that referenced
this pull request
Jun 24, 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://dart.googlesource.com/sdk.git/+log/d872aea6a645..2d22e4ca26ef
2020-06-23 ryjohn@google.com Set informative-region text color.
2020-06-22 whesse@google.com Migrate Isolate benchmarks to null safety
2020-06-22 sra@google.com [dart2js] Remove HIs and HIsViaInterceptor
2020-06-22 vegorov@google.com [vm/tool] Add legend to snapshot_analysis compare/summary output.
2020-06-22 vegorov@google.com [vm/tool] Support V8 profiles in snapshot_analysis treemap
2020-06-22 vegorov@google.com [vm/tool] Improvements to snapshot_analysis summary command.
2020-06-22 vegorov@google.com [vm/tool] Support reading V8 profiles in snapshot_analysis tool.
2020-06-22 joshualitt@google.com [dart2js] Stop running dart2js_2 suite when running unittests.
2020-06-22 regis@google.com Roll benchmarks-internal to dff8b1878dcb8bb861937bd5bea07d03dcf08251
2020-06-22 rnystrom@google.com Migrate language_2/type_variable to NNBD.
2020-06-22 jwren@google.com Update the isRunningOnBot() check in telemetry.dart for Travis, check for env.containsKey('BOT'), instead of env['BOT'] == true
2020-06-22 kustermann@google.com [vm/compiler] Use unboxed index/length for GenericCheckBoundInstr on 64-bit architectures
2020-06-22 jakemac@google.com opt meta into null safety
2020-06-22 athom@google.com [infra] Update checked-in SDKs to 2.9.0-18.0.dev
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 dart-vm-team@google.com 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/+doc/master/autoroll/README.md