This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll src/third_party/dart 06e6554d2e..830f291773 (22 commits)#13905
Merged
a-siva merged 1 commit intoflutter:masterfrom Nov 19, 2019
Merged
Roll src/third_party/dart 06e6554d2e..830f291773 (22 commits)#13905a-siva merged 1 commit intoflutter:masterfrom
a-siva merged 1 commit intoflutter:masterfrom
Conversation
dart-lang/sdk@830f291773 [vm] Use a wrapper for bootstrap natives too. dart-lang/sdk@29ff784ecb [dart/compiler] Loop analysis and BCE improvements dart-lang/sdk@b716efbfc0 Attempt to work around repeating LinkedBundleContext exceptions. dart-lang/sdk@860132c9e0 Fix using interfaceType() without nullability, remove unused class. dart-lang/sdk@7df44023f4 Issue 38878. Update SuperContext for annotations. dart-lang/sdk@e34e734b56 [nnbd_migration] track causations for substitution nodes dart-lang/sdk@7905e78db2 NNBD preview: Better messaging for non-late uninitialized variable dart-lang/sdk@b5b45ffe4b Issue 38953. Exit the unit element walker on enter into a directive. dart-lang/sdk@1e7d4fd81e Simplify ForEachPartsWithDeclaration case in LocalDeclarationVisitor. dart-lang/sdk@f69935b107 Migration: stop creating union edges for inferred types. dart-lang/sdk@6a8aae0095 [vm] Enable Dart VM to run in QEMU user-mode emulation for ARM. dart-lang/sdk@1ae6f1b031 Support for creating and displaying edits in the preview tool dart-lang/sdk@8fbb053092 Issue 39021. Guard against invalid generic type alias, without function type. dart-lang/sdk@fe3fadbdba Issue 39025. ForEachPartsWithIdentifier does not define anything, don't pretend that it is a LocalVariableElement. dart-lang/sdk@3a17bebf9c Issue 39028. Guard against mixin constructor in FieldFormalParameter completion. dart-lang/sdk@2a5d00bcd2 Issue 38992. Build annotation elements for type parameter elements on their creation. dart-lang/sdk@aa0cf44b05 Issue 38506. Don't attempt to use LibraryElement.metadata for not the first LibraryDirective. dart-lang/sdk@6df2491743 Issue 38551. Fix for reading references to PropertyAccessorElement(s) defined in extensions. dart-lang/sdk@7c1f58f9fe [cfe] Demote inferred type variables when used as type arguments dart-lang/sdk@16af4b7355 [vm] Set all entrypoints when reading JIT snapshots. dart-lang/sdk@369fdb7cb2 [SDK] Fixes FORCE_INCLUDE_DISASSEMBLER build in PRODUCT. dart-lang/sdk@043885676c [CFE] Mark initializer as inferred and don't redo work
Contributor
Author
|
Canceled by roller, abandoning roll. |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Nov 19, 2019
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Nov 19, 2019
engine-flutter-autoroll
added a commit
to flutter/flutter
that referenced
this pull request
Nov 19, 2019
[email protected]:flutter/engine.git/compare/9832bc8f2eb2...762294c git log 9832bc8..762294c --no-merges --oneline 2019-11-19 [email protected] Revert "RendererContextSwitch guard flutter's gl context rework. (#13812)" (flutter/engine#13906) 2019-11-19 [email protected] Roll src/third_party/dart 06e6554d2e..830f291773 (22 commits) (flutter/engine#13905) 2019-11-19 [email protected] Fix withIn matcher distance function lookup (flutter/engine#13904) 2019-11-18 [email protected] Roll src/third_party/dart aceeba7567..06e6554d2e (2 commits) (flutter/engine#13900) 2019-11-18 [email protected] Fix single line bitmap canvas text shadow (flutter/engine#13901) 2019-11-18 [email protected] Roll fuchsia/sdk/core/linux-amd64 from dhwMR... to kSMF7... (flutter/engine#13899) 2019-11-18 [email protected] Roll src/third_party/dart 7b67303318..aceeba7567 (8 commits) 2019-11-18 [email protected] Roll fuchsia/sdk/core/mac-amd64 from 6ZRA_... to Oo6E_... (flutter/engine#13894) 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 [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
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This is an automated pull request which will automatically merge once checks pass.
Roll src/third_party/dart 06e6554..830f291 (22 commits)
dart-lang/sdk@830f291773 [vm] Use a wrapper for bootstrap natives too.
dart-lang/sdk@29ff784ecb [dart/compiler] Loop analysis and BCE improvements
dart-lang/sdk@b716efbfc0 Attempt to work around repeating LinkedBundleContext exceptions.
dart-lang/sdk@860132c9e0 Fix using interfaceType() without nullability, remove unused class.
dart-lang/sdk@7df44023f4 Issue 38878. Update SuperContext for annotations.
dart-lang/sdk@e34e734b56 [nnbd_migration] track causations for substitution nodes
dart-lang/sdk@7905e78db2 NNBD preview: Better messaging for non-late uninitialized variable
dart-lang/sdk@b5b45ffe4b Issue 38953. Exit the unit element walker on enter into a directive.
dart-lang/sdk@1e7d4fd81e Simplify ForEachPartsWithDeclaration case in LocalDeclarationVisitor.
dart-lang/sdk@f69935b107 Migration: stop creating union edges for inferred types.
dart-lang/sdk@6a8aae0095 [vm] Enable Dart VM to run in QEMU user-mode emulation for ARM.
dart-lang/sdk@1ae6f1b031 Support for creating and displaying edits in the preview tool
dart-lang/sdk@8fbb053092 Issue 39021. Guard against invalid generic type alias, without function type.
dart-lang/sdk@fe3fadbdba Issue 39025. ForEachPartsWithIdentifier does not define anything, don't pretend that it is a LocalVariableElement.
dart-lang/sdk@3a17bebf9c Issue 39028. Guard against mixin constructor in FieldFormalParameter completion.
dart-lang/sdk@2a5d00bcd2 Issue 38992. Build annotation elements for type parameter elements on their creation.
dart-lang/sdk@aa0cf44b05 Issue 38506. Don't attempt to use LibraryElement.metadata for not the first LibraryDirective.
dart-lang/sdk@6df2491743 Issue 38551. Fix for reading references to PropertyAccessorElement(s) defined in extensions.
dart-lang/sdk@7c1f58f9fe [cfe] Demote inferred type variables when used as type arguments
dart-lang/sdk@16af4b7355 [vm] Set all entrypoints when reading JIT snapshots.
dart-lang/sdk@369fdb7cb2 [SDK] Fixes FORCE_INCLUDE_DISASSEMBLER build in PRODUCT.
dart-lang/sdk@043885676c [CFE] Mark initializer as inferred and don't redo work