This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll src/third_party/dart 3e43a3dcadf9..eb18db2116dc (37 commits)#17731
Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom Apr 15, 2020
Merged
Conversation
https://dart.googlesource.com/sdk.git/+log/3e43a3dcadf9..eb18db2116dc git log 3e43a3d..eb18db2 --date=short --first-parent --format='%ad %ae %s' 2020-04-15 johnniwinther@google.com [cfe,kernel] Add Field.isInternalImplementation 2020-04-15 sgrekhov@unipro.ru Allow 3 digit (_txxx.dart) pattern for co19 tests 2020-04-15 sra@google.com Avoid 'late' for timer 2020-04-15 sra@google.com Fix comments in future_impl.dart as per code review 2020-04-15 srawlins@google.com analyzer: Add SecurityLintCode and a new getter on ErrorCode, isIgnorable 2020-04-15 bkonyi@google.com [ package:vm_service ] Prepare for 4.0.1 release 2020-04-14 paulberry@google.com Migration: add offset/end getters to NodeProducingEditPlan. 2020-04-14 paulberry@google.com Migration: prioritize changes differently if they're due to hints. 2020-04-14 paulberry@google.com Migration: track multiple fix reasons for expressions with complex types. 2020-04-14 regis@google.com [gardening] Skip timing out pkg/vm/test/kernel_front_end_test. 2020-04-14 jcollins@google.com Revert "Add html_common to .gni files." 2020-04-14 rmacnak@google.com Revert "[vm] Include the handler function in HandleMessage timeline events." 2020-04-14 mfairhurst@google.com [nnbd_migration] allow edits to be done incrementally. 2020-04-14 mfairhurst@google.com [nnbd_migration] Reset dartfix change listener on rerun. 2020-04-14 mfairhurst@google.com [nnbd_migration] Add CSS class tracking when the user needs to rerun 2020-04-14 regis@google.com [gardening] Mark timing out tests in pkg as slow. 2020-04-14 mfairhurst@google.com [nnbd_migration] Clean up edit URLs in preview site tests 2020-04-14 mfairhurst@google.com [nnbd_migration] Rename originalContent to diskContent, it can change. 2020-04-14 mfairhurst@google.com [nnbd_migration] Add optional offset mapper to navigation assertion 2020-04-14 mfairhurst@google.com [nnbd_migration] Move region & navigation target asserts into test base 2020-04-14 mfairhurst@google.com [nnbd_migration] Add three new offset mappers: insert, sequence, rebase 2020-04-14 aam@google.com Revert "Reland "[vm/isolates] Introduce fast isolate spawn in AOT."" 2020-04-14 scheglov@google.com Don't do TOP_MERGE when computing inheritedMap. 2020-04-14 leafp@google.com Fix incorrect instance checks. 2020-04-14 jwren@google.com Mark dartdev/test/* as Slow, Pass in pkg/pkg.status file 2020-04-14 aam@google.com Reland "[vm/isolates] Introduce fast isolate spawn in AOT." 2020-04-14 liama@google.com [nnbd] Fix some IO strong mode tests 2020-04-14 alexmarkov@google.com [vm/aot/tfa/nnbd] Fix handling of non-nullable types in NNBD strong mode 2020-04-14 sra@google.com Use implicit cast in future_impl 2020-04-14 danny@tuppeny.com Require exact type matches for equality in LSP classes 2020-04-14 danny@tuppeny.com Resolve type aliases when generating LSP equals methods 2020-04-14 victor.agnez46@gmail.com Fix undefined behavior in UnboxedFieldBitmap 2020-04-14 athom@google.com [co19] Roll co19 to 929da300c553ebb8a9ff744746bcc1326613e1f9 2020-04-14 davidmorgan@google.com Revert "bump to linter 0.1.115" 2020-04-14 johnniwinther@google.com [analyzer,cfe,dart2js] Add pretty printing to id testing 2020-04-14 johnniwinther@google.com [cfe] Avoid reporting missing implementation on internal fields for late lowering 2020-04-14 karlklose@google.com [infra] Make configuration name for run_abi_tests a parameter Created with: gclient setdep -r src/third_party/dart@eb18db2116dc 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
goderbauer
pushed a commit
to goderbauer/engine
that referenced
this pull request
Apr 16, 2020
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
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/3e43a3dcadf9..eb18db2116dc
git log 3e43a3d..eb18db2 --date=short --first-parent --format='%ad %ae %s'
2020-04-15 johnniwinther@google.com [cfe,kernel] Add Field.isInternalImplementation
2020-04-15 sgrekhov@unipro.ru Allow 3 digit (_txxx.dart) pattern for co19 tests
2020-04-15 sra@google.com Avoid 'late' for timer
2020-04-15 sra@google.com Fix comments in future_impl.dart as per code review
2020-04-15 srawlins@google.com analyzer: Add SecurityLintCode and a new getter on ErrorCode, isIgnorable
2020-04-15 bkonyi@google.com [ package:vm_service ] Prepare for 4.0.1 release
2020-04-14 paulberry@google.com Migration: add offset/end getters to NodeProducingEditPlan.
2020-04-14 paulberry@google.com Migration: prioritize changes differently if they're due to hints.
2020-04-14 paulberry@google.com Migration: track multiple fix reasons for expressions with complex types.
2020-04-14 regis@google.com [gardening] Skip timing out pkg/vm/test/kernel_front_end_test.
2020-04-14 jcollins@google.com Revert "Add html_common to .gni files."
2020-04-14 rmacnak@google.com Revert "[vm] Include the handler function in HandleMessage timeline events."
2020-04-14 mfairhurst@google.com [nnbd_migration] allow edits to be done incrementally.
2020-04-14 mfairhurst@google.com [nnbd_migration] Reset dartfix change listener on rerun.
2020-04-14 mfairhurst@google.com [nnbd_migration] Add CSS class tracking when the user needs to rerun
2020-04-14 regis@google.com [gardening] Mark timing out tests in pkg as slow.
2020-04-14 mfairhurst@google.com [nnbd_migration] Clean up edit URLs in preview site tests
2020-04-14 mfairhurst@google.com [nnbd_migration] Rename originalContent to diskContent, it can change.
2020-04-14 mfairhurst@google.com [nnbd_migration] Add optional offset mapper to navigation assertion
2020-04-14 mfairhurst@google.com [nnbd_migration] Move region & navigation target asserts into test base
2020-04-14 mfairhurst@google.com [nnbd_migration] Add three new offset mappers: insert, sequence, rebase
2020-04-14 aam@google.com Revert "Reland "[vm/isolates] Introduce fast isolate spawn in AOT.""
2020-04-14 scheglov@google.com Don't do TOP_MERGE when computing inheritedMap.
2020-04-14 leafp@google.com Fix incorrect instance checks.
2020-04-14 jwren@google.com Mark dartdev/test/* as Slow, Pass in pkg/pkg.status file
2020-04-14 aam@google.com Reland "[vm/isolates] Introduce fast isolate spawn in AOT."
2020-04-14 liama@google.com [nnbd] Fix some IO strong mode tests
2020-04-14 alexmarkov@google.com [vm/aot/tfa/nnbd] Fix handling of non-nullable types in NNBD strong mode
2020-04-14 sra@google.com Use implicit cast in future_impl
2020-04-14 danny@tuppeny.com Require exact type matches for equality in LSP classes
2020-04-14 danny@tuppeny.com Resolve type aliases when generating LSP equals methods
2020-04-14 victor.agnez46@gmail.com Fix undefined behavior in UnboxedFieldBitmap
2020-04-14 athom@google.com [co19] Roll co19 to 929da300c553ebb8a9ff744746bcc1326613e1f9
2020-04-14 davidmorgan@google.com Revert "bump to linter 0.1.115"
2020-04-14 johnniwinther@google.com [analyzer,cfe,dart2js] Add pretty printing to id testing
2020-04-14 johnniwinther@google.com [cfe] Avoid reporting missing implementation on internal fields for late lowering
2020-04-14 karlklose@google.com [infra] Make configuration name for run_abi_tests a parameter
Created with:
gclient setdep -r src/third_party/dart@eb18db2116dc
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