This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Roll src/third_party/dart b3396cbdcae1..49850e6919f7 (45 commits) #16480
Merged
fluttergithubbot
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:dart-sdk-flutter-engine
Feb 6, 2020
Merged
Roll src/third_party/dart b3396cbdcae1..49850e6919f7 (45 commits) #16480
fluttergithubbot
merged 1 commit into
flutter:master
from
skia-flutter-autoroll:dart-sdk-flutter-engine
Feb 6, 2020
Conversation
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
https://dart.googlesource.com/sdk.git/+log/b3396cbdcae1..49850e6919f7 git log b3396cb..49850e6 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 bkonyi@google.com [ VM / Service ] Fixed mismatching type in migrated NNBD service code 2020-02-06 joshualitt@google.com Fix minor bug with NNBD and Math.exp 2020-02-06 zichangguo@google.com Revert "fix hanging of write on Windows" 2020-02-06 mfairhurst@google.com [analyzer] Fix flutter#32913, no error for inferring a non-const type argument in a generic function used in a const location 2020-02-06 mfairhurst@google.com [analyzer] Add a recursive type visitor that can be stopped midtraverse. 2020-02-06 devoncarew@google.com [front_end] fix a long line in a test helper file 2020-02-06 zichangguo@google.com fix hanging of write on Windows 2020-02-06 scheglov@google.com Extract SwitchStatement errors into separate files. 2020-02-06 jsimmons@google.com [vm] Bring back the Fuchsia implementation of File::OpenStdio 2020-02-06 brianwilkerson@google.com Add an assist to shadow a field when a local variable might be promotable 2020-02-06 alexmarkov@google.com [vm/aot/tfa] Tree shake write-only fields 2020-02-06 rnystrom@google.com Create a package_config.json file for the SDK tests. 2020-02-06 jwren@google.com [completion metrics] Add a simple CLI at the start of completion_metrics.dart. This will allow run configurations in IntelliJ hold onto the directory paths instead of being hard coded. 2020-02-06 scheglov@google.com Analyze SDK with non-nullable experiment enabled, update MockSdk. 2020-02-06 liama@google.com [vm] Reland NNBD flag flip 2020-02-06 sjindel@google.com [vm] Don't use write barrier for stores of nullable bools. 2020-02-06 sortie@google.com [dart:io] [vm] Fix poll(2) loop while waiting for a process to exit. 2020-02-06 rnystrom@google.com Migrate lib_2/typed_data/typed_data_view_sublist_test.dart to NNBD. 2020-02-06 jensj@google.com [CFE] Update expectations caused by two CLs landing at the same time 2020-02-06 johnniwinther@google.com [cfe] Add test for Never in opt-out code 2020-02-06 athom@google.com [co19] Roll co19 to def1183bacc28f008db4fdd3d0442ed05f1889f8 2020-02-06 johnniwinther@google.com [kernel] Add Class.hasConstConstructor and Member.isNonNullableByDefault predicates 2020-02-06 jensj@google.com [CFE] Allow experimental invalidation to work on DillLibraryBuilders 2020-02-06 dacoharkes@google.com [vm] Arm Assembler simplify code for SubImmediateSetFlags 2020-02-06 sstrickl@google.com [vm/compiler] Fix parsing of Unicode escapes in S-expressions. 2020-02-06 dmitryas@google.com [cfe] Move isTop, isBottom, isObject, and isNull to CoreTypes 2020-02-06 jensj@google.com [cfe] Quick standalone deps calulation 2020-02-06 dmitryas@google.com [cfe] Warn about non-nullable operands in null-aware operations 2020-02-06 karlklose@google.com Minor edit in README.md 2020-02-06 victor.agnez@hotmail.com Refactor Instruction::speculative_mode() 2020-02-06 johnniwinther@google.com [cfe] Don't check override for member signatures. 2020-02-06 bkonyi@google.com [ DartFuzz ] Disable floating point operations when comparing different architectures 2020-02-06 regis@google.com [VM/nnbd] Consider nullability of type parameters in function type tests. 2020-02-06 scheglov@google.com Fix for constant dependencies when opt-out depends on opt-in. 2020-02-06 pquitslund@google.com completion driver wip 2020-02-06 jwren@google.com Initial working 'dartdev format *' tool with the set of args and flags to match the 'flutter format *' tool 2020-02-06 bkonyi@google.com Reland "[ VM / DartDev ] Added support for `format` and `pub` commands via standalone VM" 2020-02-05 rmacnak@google.com [vm] Don't hold IdleTimeHandler::mutex_ when entering a safepoint. 2020-02-05 kustermann@google.com [vm/concurrency] Fix bug in Safepoint{Mutex,Monitor}Locker which can cause a deadlock 2020-02-05 asiva@google.com [VM/libraries] - Fix signature of waitFor. 2020-02-05 jcollins@google.com Use analyzer filesystem implementation. 2020-02-05 fishythefish@google.com [dart2js] Remove type unaliasing. 2020-02-05 kustermann@google.com [vm/concurrency] Make some service tests more robust 2020-02-05 devoncarew@google.com [nnbd migration] add an initial readme to describe the workflow and tool 2020-02-05 paulberry@google.com Migration: propagate non-null intent into function literals. Created with: gclient setdep -r src/third_party/dart@49850e6919f7 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
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Feb 7, 2020
dnfield
pushed a commit
to flutter/flutter
that referenced
this pull request
Feb 7, 2020
* 71ec0a1 Relax timing restrictions on WakeUpTimersAreSingletons. (flutter/engine#16446) * 3ac1e6d Disable unit tests using --gtest-filter instead of at compile time (flutter/engine#16472) * 80be2c4 Fix RasterCache LRU logic, opportunistic simplifications. (flutter/engine#16434) * ca40f11 Roll src/third_party/skia 7f36405ea3ec..c0360582d211 (6 commits) (flutter/engine#16476) * c9e7713 Fix analyzer warnings for frontend_server change (flutter/engine#16470) * 9ada1b0 Fix elf_loader.cc on Fuchsia, add a TODO for proper fix * 0517627 Enable runtime_unittests on Fuchsia * 03f639e Add noexcept annotations to EnableValue moves (flutter/engine#16478) * 00904dd Various fixes in CanvasKit (flutter/engine#16433) * de7022b Roll src/third_party/skia c0360582d211..121750c2efff (7 commits) (flutter/engine#16479) * d2aab27 Enable shell_unittests on Fuchsia with Vulkan dependencies. (flutter/engine#16376) * eec73e3 Roll src/third_party/dart b3396cbdcae1..49850e6919f7 (45 commits) (flutter/engine#16480) * 557f3a2 Run Flutter framework tests against the web engine in Cirrus (flutter/engine#16343) * 477527b Roll src/third_party/skia 121750c2efff..046f9893b953 (4 commits) (flutter/engine#16482) * eb8691f Code cleanup on destructors (flutter/engine#16481) * 7397817 Roll fuchsia/sdk/core/linux-amd64 from A9STP... to g2s3c... (flutter/engine#16484) * 313527d Roll src/third_party/dart 49850e6919f7..16782e6c171f (16 commits) (flutter/engine#16485) * 83feaf4 Roll src/third_party/skia 046f9893b953..97bf6578796c (1 commits) (flutter/engine#16486) * 9184058 Roll src/third_party/skia 97bf6578796c..f3560b680e35 (1 commits) (flutter/engine#16487) * 0db017d Roll src/third_party/dart 16782e6c171f..d765d237460d (1 commits) (flutter/engine#16488) * f9ed07c Roll fuchsia/sdk/core/linux-amd64 from g2s3c... to LvSlH... (flutter/engine#16489) * a1b91da Roll src/third_party/skia f3560b680e35..77fdf66946d2 (1 commits) (flutter/engine#16490) * 7edb803 Roll src/third_party/dart d765d237460d..514a8d4c8417 (7 commits) (flutter/engine#16491) * 580503c Roll src/third_party/skia 77fdf66946d2..87e3bef6f82f (2 commits) (flutter/engine#16492)
NoamDev
pushed a commit
to NoamDev/engine
that referenced
this pull request
Feb 27, 2020
NoamDev
added a commit
to NoamDev/engine
that referenced
this pull request
Feb 27, 2020
…ter#16480)" This reverts commit 969c489.
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.
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/b3396cbdcae1..49850e6919f7
git log b3396cb..49850e6 --date=short --first-parent --format='%ad %ae %s'
2020-02-06 bkonyi@google.com [ VM / Service ] Fixed mismatching type in migrated NNBD service code
2020-02-06 joshualitt@google.com Fix minor bug with NNBD and Math.exp
2020-02-06 zichangguo@google.com Revert "fix hanging of write on Windows"
2020-02-06 mfairhurst@google.com [analyzer] Fix #32913, no error for inferring a non-const type argument in a generic function used in a const location
2020-02-06 mfairhurst@google.com [analyzer] Add a recursive type visitor that can be stopped midtraverse.
2020-02-06 devoncarew@google.com [front_end] fix a long line in a test helper file
2020-02-06 zichangguo@google.com fix hanging of write on Windows
2020-02-06 scheglov@google.com Extract SwitchStatement errors into separate files.
2020-02-06 jsimmons@google.com [vm] Bring back the Fuchsia implementation of File::OpenStdio
2020-02-06 brianwilkerson@google.com Add an assist to shadow a field when a local variable might be promotable
2020-02-06 alexmarkov@google.com [vm/aot/tfa] Tree shake write-only fields
2020-02-06 rnystrom@google.com Create a package_config.json file for the SDK tests.
2020-02-06 jwren@google.com [completion metrics] Add a simple CLI at the start of completion_metrics.dart. This will allow run configurations in IntelliJ hold onto the directory paths instead of being hard coded.
2020-02-06 scheglov@google.com Analyze SDK with non-nullable experiment enabled, update MockSdk.
2020-02-06 liama@google.com [vm] Reland NNBD flag flip
2020-02-06 sjindel@google.com [vm] Don't use write barrier for stores of nullable bools.
2020-02-06 sortie@google.com [dart:io] [vm] Fix poll(2) loop while waiting for a process to exit.
2020-02-06 rnystrom@google.com Migrate lib_2/typed_data/typed_data_view_sublist_test.dart to NNBD.
2020-02-06 jensj@google.com [CFE] Update expectations caused by two CLs landing at the same time
2020-02-06 johnniwinther@google.com [cfe] Add test for Never in opt-out code
2020-02-06 athom@google.com [co19] Roll co19 to def1183bacc28f008db4fdd3d0442ed05f1889f8
2020-02-06 johnniwinther@google.com [kernel] Add Class.hasConstConstructor and Member.isNonNullableByDefault predicates
2020-02-06 jensj@google.com [CFE] Allow experimental invalidation to work on DillLibraryBuilders
2020-02-06 dacoharkes@google.com [vm] Arm Assembler simplify code for SubImmediateSetFlags
2020-02-06 sstrickl@google.com [vm/compiler] Fix parsing of Unicode escapes in S-expressions.
2020-02-06 dmitryas@google.com [cfe] Move isTop, isBottom, isObject, and isNull to CoreTypes
2020-02-06 jensj@google.com [cfe] Quick standalone deps calulation
2020-02-06 dmitryas@google.com [cfe] Warn about non-nullable operands in null-aware operations
2020-02-06 karlklose@google.com Minor edit in README.md
2020-02-06 victor.agnez@hotmail.com Refactor Instruction::speculative_mode()
2020-02-06 johnniwinther@google.com [cfe] Don't check override for member signatures.
2020-02-06 bkonyi@google.com [ DartFuzz ] Disable floating point operations when comparing different architectures
2020-02-06 regis@google.com [VM/nnbd] Consider nullability of type parameters in function type tests.
2020-02-06 scheglov@google.com Fix for constant dependencies when opt-out depends on opt-in.
2020-02-06 pquitslund@google.com completion driver wip
2020-02-06 jwren@google.com Initial working 'dartdev format *' tool with the set of args and flags to match the 'flutter format *' tool
2020-02-06 bkonyi@google.com Reland "[ VM / DartDev ] Added support for
formatandpubcommands via standalone VM"2020-02-05 rmacnak@google.com [vm] Don't hold IdleTimeHandler::mutex_ when entering a safepoint.
2020-02-05 kustermann@google.com [vm/concurrency] Fix bug in Safepoint{Mutex,Monitor}Locker which can cause a deadlock
2020-02-05 asiva@google.com [VM/libraries] - Fix signature of waitFor.
2020-02-05 jcollins@google.com Use analyzer filesystem implementation.
2020-02-05 fishythefish@google.com [dart2js] Remove type unaliasing.
2020-02-05 kustermann@google.com [vm/concurrency] Make some service tests more robust
2020-02-05 devoncarew@google.com [nnbd migration] add an initial readme to describe the workflow and tool
2020-02-05 paulberry@google.com Migration: propagate non-null intent into function literals.
Created with:
gclient setdep -r src/third_party/dart@49850e6919f7
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