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
fluttergithubbot merged 1 commit intoflutter:masterfrom Mar 24, 2020
Merged
Conversation
https://dart.googlesource.com/sdk.git/+log/cbd67124d10e..8246621d4da3 git log cbd6712..8246621 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 [email protected] [Test] Fix calls to lib.loadLibrary() to not use lib.loadLibrary()! (see dart-lang/sdk#41122) 2020-03-24 [email protected] [ddc] Cleanup test package workaround 2020-03-24 [email protected] [vm] Fix memory leaks during ELF generation. 2020-03-24 [email protected] [dart:html] Migrate NodeValidator fix to NNBD 2020-03-24 [email protected] [benckmark] Apply code review suggestion to TBR-ed ListCopy benchmark fix 2020-03-23 [email protected] [ddc] Disable type check failure suggestions 2020-03-23 [email protected] [vm/aot] Fix disassembler bug in bare instructions mode. 2020-03-23 [email protected] Use ClassHierarchy for computing implemented interfaces. 2020-03-23 [email protected] [vm/profiler] On Android use alternative stack for handling SIGPROF. 2020-03-23 [email protected] [nnbd] Link to issue about removing unsound nullability support. 2020-03-23 [email protected] [vm] Address TSAN errors in FFI tests. 2020-03-23 [email protected] [dart:io] Fix Unix domain socket headers for Fuchsia 2020-03-23 [email protected] Type Function should be excluded from extended / implemented / mixed types. 2020-03-23 [email protected] Add a changelog entry for the NodeValidator fix 2020-03-23 [email protected] Address a vulnerability in node validator 2020-03-23 [email protected] [tests] Removing type declaration in test causing compiler error 2020-03-23 [email protected] [ package:vm_service ] Update incorrect information in CHANGELOG.md 2020-03-23 [email protected] [tools] Fix addlatexhash.dart in NNBD mode 2020-03-23 [email protected] [cfe] Add context to member type inference errors 2020-03-23 [email protected] 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 [email protected] Fix the common case of dart-lang/sdk#41039, around MethodDeclarations 2020-03-23 [email protected] Make ArgumentError.check* functions return the valid argument. 2020-03-23 [email protected] Updated version for third_party/pkg/intl 2020-03-23 [email protected] [cfe] Infer loadLibrary return a non-nullable future 2020-03-23 [email protected] Remove unittest from DEPS, .packages, package_config.json 2020-03-23 [email protected] [cfe] Don't report nnbd errors/warnings in top level inference 2020-03-23 [email protected] [cfe] Restrict nullable typedefs to nonfunction-type-aliases 2020-03-23 [email protected] Add more libraries and classes to MockSdk. 2020-03-23 [email protected] [dartdevc] record metrics 2020-03-23 [email protected] [cfe] Report error on (un)assigned late variables 2020-03-23 [email protected] [cleanup] Remove accidentally committed files 2020-03-23 [email protected] Reland "Revert "[dartdevc] record metrics"" 2020-03-23 [email protected] [kernel/CFE] Simplified toString on (ast) nodes 2020-03-23 [email protected] [vm] Look up dynamic symbols in DWARF stack traces. 2020-03-23 [email protected] [vm] Add the channel name to the VM/dart:io version string 2020-03-23 [email protected] [cfe] Handle mixing in Function 2020-03-23 [email protected] [cfe] Improve message on ambiguous extension member access 2020-03-23 [email protected] [cfe] Omit warning when extending/implementing Function 2020-03-23 [email protected] [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 [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
Mar 24, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Mar 24, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Mar 25, 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/cbd67124d10e..8246621d4da3
git log cbd6712..8246621 --date=short --first-parent --format='%ad %ae %s'
2020-03-24 [email protected] [Test] Fix calls to lib.loadLibrary() to not use lib.loadLibrary()! (see dart-lang/sdk#41122)
2020-03-24 [email protected] [ddc] Cleanup test package workaround
2020-03-24 [email protected] [vm] Fix memory leaks during ELF generation.
2020-03-24 [email protected] [dart:html] Migrate NodeValidator fix to NNBD
2020-03-24 [email protected] [benckmark] Apply code review suggestion to TBR-ed ListCopy benchmark fix
2020-03-23 [email protected] [ddc] Disable type check failure suggestions
2020-03-23 [email protected] [vm/aot] Fix disassembler bug in bare instructions mode.
2020-03-23 [email protected] Use ClassHierarchy for computing implemented interfaces.
2020-03-23 [email protected] [vm/profiler] On Android use alternative stack for handling SIGPROF.
2020-03-23 [email protected] [nnbd] Link to issue about removing unsound nullability support.
2020-03-23 [email protected] [vm] Address TSAN errors in FFI tests.
2020-03-23 [email protected] [dart:io] Fix Unix domain socket headers for Fuchsia
2020-03-23 [email protected] Type Function should be excluded from extended / implemented / mixed types.
2020-03-23 [email protected] Add a changelog entry for the NodeValidator fix
2020-03-23 [email protected] Address a vulnerability in node validator
2020-03-23 [email protected] [tests] Removing type declaration in test causing compiler error
2020-03-23 [email protected] [ package:vm_service ] Update incorrect information in CHANGELOG.md
2020-03-23 [email protected] [tools] Fix addlatexhash.dart in NNBD mode
2020-03-23 [email protected] [cfe] Add context to member type inference errors
2020-03-23 [email protected] 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 [email protected] Fix the common case of dart-lang/sdk#41039, around MethodDeclarations
2020-03-23 [email protected] Make ArgumentError.check* functions return the valid argument.
2020-03-23 [email protected] Updated version for third_party/pkg/intl
2020-03-23 [email protected] [cfe] Infer loadLibrary return a non-nullable future
2020-03-23 [email protected] Remove unittest from DEPS, .packages, package_config.json
2020-03-23 [email protected] [cfe] Don't report nnbd errors/warnings in top level inference
2020-03-23 [email protected] [cfe] Restrict nullable typedefs to nonfunction-type-aliases
2020-03-23 [email protected] Add more libraries and classes to MockSdk.
2020-03-23 [email protected] [dartdevc] record metrics
2020-03-23 [email protected] [cfe] Report error on (un)assigned late variables
2020-03-23 [email protected] [cleanup] Remove accidentally committed files
2020-03-23 [email protected] Reland "Revert "[dartdevc] record metrics""
2020-03-23 [email protected] [kernel/CFE] Simplified toString on (ast) nodes
2020-03-23 [email protected] [vm] Look up dynamic symbols in DWARF stack traces.
2020-03-23 [email protected] [vm] Add the channel name to the VM/dart:io version string
2020-03-23 [email protected] [cfe] Handle mixing in Function
2020-03-23 [email protected] [cfe] Improve message on ambiguous extension member access
2020-03-23 [email protected] [cfe] Omit warning when extending/implementing Function
2020-03-23 [email protected] [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 [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]