Skip to content
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

Roll src/third_party/dart 5ae5aff6406a..91a3ea89c8e4 (22 commits) #16310

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://dart.googlesource.com/sdk.git/+log/5ae5aff6406a..91a3ea89c8e4

git log 5ae5aff..91a3ea8 --date=short --first-parent --format='%ad %ae %s'
2020-01-31 zichangguo@google.com Revert "[dart:io] Stop forcing lower case on HttpHeaders"
2020-01-31 jcollins@google.com Add path parsing to pub support.
2020-01-31 srawlins@google.com Load navigation programatically; use badges for edit counts; #40115
2020-01-31 kustermann@google.com [vm/compiler] Mark Box instructions as non-speculative (since the inputs are always unboxed values and dont need to be checked)
2020-01-31 vsm@google.com [dartdevc/nnbd] enable co19_2 tests for legacy mode
2020-01-31 jwren@google.com Initial RelevanceAnalyzer support in the completion_metrics.dart algorithm with an initial example implementation of RHSOfAsExpression
2020-01-31 kustermann@google.com [vm] Set Class::is_const() based on final fields instead of generative constructors (which can be shaken by TFA)
2020-01-31 sigmund@google.com Update check_nnbd_sdk to diff expectations directly in dart.
2020-01-31 vsm@google.com [dartdevc] use var for top-level
2020-01-31 fishythefish@google.com [dart2js] Use flags to choose between legacy/NNBD in RTI.
2020-01-31 nshahan@google.com [dartdevc] Add dart:io back to the sdk
2020-01-31 johnniwinther@google.com [cfe] Add new flags to AsExpression and IsExpression
2020-01-31 scheglov@google.com Check for correct overrides as the specification requires.
2020-01-31 sigmund@google.com Fix based64 decoder.
2020-01-31 fishythefish@google.com [dart2js] Update generic function subtyping.
2020-01-31 srawlins@google.com NNBD preview: Add 'view' links to Edit List; #40115
2020-01-31 brianwilkerson@google.com Enable always_declare_return_types in analysis_server
2020-01-31 brianwilkerson@google.com Enable empty_catches in analysis_server
2020-01-31 brianwilkerson@google.com Improve the fix for empty_catch
2020-01-31 zichangguo@google.com [dart:io] Stop forcing lower case on HttpHeaders
2020-01-31 zichangguo@google.com [vm] seperate error and unknown types for getStdioHandletype
2020-01-31 kustermann@google.com [vm/reload] Fix crash in scavneger / GC after reload on ia32

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

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/+/master/autoroll/README.md

Bug: None
Tbr: dart-vm-team@google.com

https://dart.googlesource.com/sdk.git/+log/5ae5aff6406a..91a3ea89c8e4

git log 5ae5aff..91a3ea8 --date=short --first-parent --format='%ad %ae %s'
2020-01-31 zichangguo@google.com Revert "[dart:io] Stop forcing lower case on HttpHeaders"
2020-01-31 jcollins@google.com Add path parsing to pub support.
2020-01-31 srawlins@google.com Load navigation programatically; use badges for edit counts; flutter#40115
2020-01-31 kustermann@google.com [vm/compiler] Mark Box instructions as non-speculative (since the inputs are always unboxed values and dont need to be checked)
2020-01-31 vsm@google.com [dartdevc/nnbd] enable co19_2 tests for legacy mode
2020-01-31 jwren@google.com Initial RelevanceAnalyzer support in the completion_metrics.dart algorithm with an initial example implementation of RHSOfAsExpression
2020-01-31 kustermann@google.com [vm] Set Class::is_const() based on final fields instead of generative constructors (which can be shaken by TFA)
2020-01-31 sigmund@google.com Update check_nnbd_sdk to diff expectations directly in dart.
2020-01-31 vsm@google.com [dartdevc] use var for top-level
2020-01-31 fishythefish@google.com [dart2js] Use flags to choose between legacy/NNBD in RTI.
2020-01-31 nshahan@google.com [dartdevc] Add dart:io back to the sdk
2020-01-31 johnniwinther@google.com [cfe] Add new flags to AsExpression and IsExpression
2020-01-31 scheglov@google.com Check for correct overrides as the specification requires.
2020-01-31 sigmund@google.com Fix based64 decoder.
2020-01-31 fishythefish@google.com [dart2js] Update generic function subtyping.
2020-01-31 srawlins@google.com NNBD preview: Add 'view' links to Edit List; flutter#40115
2020-01-31 brianwilkerson@google.com Enable always_declare_return_types in analysis_server
2020-01-31 brianwilkerson@google.com Enable empty_catches in analysis_server
2020-01-31 brianwilkerson@google.com Improve the fix for empty_catch
2020-01-31 zichangguo@google.com [dart:io] Stop forcing lower case on HttpHeaders
2020-01-31 zichangguo@google.com [vm] seperate error and unknown types for getStdioHandletype
2020-01-31 kustermann@google.com [vm/reload] Fix crash in scavneger / GC after reload on ia32

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

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/+/master/autoroll/README.md

Bug: None
Tbr: dart-vm-team@google.com
@skia-flutter-autoroll
Copy link
Contributor Author

Auto-roller completed checks. About to merge.

@skia-flutter-autoroll skia-flutter-autoroll merged commit 22f574a into flutter:master Feb 1, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 3, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 4, 2020
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Feb 4, 2020
flutter/engine@0816c04...810b9b9

