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

Conversation

@skia-flutter-autoroll
Copy link
Contributor

https://dart.googlesource.com/sdk.git/+log/edd64e6d5c79..11ae06e988de

git log edd64e6..11ae06e --date=short --first-parent --format='%ad %ae %s'
2020-02-14 rnystrom@google.com Migrate dart2js unit tests of the ancient unittest package.
2020-02-14 zichangguo@google.com Reland [dart:io] Stop forcing lower case on HttpHeaders
2020-02-14 keertip@google.com Update idl with classes to store unlinked info with content hash, and linked bundles with signature.
2020-02-14 mfairhurst@google.com [nnbd_migration] Add tests for important real-world exact nullable case
2020-02-14 mfairhurst@google.com [nnbd_migration] Add tests for uncheckable+functions, #40625
2020-02-14 mfairhurst@google.com [nnbd_migration] Fix crash aggregating fixes on cascade property target
2020-02-14 alexmarkov@google.com [vm] Introduce FutureOr class in the VM
2020-02-14 rnystrom@google.com Remove matchers_lite.dart from loader_test expected packages.
2020-02-14 paulberry@google.com Migration: propagate non-null intent through compound nodes.
2020-02-14 scheglov@google.com Use named parameters in TypeParameterTypeImpl.
2020-02-14 rnystrom@google.com Remove the matchers_lite.dart library.
2020-02-14 rmacnak@google.com [observatory] Update Catapult to 3b3069e9b4a3220962b5bb1c21de02e35f4c2d84.
2020-02-14 brianwilkerson@google.com Print completion metrics for similar contexts side-by-side
2020-02-14 pquitslund@google.com suggest mixins test
2020-02-14 alexmarkov@google.com [vm/nnbd] Support NullCheck AST node in TFA
2020-02-14 pquitslund@google.com tests for known ranking issues
2020-02-14 scheglov@google.com Create fresh TypeParameterElement(s) for executable members.
2020-02-14 joshualitt@google.com [dart2js] Fix for trivial NNBD compiler issues
2020-02-14 scheglov@google.com Issue 40396. Report BODY_MAY_COMPLETE_NORMALLY when a body that is expected to return a potentially non-nullable type may complete normally.
2020-02-14 mfairhurst@google.com [nnbd_migration] Only propagate exact nullability over uncheckable edges
2020-02-14 mfairhurst@google.com [nnbd_migration] Type arguments should get uncheckable edges
2020-02-14 liama@google.com [lib] Re-add null check in invocation_mirror_patch
2020-02-14 sigmund@google.com Undo breaking change in dart:js_util
2020-02-14 bkonyi@google.com [ VM ] Added nullability aware Type methods in embedding API
2020-02-14 alexmarkov@google.com [vm/nnbd] Preparation for type testing stubs in NNBD strong mode
2020-02-14 brianwilkerson@google.com Store strings as labels for completion metrics
2020-02-14 sstrickl@google.com [vm] Create an abstraction for updating object size info in tags for target.
2020-02-14 sstrickl@google.com [vm] Clean up interfaces/encoding for CompressedStackMaps.
2020-02-14 rmacnak@google.com [vm] Fix Dart_PostCObject to not run finalizers when a message fails to post.
2020-02-14 zichangguo@google.com Reland "Reland "fix hanging of write on Windows""
2020-02-14 pquitslund@google.com add available suggestions for getters/setters
2020-02-14 rmacnak@google.com [vm, gc] Remove dead path from promotion allocation.
2020-02-14 jwren@google.com Dartdev help output change, change the help output to be 'dart' instead of 'dartdev' in anticipation of having the Dart VM delegate to dartdev for supported commands
2020-02-14 zichangguo@google.com add CHANGELOG for http status code change
2020-02-14 brianwilkerson@google.com Enable slash_for_doc_comments in analysis_server
2020-02-14 scheglov@google.com DartObjectImpl.isIdentical() should compare types.
2020-02-14 danny@tuppeny.com Fix LSP workspace symbols to always have a SymbolKind
2020-02-14 joshualitt@google.com [dart2js] Migrate core to nnbd.
2020-02-14 nshahan@google.com [dartdevc] Map bottom type to Null in legacy libraries
2020-02-14 dacoharkes@google.com [vm/ffi] Change asFunction and lookFunction to extension methods
2020-02-14 dacoharkes@google.com [CFE] Add support looking up extension members to LibraryIndex
2020-02-14 whesse@google.com [infra] Construct 'not run' records in results.json when tests disappear
2020-02-14 jensj@google.com [kernel] Fix binary.md specification of Extensions
2020-02-14 kustermann@google.com [vm/async] Mark _AsyncAwaitCompleter.start and it's parent function non-visible.

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

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/edd64e6d5c79..11ae06e988de

