This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll src/third_party/dart 726d3c772554..207953f367e6 (79 commits)#18021
Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom Apr 29, 2020
Merged
Conversation
https://dart.googlesource.com/sdk.git/+log/726d3c772554..207953f367e6 git log 726d3c7..207953f --date=short --first-parent --format='%ad %ae %s' 2020-04-28 [email protected] [tests] Add regression tests for internal issue 2020-04-28 [email protected] Use the element kind feature for instance members 2020-04-28 [email protected] Add test to validate resolution of flutter#39641. 2020-04-28 [email protected] Revert "Reland "[vm] Make VM support .dart_tool/package_config.json"" 2020-04-28 [email protected] [ddc] Use Null Safety flag in typeAcceptsNull 2020-04-28 [email protected] [vm/nnbd] Call field initializer from stubs for late instance fields 2020-04-28 [email protected] [ddc] Fix function type casts in weak mode 2020-04-28 [email protected] [vm, gc] Divide new-space into pages like old-space. 2020-04-28 [email protected] Add a fix to add the required keyword 2020-04-28 [email protected] [vm/compiler] Fix operand encoding overflow in Drop on ARM64 2020-04-28 [email protected] Reset the library context in FileResolver by timeout. 2020-04-28 [email protected] [vm, gc] Set the scavenger's forwarding bit to equal to the pointer tag bit. 2020-04-28 [email protected] [dart2js] NNBD changes for future_or_test. 2020-04-28 [email protected] Support suggesting an accessor in SuggestionBuilder 2020-04-28 [email protected] [vm/nnbd] Fix A<dynamic> <: A<Object> subtyping in weak mode 2020-04-28 [email protected] Remove bogus file 2020-04-28 [email protected] Prepare to publish analyzer 0.39.8 2020-04-28 [email protected] Fix CiderFixesComputerTest on Windows bot. 2020-04-28 [email protected] Reland "[vm] Make VM support .dart_tool/package_config.json" 2020-04-28 [email protected] Analyzer: unnamed ExtensionElement should have a null name 2020-04-28 [email protected] [vm/nnbd] Inline implicit getters of late fields 2020-04-28 [email protected] Add CiderFixesComputer. 2020-04-28 [email protected] [CFE] Extends the crash reproduction minimizer to work on more than one file 2020-04-28 [email protected] [release] Update checked-in SDKs to 2.9.0-4.0.dev 2020-04-28 [email protected] Migration: allow assignment to de-promote local variables. 2020-04-28 [email protected] Revert "[VM] Mark all indirectly dependent code dirty on hot reload" 2020-04-28 [email protected] [CFE] Update expect files for UTF16_LE test 2020-04-28 [email protected] [co19] Roll co19 to 306b15d60048bee617b7d5ede9b49ebafb7d1c42 2020-04-28 [email protected] [gardening] Add and pass missing parameter in ABI test runner. 2020-04-28 [email protected] Upgrade `test` packages from test_core-v0.3.2 to 988e38f (1.14.3-dev in package:test pubspec.yaml). 2020-04-28 [email protected] [VM] Mark all indirectly dependent code dirty on hot reload 2020-04-28 [email protected] [cfe] Handle problems and recovery in non-null check 2020-04-28 [email protected] [co19] Add co19 (migrated) status files to the shard filesets 2020-04-28 [email protected] [release] Update tentative release date for 2.8.0 2020-04-28 [email protected] Reland "[VM] Remove unnecessary Closure.clone() from sync*." 2020-04-28 [email protected] Remove _coverageMarker and uses 2020-04-28 [email protected] analyzer: Fix message of REDIRECT_TO_INVALID_TYPE 2020-04-28 [email protected] Opt package:meta in to null safety. 2020-04-28 [email protected] [dart2js] Treat Object as a top type in weak mode. 2020-04-27 [email protected] [vm, timeline] Remember block creation order instead of sorting in the endless recorder. 2020-04-27 [email protected] [nnbd] Fix small strong mode bug in service isolate 2020-04-27 [email protected] [vm/sendandexit] Ensure that sendAndExit message comes before exit message. 2020-04-27 [email protected] Support suggesting methods in SuggestionBuilder 2020-04-27 [email protected] [ VM / DartDev ] Make DartDev help message the default when running dart --help 2020-04-27 [email protected] Fix a dangling pointer in Windows CreateProcessW 2020-04-27 [email protected] [benchmark] Benchmark for some .runtimeType patterns from Flutter 2020-04-27 [email protected] Issue 40957. Report the language feature, and recommend to set SDK constraint. 2020-04-27 [email protected] [dart2js] Minor strong mode fix in inference. 2020-04-27 [email protected] Revert "[vm] Fix test to use Uri.file() instead of Uri.parse()" 2020-04-27 [email protected] [ Service ] Fix status file expectations for service tests 2020-04-27 [email protected] Treat the expect and async_helper packages as opted in to NNBD. 2020-04-27 [email protected] Completion bug fix - extended types will now be completable in extension declarations 2020-04-27 [email protected] Implement Factor in flow analysis. 2020-04-27 [email protected] [dart2js] Fix two type inference bugs with legacy subtyping. 2020-04-27 [email protected] [vm/compiler] Use a faster iteration over isolates in a group during GC 2020-04-27 [email protected] Upgraded package:html from 0.14.0+1 (0.14.0+1 in pubpsec.yaml) to 083a36c (0.14.0+3 in pubspec.yaml). 2020-04-27 [email protected] [tests] Fix CompileTime error in implement_rectangle test. 2020-04-27 [email protected] Migration: nicer text for command-line option errors 2020-04-27 [email protected] Migration: add `--apply-changes` support to new CLI 2020-04-27 [email protected] Migration: add `--no-web-preview` support to new CLI 2020-04-27 [email protected] Migration: add the ability for the preview server to be turned off. 2020-04-27 [email protected] Migration: stop stubbing out Ansi class for testing. 2020-04-27 [email protected] Migration: begin implementing CLI for the migration tool outside analysis server. 2020-04-27 [email protected] [cfe] Implement NNBD_TOP_MERGE update 2020-04-27 [email protected] [cfe] Ensure default type on generic forwarding stubs/method signatures 2020-04-27 [email protected] Bug fix in combinator_contributor.dart, don't suggest names already shown or hidden by the existing combinators (in the same directive). 2020-04-27 [email protected] [vm] Fix test to use Uri.file() instead of Uri.parse() 2020-04-27 [email protected] [cfe] Support Never and Never? in function literal parameter type inference 2020-04-27 [email protected] [cfe] Handle nullable access to extension members 2020-04-27 [email protected] Update oauth2 to version 1.6.0 2020-04-27 [email protected] [vm] Make VM support .dart_tool/package_config.json 2020-04-27 [email protected] Upgrade package:pool from 1.3.6 (1.3.6 in pubpsec.yaml) to 86fbb2c (1.4.1-dev in pubspec.yaml). 2020-04-27 [email protected] Upgrade package:mustache from 5e81b12 (1.1.0 in pubpsec.yaml) to 664737e (1.1.1 in pubspec.yaml). 2020-04-27 [email protected] Upgrade package:source_maps from 8af7cc1 (0.10.7 in pubpsec.yaml) to 87b4fd9 (0.10.9 in pubspec.yaml). 2020-04-27 [email protected] Upgrade package:yaml from 2.2.0 (2.2.0 in pubpsec.yaml) to 62e9f6b (2.2.1-dev in pubspec.yaml). 2020-04-27 [email protected] Upgrade package:term_glyph from 1.0.1 (1.0.1 in pubpsec.yaml) to b3da31e (1.1.0 in pubspec.yaml). 2020-04-27 [email protected] Upgrade package:web_socket_channel from 1.1.0 (1.1.0 in pubpsec.yaml) to 490061e (1.1.1-dev in pubspec.yaml). 2020-04-27 [email protected] Revert "[VM] Remove unnecessary Closure.clone() from sync*." 2020-04-27 [email protected] [VM] Remove unnecessary Closure.clone() from sync*. Created with: gclient setdep -r src/third_party/dart@207953f367e6 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 29, 2020
This was referenced Apr 29, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 29, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 29, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 29, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 29, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
This was referenced Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Apr 30, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 1, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 1, 2020
This was referenced May 1, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 1, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 1, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 1, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 1, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 1, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 1, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 1, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 2, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
May 5, 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/726d3c772554..207953f367e6
git log 726d3c7..207953f --date=short --first-parent --format='%ad %ae %s'
2020-04-28 [email protected] [tests] Add regression tests for internal issue
2020-04-28 [email protected] Use the element kind feature for instance members
2020-04-28 [email protected] Add test to validate resolution of #39641.
2020-04-28 [email protected] Revert "Reland "[vm] Make VM support .dart_tool/package_config.json""
2020-04-28 [email protected] [ddc] Use Null Safety flag in typeAcceptsNull
2020-04-28 [email protected] [vm/nnbd] Call field initializer from stubs for late instance fields
2020-04-28 [email protected] [ddc] Fix function type casts in weak mode
2020-04-28 [email protected] [vm, gc] Divide new-space into pages like old-space.
2020-04-28 [email protected] Add a fix to add the required keyword
2020-04-28 [email protected] [vm/compiler] Fix operand encoding overflow in Drop on ARM64
2020-04-28 [email protected] Reset the library context in FileResolver by timeout.
2020-04-28 [email protected] [vm, gc] Set the scavenger's forwarding bit to equal to the pointer tag bit.
2020-04-28 [email protected] [dart2js] NNBD changes for future_or_test.
2020-04-28 [email protected] Support suggesting an accessor in SuggestionBuilder
2020-04-28 [email protected] [vm/nnbd] Fix A <: A subtyping in weak mode
2020-04-28 [email protected] Remove bogus file
2020-04-28 [email protected] Prepare to publish analyzer 0.39.8
2020-04-28 [email protected] Fix CiderFixesComputerTest on Windows bot.
2020-04-28 [email protected] Reland "[vm] Make VM support .dart_tool/package_config.json"
2020-04-28 [email protected] Analyzer: unnamed ExtensionElement should have a null name
2020-04-28 [email protected] [vm/nnbd] Inline implicit getters of late fields
2020-04-28 [email protected] Add CiderFixesComputer.
2020-04-28 [email protected] [CFE] Extends the crash reproduction minimizer to work on more than one file
2020-04-28 [email protected] [release] Update checked-in SDKs to 2.9.0-4.0.dev
2020-04-28 [email protected] Migration: allow assignment to de-promote local variables.
2020-04-28 [email protected] Revert "[VM] Mark all indirectly dependent code dirty on hot reload"
2020-04-28 [email protected] [CFE] Update expect files for UTF16_LE test
2020-04-28 [email protected] [co19] Roll co19 to 306b15d60048bee617b7d5ede9b49ebafb7d1c42
2020-04-28 [email protected] [gardening] Add and pass missing parameter in ABI test runner.
2020-04-28 [email protected] Upgrade
testpackages from test_core-v0.3.2 to 988e38f (1.14.3-dev in package:test pubspec.yaml).2020-04-28 [email protected] [VM] Mark all indirectly dependent code dirty on hot reload
2020-04-28 [email protected] [cfe] Handle problems and recovery in non-null check
2020-04-28 [email protected] [co19] Add co19 (migrated) status files to the shard filesets
2020-04-28 [email protected] [release] Update tentative release date for 2.8.0
2020-04-28 [email protected] Reland "[VM] Remove unnecessary Closure.clone() from sync*."
2020-04-28 [email protected] Remove _coverageMarker and uses
2020-04-28 [email protected] analyzer: Fix message of REDIRECT_TO_INVALID_TYPE
2020-04-28 [email protected] Opt package:meta in to null safety.
2020-04-28 [email protected] [dart2js] Treat Object as a top type in weak mode.
2020-04-27 [email protected] [vm, timeline] Remember block creation order instead of sorting in the endless recorder.
2020-04-27 [email protected] [nnbd] Fix small strong mode bug in service isolate
2020-04-27 [email protected] [vm/sendandexit] Ensure that sendAndExit message comes before exit message.
2020-04-27 [email protected] Support suggesting methods in SuggestionBuilder
2020-04-27 [email protected] [ VM / DartDev ] Make DartDev help message the default when running dart --help
2020-04-27 [email protected] Fix a dangling pointer in Windows CreateProcessW
2020-04-27 [email protected] [benchmark] Benchmark for some .runtimeType patterns from Flutter
2020-04-27 [email protected] Issue 40957. Report the language feature, and recommend to set SDK constraint.
2020-04-27 [email protected] [dart2js] Minor strong mode fix in inference.
2020-04-27 [email protected] Revert "[vm] Fix test to use Uri.file() instead of Uri.parse()"
2020-04-27 [email protected] [ Service ] Fix status file expectations for service tests
2020-04-27 [email protected] Treat the expect and async_helper packages as opted in to NNBD.
2020-04-27 [email protected] Completion bug fix - extended types will now be completable in extension declarations
2020-04-27 [email protected] Implement Factor in flow analysis.
2020-04-27 [email protected] [dart2js] Fix two type inference bugs with legacy subtyping.
2020-04-27 [email protected] [vm/compiler] Use a faster iteration over isolates in a group during GC
2020-04-27 [email protected] Upgraded package:html from 0.14.0+1 (0.14.0+1 in pubpsec.yaml) to 083a36c (0.14.0+3 in pubspec.yaml).
2020-04-27 [email protected] [tests] Fix CompileTime error in implement_rectangle test.
2020-04-27 [email protected] Migration: nicer text for command-line option errors
2020-04-27 [email protected] Migration: add
--apply-changessupport to new CLI2020-04-27 [email protected] Migration: add
--no-web-previewsupport to new CLI2020-04-27 [email protected] Migration: add the ability for the preview server to be turned off.
2020-04-27 [email protected] Migration: stop stubbing out Ansi class for testing.
2020-04-27 [email protected] Migration: begin implementing CLI for the migration tool outside analysis server.
2020-04-27 [email protected] [cfe] Implement NNBD_TOP_MERGE update
2020-04-27 [email protected] [cfe] Ensure default type on generic forwarding stubs/method signatures
2020-04-27 [email protected] Bug fix in combinator_contributor.dart, don't suggest names already shown or hidden by the existing combinators (in the same directive).
2020-04-27 [email protected] [vm] Fix test to use Uri.file() instead of Uri.parse()
2020-04-27 [email protected] [cfe] Support Never and Never? in function literal parameter type inference
2020-04-27 [email protected] [cfe] Handle nullable access to extension members
2020-04-27 [email protected] Update oauth2 to version 1.6.0
2020-04-27 [email protected] [vm] Make VM support .dart_tool/package_config.json
2020-04-27 [email protected] Upgrade package:pool from 1.3.6 (1.3.6 in pubpsec.yaml) to 86fbb2c (1.4.1-dev in pubspec.yaml).
2020-04-27 [email protected] Upgrade package:mustache from 5e81b12 (1.1.0 in pubpsec.yaml) to 664737e (1.1.1 in pubspec.yaml).
2020-04-27 [email protected] Upgrade package:source_maps from 8af7cc1 (0.10.7 in pubpsec.yaml) to 87b4fd9 (0.10.9 in pubspec.yaml).
2020-04-27 [email protected] Upgrade package:yaml from 2.2.0 (2.2.0 in pubpsec.yaml) to 62e9f6b (2.2.1-dev in pubspec.yaml).
2020-04-27 [email protected] Upgrade package:term_glyph from 1.0.1 (1.0.1 in pubpsec.yaml) to b3da31e (1.1.0 in pubspec.yaml).
2020-04-27 [email protected] Upgrade package:web_socket_channel from 1.1.0 (1.1.0 in pubpsec.yaml) to 490061e (1.1.1-dev in pubspec.yaml).
2020-04-27 [email protected] Revert "[VM] Remove unnecessary Closure.clone() from sync*."
2020-04-27 [email protected] [VM] Remove unnecessary Closure.clone() from sync*.
Created with:
gclient setdep -r src/third_party/dart@207953f367e6
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]