git log 0816c04..810b9b9 --first-parent --oneline
2020-02-03 anna_gringauze@hotmail.com supporting changes for evaluation in web debugger (flutter/engine#16309)
2020-02-03 skia-flutter-autoroll@skia.org Roll src/third_party/skia f1e316ff39e7..af99f3ee6017 (13 commits) (flutter/engine#16335)
2020-02-03 chinmaygarde@google.com Update buildroot to 02b77827fd4ac639f1c048c6340262cdb4c2a3ab. (flutter/engine#16339)
2020-02-03 chinmaygarde@google.com Disable flaky MessageLoop tests on Fuchsia. (flutter/engine#16340)
2020-02-03 iska.kaushik@gmail.com [fuchsia] Add additional contributing instructions for Googlers (flutter/engine#16337)
2020-02-03 skia-flutter-autoroll@skia.org Roll src/third_party/dart ed441e48d055..c8ed304e979a (1 commits) (flutter/engine#16328)
2020-02-03 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from AtXwP... to Tszo5... (flutter/engine#16334)
2020-02-03 skia-flutter-autoroll@skia.org Roll src/third_party/skia 3d05192abedf..f1e316ff39e7 (3 commits) (flutter/engine#16329)
2020-02-03 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from jtwQF... to 6h3IH... (flutter/engine#16332)
2020-02-03 dnfield@google.com Change NSLog to FML_DLOG (flutter/engine#16331)
2020-02-01 skia-flutter-autoroll@skia.org Roll src/third_party/skia 5d92ae2b56df..3d05192abedf (1 commits) (flutter/engine#16326)
2020-02-01 skia-flutter-autoroll@skia.org Roll src/third_party/skia 776293dceefd..5d92ae2b56df (1 commits) (flutter/engine#16325)
2020-02-01 skia-flutter-autoroll@skia.org Roll src/third_party/skia 1b80c357926b..776293dceefd (2 commits) (flutter/engine#16324)
2020-02-01 dnfield@google.com use echo to test whether host is up (flutter/engine#16322)
2020-02-01 dnfield@google.com Revert "Modifies accessibility bridge to populate new node fields in semantic… (#15116)" (flutter/engine#16323)
2020-02-01 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from x6sVj... to jtwQF... (flutter/engine#16320)
2020-02-01 skia-flutter-autoroll@skia.org Roll src/third_party/dart 91a3ea89c8e4..ed441e48d055 (4 commits) (flutter/engine#16319)
2020-02-01 chinmaygarde@google.com Remove all uses of the redundant flutter_root variable. (flutter/engine#16311)
2020-02-01 skia-flutter-autoroll@skia.org Roll src/third_party/skia 4513cdde4912..1b80c357926b (1 commits) (flutter/engine#16318)
2020-02-01 skia-flutter-autoroll@skia.org Roll src/third_party/dart 5ae5aff6406a..91a3ea89c8e4 (22 commits) (flutter/engine#16310)
2020-01-31 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from VMcGV... to AtXwP... (flutter/engine#16308)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC cbracken@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/+/master/autoroll/README.md
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
https://dart.googlesource.com/sdk.git/+log/5ae5aff6406a..91a3ea89c8e4

git log 5ae5aff..91a3ea8 --date=short --first-parent --format='%ad %ae %s'
2020-01-31 zichangguo@google.com Revert "[dart:io] Stop forcing lower case on HttpHeaders"
2020-01-31 jcollins@google.com Add path parsing to pub support.
2020-01-31 srawlins@google.com Load navigation programatically; use badges for edit counts; flutter#40115
2020-01-31 kustermann@google.com [vm/compiler] Mark Box instructions as non-speculative (since the inputs are always unboxed values and dont need to be checked)
2020-01-31 vsm@google.com [dartdevc/nnbd] enable co19_2 tests for legacy mode
2020-01-31 jwren@google.com Initial RelevanceAnalyzer support in the completion_metrics.dart algorithm with an initial example implementation of RHSOfAsExpression
2020-01-31 kustermann@google.com [vm] Set Class::is_const() based on final fields instead of generative constructors (which can be shaken by TFA)
2020-01-31 sigmund@google.com Update check_nnbd_sdk to diff expectations directly in dart.
2020-01-31 vsm@google.com [dartdevc] use var for top-level
2020-01-31 fishythefish@google.com [dart2js] Use flags to choose between legacy/NNBD in RTI.
2020-01-31 nshahan@google.com [dartdevc] Add dart:io back to the sdk
2020-01-31 johnniwinther@google.com [cfe] Add new flags to AsExpression and IsExpression
2020-01-31 scheglov@google.com Check for correct overrides as the specification requires.
2020-01-31 sigmund@google.com Fix based64 decoder.
2020-01-31 fishythefish@google.com [dart2js] Update generic function subtyping.
2020-01-31 srawlins@google.com NNBD preview: Add 'view' links to Edit List; flutter#40115
2020-01-31 brianwilkerson@google.com Enable always_declare_return_types in analysis_server
2020-01-31 brianwilkerson@google.com Enable empty_catches in analysis_server
2020-01-31 brianwilkerson@google.com Improve the fix for empty_catch
2020-01-31 zichangguo@google.com [dart:io] Stop forcing lower case on HttpHeaders
2020-01-31 zichangguo@google.com [vm] seperate error and unknown types for getStdioHandletype
2020-01-31 kustermann@google.com [vm/reload] Fix crash in scavneger / GC after reload on ia32

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

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/+/master/autoroll/README.md

Bug: None
Tbr: dart-vm-team@google.com
NoamDev added a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants