This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll src/third_party/dart 114752421dca..9f65693f5772 (30 commits)#17623
Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom Apr 10, 2020
Merged
Conversation
https://dart.googlesource.com/sdk.git/+log/114752421dca..9f65693f5772 git log 1147524..9f65693 --date=short --first-parent --format='%ad %ae %s' 2020-04-09 [email protected] Use offset for detecting scope in ExpressionCompiler 2020-04-09 [email protected] [nnbd] Fix some async tests in strong mode 2020-04-09 [email protected] [js_runtime] avoid array write checks in List.filled 2020-04-09 [email protected] Migrate language_2/dynamic to NNBD. 2020-04-09 [email protected] [js_runtime] Tweak 'as' check in _SyncStarIterator 2020-04-09 [email protected] Add html_common to .gni files. 2020-04-09 [email protected] [vm/nnbd] Fix crash in FFI implementation in NNBD strong mode 2020-04-09 [email protected] Fix analyzer windows bot 2020-04-09 [email protected] Migration: remove preview section "edit rationale" 2020-04-09 [email protected] Get go-to-definition working with plugins for LSP 2020-04-09 [email protected] Remove the experimental flag from closing labels 2020-04-09 [email protected] Update TOP_MERGE according to the spec change. 2020-04-09 [email protected] analyzer: Do not mark any enum values as unused if the values accessor is accessed 2020-04-09 [email protected] Migrate language_2/enum to NNBD. 2020-04-09 [email protected] [vm/compiler] Make inline cases of AssertAssignable smaller taking advantage of receiver type. 2020-04-09 [email protected] Revert "[dart:io] Preserve header case in http header _builds()" 2020-04-09 [email protected] [dart:io] Preserve header case in http header _builds() 2020-04-09 [email protected] Test that hints are reported. 2020-04-09 [email protected] Change test script to prefer a named configuration when possible. 2020-04-09 [email protected] Migrate language_2/final to NNBD. 2020-04-08 [email protected] [vm] Remove use of memmove/memset for class tables. 2020-04-08 [email protected] Oops. Make "--legacy" actually do something. 2020-04-08 [email protected] Support for TypedLiteral in LinterContext.canBeConst(). 2020-04-08 [email protected] [dart2js] Fix CommonMasks.createFromStaticType for variance 2020-04-08 [email protected] [nnbd] Fix a mirrors test in strong mode. 2020-04-08 [email protected] [dart:io] Throw a FormatException when filters receive bad data. 2020-04-08 [email protected] [dart:html] Add SubmitEvent to Event native annotation 2020-04-08 [email protected] [infra] Reduce duplication in configuring the sanitizer bots. 2020-04-08 [email protected] Test TOP_MERGE on super-interfaces. 2020-04-08 [email protected] TOP_MERGE member override tests. Created with: gclient setdep -r src/third_party/dart@9f65693f5772 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 [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 Bug: None Tbr: [email protected]
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 10, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 10, 2020
goderbauer
pushed a commit
to goderbauer/engine
that referenced
this pull request
Apr 16, 2020
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.
https://dart.googlesource.com/sdk.git/+log/114752421dca..9f65693f5772
git log 1147524..9f65693 --date=short --first-parent --format='%ad %ae %s'
2020-04-09 [email protected] Use offset for detecting scope in ExpressionCompiler
2020-04-09 [email protected] [nnbd] Fix some async tests in strong mode
2020-04-09 [email protected] [js_runtime] avoid array write checks in List.filled
2020-04-09 [email protected] Migrate language_2/dynamic to NNBD.
2020-04-09 [email protected] [js_runtime] Tweak 'as' check in _SyncStarIterator
2020-04-09 [email protected] Add html_common to .gni files.
2020-04-09 [email protected] [vm/nnbd] Fix crash in FFI implementation in NNBD strong mode
2020-04-09 [email protected] Fix analyzer windows bot
2020-04-09 [email protected] Migration: remove preview section "edit rationale"
2020-04-09 [email protected] Get go-to-definition working with plugins for LSP
2020-04-09 [email protected] Remove the experimental flag from closing labels
2020-04-09 [email protected] Update TOP_MERGE according to the spec change.
2020-04-09 [email protected] analyzer: Do not mark any enum values as unused if the values accessor is accessed
2020-04-09 [email protected] Migrate language_2/enum to NNBD.
2020-04-09 [email protected] [vm/compiler] Make inline cases of AssertAssignable smaller taking advantage of receiver type.
2020-04-09 [email protected] Revert "[dart:io] Preserve header case in http header _builds()"
2020-04-09 [email protected] [dart:io] Preserve header case in http header _builds()
2020-04-09 [email protected] Test that hints are reported.
2020-04-09 [email protected] Change test script to prefer a named configuration when possible.
2020-04-09 [email protected] Migrate language_2/final to NNBD.
2020-04-08 [email protected] [vm] Remove use of memmove/memset for class tables.
2020-04-08 [email protected] Oops. Make "--legacy" actually do something.
2020-04-08 [email protected] Support for TypedLiteral in LinterContext.canBeConst().
2020-04-08 [email protected] [dart2js] Fix CommonMasks.createFromStaticType for variance
2020-04-08 [email protected] [nnbd] Fix a mirrors test in strong mode.
2020-04-08 [email protected] [dart:io] Throw a FormatException when filters receive bad data.
2020-04-08 [email protected] [dart:html] Add SubmitEvent to Event native annotation
2020-04-08 [email protected] [infra] Reduce duplication in configuring the sanitizer bots.
2020-04-08 [email protected] Test TOP_MERGE on super-interfaces.
2020-04-08 [email protected] TOP_MERGE member override tests.
Created with:
gclient setdep -r src/third_party/dart@9f65693f5772
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 [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
Bug: None
Tbr: [email protected]