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

Roll src/third_party/dart cbd67124d10e..8246621d4da3 (39 commits) #17286

Merged

Conversation

skia-flutter-autoroll
Copy link
Contributor

https://dart.googlesource.com/sdk.git/+log/cbd67124d10e..8246621d4da3

git log cbd6712..8246621 --date=short --first-parent --format='%ad %ae %s'
2020-03-24 asiva@google.com [Test] Fix calls to lib.loadLibrary() to not use lib.loadLibrary()! (see dart-lang/sdk#41122)
2020-03-24 nshahan@google.com [ddc] Cleanup test package workaround
2020-03-24 rmacnak@google.com [vm] Fix memory leaks during ELF generation.
2020-03-24 srujzs@google.com [dart:html] Migrate NodeValidator fix to NNBD
2020-03-24 sra@google.com [benckmark] Apply code review suggestion to TBR-ed ListCopy benchmark fix
2020-03-23 nshahan@google.com [ddc] Disable type check failure suggestions
2020-03-23 sstrickl@google.com [vm/aot] Fix disassembler bug in bare instructions mode.
2020-03-23 scheglov@google.com Use ClassHierarchy for computing implemented interfaces.
2020-03-23 vegorov@google.com [vm/profiler] On Android use alternative stack for handling SIGPROF.
2020-03-23 sortie@google.com [nnbd] Link to issue about removing unsound nullability support.
2020-03-23 rmacnak@google.com [vm] Address TSAN errors in FFI tests.
2020-03-23 jsimmons@google.com [dart:io] Fix Unix domain socket headers for Fuchsia
2020-03-23 scheglov@google.com Type Function should be excluded from extended / implemented / mixed types.
2020-03-23 kevmoo@google.com Add a changelog entry for the NodeValidator fix
2020-03-23 kevmoo@google.com Address a vulnerability in node validator
2020-03-23 rileyporter@google.com [tests] Removing type declaration in test causing compiler error
2020-03-23 bkonyi@google.com [ package:vm_service ] Update incorrect information in CHANGELOG.md
2020-03-23 liama@google.com [tools] Fix addlatexhash.dart in NNBD mode
2020-03-23 johnniwinther@google.com [cfe] Add context to member type inference errors
2020-03-23 jwren@google.com Preventatively check for null from the return of AstNode.findPrevious(..). This was the only instance of a missing null check in analyzer, analyzer_plugin, analysis_server and analyzer_cli.
2020-03-23 jwren@google.com Fix the common case of dart-lang/sdk#41039, around MethodDeclarations
2020-03-23 lrn@google.com Make ArgumentError.check* functions return the valid argument.
2020-03-23 eernst@google.com Updated version for third_party/pkg/intl
2020-03-23 johnniwinther@google.com [cfe] Infer loadLibrary return a non-nullable future
2020-03-23 kevmoo@google.com Remove unittest from DEPS, .packages, package_config.json
2020-03-23 johnniwinther@google.com [cfe] Don't report nnbd errors/warnings in top level inference
2020-03-23 dmitryas@google.com [cfe] Restrict nullable typedefs to nonfunction-type-aliases
2020-03-23 scheglov@google.com Add more libraries and classes to MockSdk.
2020-03-23 vsm@google.com [dartdevc] record metrics
2020-03-23 johnniwinther@google.com [cfe] Report error on (un)assigned late variables
2020-03-23 athom@google.com [cleanup] Remove accidentally committed files
2020-03-23 davidmorgan@google.com Reland "Revert "[dartdevc] record metrics""
2020-03-23 jensj@google.com [kernel/CFE] Simplified toString on (ast) nodes
2020-03-23 sstrickl@google.com [vm] Look up dynamic symbols in DWARF stack traces.
2020-03-23 athom@google.com [vm] Add the channel name to the VM/dart:io version string
2020-03-23 johnniwinther@google.com [cfe] Handle mixing in Function
2020-03-23 johnniwinther@google.com [cfe] Improve message on ambiguous extension member access
2020-03-23 johnniwinther@google.com [cfe] Omit warning when extending/implementing Function
2020-03-23 zichangguo@google.com [dart:io] support Unix domain communications

Created with:
gclient setdep -r src/third_party/dart@8246621d4da3

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/cbd67124d10e..8246621d4da3

git log cbd6712..8246621 --date=short --first-parent --format='%ad %ae %s'
2020-03-24 asiva@google.com [Test] Fix calls to lib.loadLibrary() to not use lib.loadLibrary()! (see dart-lang/sdk#41122)
2020-03-24 nshahan@google.com [ddc] Cleanup test package workaround
2020-03-24 rmacnak@google.com [vm] Fix memory leaks during ELF generation.
2020-03-24 srujzs@google.com [dart:html] Migrate NodeValidator fix to NNBD
2020-03-24 sra@google.com [benckmark] Apply code review suggestion to TBR-ed ListCopy benchmark fix
2020-03-23 nshahan@google.com [ddc] Disable type check failure suggestions
2020-03-23 sstrickl@google.com [vm/aot] Fix disassembler bug in bare instructions mode.
2020-03-23 scheglov@google.com Use ClassHierarchy for computing implemented interfaces.
2020-03-23 vegorov@google.com [vm/profiler] On Android use alternative stack for handling SIGPROF.
2020-03-23 sortie@google.com [nnbd] Link to issue about removing unsound nullability support.
2020-03-23 rmacnak@google.com [vm] Address TSAN errors in FFI tests.
2020-03-23 jsimmons@google.com [dart:io] Fix Unix domain socket headers for Fuchsia
2020-03-23 scheglov@google.com Type Function should be excluded from extended / implemented / mixed types.
2020-03-23 kevmoo@google.com Add a changelog entry for the NodeValidator fix
2020-03-23 kevmoo@google.com Address a vulnerability in node validator
2020-03-23 rileyporter@google.com [tests] Removing type declaration in test causing compiler error
2020-03-23 bkonyi@google.com [ package:vm_service ] Update incorrect information in CHANGELOG.md
2020-03-23 liama@google.com [tools] Fix addlatexhash.dart in NNBD mode
2020-03-23 johnniwinther@google.com [cfe] Add context to member type inference errors
2020-03-23 jwren@google.com Preventatively check for null from the return of AstNode.findPrevious(..). This was the only instance of a missing null check in analyzer, analyzer_plugin, analysis_server and analyzer_cli.
2020-03-23 jwren@google.com Fix the common case of dart-lang/sdk#41039, around MethodDeclarations
2020-03-23 lrn@google.com Make ArgumentError.check* functions return the valid argument.
2020-03-23 eernst@google.com Updated version for third_party/pkg/intl
2020-03-23 johnniwinther@google.com [cfe] Infer loadLibrary return a non-nullable future
2020-03-23 kevmoo@google.com Remove unittest from DEPS, .packages, package_config.json
2020-03-23 johnniwinther@google.com [cfe] Don't report nnbd errors/warnings in top level inference
2020-03-23 dmitryas@google.com [cfe] Restrict nullable typedefs to nonfunction-type-aliases
2020-03-23 scheglov@google.com Add more libraries and classes to MockSdk.
2020-03-23 vsm@google.com [dartdevc] record metrics
2020-03-23 johnniwinther@google.com [cfe] Report error on (un)assigned late variables
2020-03-23 athom@google.com [cleanup] Remove accidentally committed files
2020-03-23 davidmorgan@google.com Reland "Revert "[dartdevc] record metrics""
2020-03-23 jensj@google.com [kernel/CFE] Simplified toString on (ast) nodes
2020-03-23 sstrickl@google.com [vm] Look up dynamic symbols in DWARF stack traces.
2020-03-23 athom@google.com [vm] Add the channel name to the VM/dart:io version string
2020-03-23 johnniwinther@google.com [cfe] Handle mixing in Function
2020-03-23 johnniwinther@google.com [cfe] Improve message on ambiguous extension member access
2020-03-23 johnniwinther@google.com [cfe] Omit warning when extending/implementing Function
2020-03-23 zichangguo@google.com [dart:io] support Unix domain communications

Created with:
  gclient setdep -r src/third_party/dart@8246621d4da3

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.
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