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 src/third_party/dart b52d264f5b2f..05e70d5b38cb (17 commits) #15085
Merged
skia-flutter-autoroll
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:dart-sdk-flutter-engine
Jan 2, 2020
Merged
Roll src/third_party/dart b52d264f5b2f..05e70d5b38cb (17 commits) #15085
skia-flutter-autoroll
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:dart-sdk-flutter-engine
Jan 2, 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/b52d264f5b2f..05e70d5b38cb git log b52d264..05e70d5 --date=short --first-parent --format='%ad %ae %s' 2019-12-30 whesse@google.com [infra] Add unapproved failures test to builder status script 2019-12-30 zichangguo@google.com [vm/io] add endian.host to RawSocketOption.fromInt 2019-12-30 srawlins@google.com analyzer: move tests for 10 error codes to separate files 2019-12-30 srawlins@google.com analyzer: Fix duplicate error-reporting with duplicate field formals 2019-12-30 srawlins@google.com analyzer: move 'non-error' tests for 12 codes to separate files 2019-12-30 scheglov@google.com Remove reporting duplicate CompileTimeErrorCode.CONST_NOT_INITIALIZED from ConstructorFieldsVerifier. 2019-12-30 devoncarew@google.com [analyzer] improve the cursor insertion position for required params 2019-12-30 scheglov@google.com Simplify SyntheticIdentifier to partial SimpleIdentifier. 2019-12-30 scheglov@google.com Remove 'referencingLibrary' from several Scope.lookupX() methods. 2019-12-29 scheglov@google.com Add canReferenceElementWithoutThisPrefix() to LinterContext. 2019-12-29 devoncarew@google.com [analyzer] fix an issue with the missing_required_param warning ending in two periods 2019-12-29 brianwilkerson@google.com Add a fix for prefer_if_null_operators 2019-12-29 devoncarew@google.com [analyzer] insert missing params before child/children 2019-12-28 paulberry@google.com Migration: teach FixBuilder to add the `required` keyword when necessary. 2019-12-28 mfairhurst@google.com [nnbd_migration] Handle invokeType on function invocation expression 2019-12-28 brianwilkerson@google.com Enable unnecessary_this in several packages 2019-12-28 brianwilkerson@google.com Update the generators to not generate unnecessary uses of "this" Created with: gclient setdep -r src/third_party/dart@05e70d5b38cb 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
Contributor
Author
|
Auto-roller completed checks. About to merge. |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 3, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Jan 3, 2020
engine-flutter-autoroll
added a commit
to flutter/flutter
that referenced
this pull request
Jan 3, 2020
flutter/engine@fa05d36...d35a4b3 git log fa05d36..d35a4b3 --first-parent --oneline 2020-01-03 skia-flutter-autoroll@skia.org Roll src/third_party/skia 107c66669d37..7ac038f302f2 (30 commits) (flutter/engine#15102) 2020-01-02 skia-flutter-autoroll@skia.org Roll src/third_party/dart b52d264f5b2f..05e70d5b38cb (17 commits) (flutter/engine#15085) 2020-01-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from iImpF... to zkzoZ... (flutter/engine#15086) 2020-01-02 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from sxapd... to AVtRQ... (flutter/engine#15083) 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 franciscojma@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
filmil
pushed a commit
to filmil/engine
that referenced
this pull request
Mar 13, 2020
https://dart.googlesource.com/sdk.git/+log/b52d264f5b2f..05e70d5b38cb git log b52d264..05e70d5 --date=short --first-parent --format='%ad %ae %s' 2019-12-30 whesse@google.com [infra] Add unapproved failures test to builder status script 2019-12-30 zichangguo@google.com [vm/io] add endian.host to RawSocketOption.fromInt 2019-12-30 srawlins@google.com analyzer: move tests for 10 error codes to separate files 2019-12-30 srawlins@google.com analyzer: Fix duplicate error-reporting with duplicate field formals 2019-12-30 srawlins@google.com analyzer: move 'non-error' tests for 12 codes to separate files 2019-12-30 scheglov@google.com Remove reporting duplicate CompileTimeErrorCode.CONST_NOT_INITIALIZED from ConstructorFieldsVerifier. 2019-12-30 devoncarew@google.com [analyzer] improve the cursor insertion position for required params 2019-12-30 scheglov@google.com Simplify SyntheticIdentifier to partial SimpleIdentifier. 2019-12-30 scheglov@google.com Remove 'referencingLibrary' from several Scope.lookupX() methods. 2019-12-29 scheglov@google.com Add canReferenceElementWithoutThisPrefix() to LinterContext. 2019-12-29 devoncarew@google.com [analyzer] fix an issue with the missing_required_param warning ending in two periods 2019-12-29 brianwilkerson@google.com Add a fix for prefer_if_null_operators 2019-12-29 devoncarew@google.com [analyzer] insert missing params before child/children 2019-12-28 paulberry@google.com Migration: teach FixBuilder to add the `required` keyword when necessary. 2019-12-28 mfairhurst@google.com [nnbd_migration] Handle invokeType on function invocation expression 2019-12-28 brianwilkerson@google.com Enable unnecessary_this in several packages 2019-12-28 brianwilkerson@google.com Update the generators to not generate unnecessary uses of "this" Created with: gclient setdep -r src/third_party/dart@05e70d5b38cb 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
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.
https://dart.googlesource.com/sdk.git/+log/b52d264f5b2f..05e70d5b38cb
git log b52d264..05e70d5 --date=short --first-parent --format='%ad %ae %s'
2019-12-30 whesse@google.com [infra] Add unapproved failures test to builder status script
2019-12-30 zichangguo@google.com [vm/io] add endian.host to RawSocketOption.fromInt
2019-12-30 srawlins@google.com analyzer: move tests for 10 error codes to separate files
2019-12-30 srawlins@google.com analyzer: Fix duplicate error-reporting with duplicate field formals
2019-12-30 srawlins@google.com analyzer: move 'non-error' tests for 12 codes to separate files
2019-12-30 scheglov@google.com Remove reporting duplicate CompileTimeErrorCode.CONST_NOT_INITIALIZED from ConstructorFieldsVerifier.
2019-12-30 devoncarew@google.com [analyzer] improve the cursor insertion position for required params
2019-12-30 scheglov@google.com Simplify SyntheticIdentifier to partial SimpleIdentifier.
2019-12-30 scheglov@google.com Remove 'referencingLibrary' from several Scope.lookupX() methods.
2019-12-29 scheglov@google.com Add canReferenceElementWithoutThisPrefix() to LinterContext.
2019-12-29 devoncarew@google.com [analyzer] fix an issue with the missing_required_param warning ending in two periods
2019-12-29 brianwilkerson@google.com Add a fix for prefer_if_null_operators
2019-12-29 devoncarew@google.com [analyzer] insert missing params before child/children
2019-12-28 paulberry@google.com Migration: teach FixBuilder to add the
requiredkeyword when necessary.2019-12-28 mfairhurst@google.com [nnbd_migration] Handle invokeType on function invocation expression
2019-12-28 brianwilkerson@google.com Enable unnecessary_this in several packages
2019-12-28 brianwilkerson@google.com Update the generators to not generate unnecessary uses of "this"
Created with:
gclient setdep -r src/third_party/dart@05e70d5b38cb
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