git log edd64e6..11ae06e --date=short --first-parent --format='%ad %ae %s'
2020-02-14 rnystrom@google.com Migrate dart2js unit tests of the ancient unittest package.
2020-02-14 zichangguo@google.com Reland [dart:io] Stop forcing lower case on HttpHeaders
2020-02-14 keertip@google.com Update idl with classes to store unlinked info  with content hash, and linked bundles with signature.
2020-02-14 mfairhurst@google.com [nnbd_migration] Add tests for important real-world exact nullable case
2020-02-14 mfairhurst@google.com [nnbd_migration] Add tests for uncheckable+functions, flutter#40625
2020-02-14 mfairhurst@google.com [nnbd_migration] Fix crash aggregating fixes on cascade property target
2020-02-14 alexmarkov@google.com [vm] Introduce FutureOr class in the VM
2020-02-14 rnystrom@google.com Remove matchers_lite.dart from loader_test expected packages.
2020-02-14 paulberry@google.com Migration: propagate non-null intent through compound nodes.
2020-02-14 scheglov@google.com Use named parameters in TypeParameterTypeImpl.
2020-02-14 rnystrom@google.com Remove the matchers_lite.dart library.
2020-02-14 rmacnak@google.com [observatory] Update Catapult to 3b3069e9b4a3220962b5bb1c21de02e35f4c2d84.
2020-02-14 brianwilkerson@google.com Print completion metrics for similar contexts side-by-side
2020-02-14 pquitslund@google.com suggest mixins test
2020-02-14 alexmarkov@google.com [vm/nnbd] Support NullCheck AST node in TFA
2020-02-14 pquitslund@google.com tests for known ranking issues
2020-02-14 scheglov@google.com Create fresh TypeParameterElement(s) for executable members.
2020-02-14 joshualitt@google.com [dart2js] Fix for trivial NNBD compiler issues
2020-02-14 scheglov@google.com Issue 40396. Report BODY_MAY_COMPLETE_NORMALLY when a body that is expected to return a potentially non-nullable type may complete normally.
2020-02-14 mfairhurst@google.com [nnbd_migration] Only propagate exact nullability over uncheckable edges
2020-02-14 mfairhurst@google.com [nnbd_migration] Type arguments should get uncheckable edges
2020-02-14 liama@google.com [lib] Re-add null check in invocation_mirror_patch
2020-02-14 sigmund@google.com Undo breaking change in dart:js_util
2020-02-14 bkonyi@google.com [ VM ] Added nullability aware Type methods in embedding API
2020-02-14 alexmarkov@google.com [vm/nnbd] Preparation for type testing stubs in NNBD strong mode
2020-02-14 brianwilkerson@google.com Store strings as labels for completion metrics
2020-02-14 sstrickl@google.com [vm] Create an abstraction for updating object size info in tags for target.
2020-02-14 sstrickl@google.com [vm] Clean up interfaces/encoding for CompressedStackMaps.
2020-02-14 rmacnak@google.com [vm] Fix Dart_PostCObject to not run finalizers when a message fails to post.
2020-02-14 zichangguo@google.com Reland "Reland "fix hanging of write on Windows""
2020-02-14 pquitslund@google.com add available suggestions for getters/setters
2020-02-14 rmacnak@google.com [vm, gc] Remove dead path from promotion allocation.
2020-02-14 jwren@google.com Dartdev help output change, change the help output to be 'dart' instead of 'dartdev' in anticipation of having the Dart VM delegate to dartdev for supported commands
2020-02-14 zichangguo@google.com add CHANGELOG for http status code change
2020-02-14 brianwilkerson@google.com Enable slash_for_doc_comments in analysis_server
2020-02-14 scheglov@google.com DartObjectImpl.isIdentical() should compare types.
2020-02-14 danny@tuppeny.com Fix LSP workspace symbols to always have a SymbolKind
2020-02-14 joshualitt@google.com [dart2js] Migrate core to nnbd.
2020-02-14 nshahan@google.com [dartdevc] Map bottom type to Null in legacy libraries
2020-02-14 dacoharkes@google.com [vm/ffi] Change asFunction and lookFunction to extension methods
2020-02-14 dacoharkes@google.com [CFE] Add support looking up extension members to LibraryIndex
2020-02-14 whesse@google.com [infra] Construct 'not run' records in results.json when tests disappear
2020-02-14 jensj@google.com [kernel] Fix binary.md specification of Extensions
2020-02-14 kustermann@google.com [vm/async] Mark _AsyncAwaitCompleter.start and it's parent function non-visible.

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

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 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 Feb 14, 2020
@fluttergithubbot fluttergithubbot merged commit 2257304 into flutter:master Feb 15, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 18, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 19, 2020
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
NoamDev added a commit to NoamDev/engine that referenced this pull request Feb 27, 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