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

Conversation

skia-flutter-autoroll
Copy link
Contributor

Roll Dart SDK from 9e3b028 to e007545 (43 revisions)

https://dart.googlesource.com/sdk.git/+log/9e3b0289197d..e007545c42fd

2020-05-26 sra@google.com [dart2js] Add HFunctionReference
2020-05-26 scheglov@google.com Expose FeatureSetProvider from AnalysisDriver for dartdoc.
2020-05-26 fishythefish@google.com [dart2js] Run some units tests in weak mode.
2020-05-26 fishythefish@google.com [dart2js] Set NNBD mode based on entry point.
2020-05-26 scheglov@google.com Remove support for '--package-root'.
2020-05-26 scheglov@google.com Rewrite TypeName to ConstructorName in one place, consolidate error reporting.
2020-05-26 rmacnak@google.com [vm/tools] Update references to snapshot_analysis.dart.
2020-05-26 rnystrom@google.com Migrate language_2/label to NNBD.
2020-05-26 nshahan@google.com [ddc] Remove packages not used by tests
2020-05-26 parkermeronat@gmail.com [pkg/analyzer] Address prefer_collection_literals lints
2020-05-26 parkermeronat@gmail.com Remove outdated TODOs related to undesired Element APIs
2020-05-26 parkermeronat@gmail.com [pkg/analyzer] Address prefer_final_fields lint
2020-05-26 rnystrom@google.com Migrate language_2/initializing_formal to NNBD.
2020-05-26 rnystrom@google.com Migrate language_2/interface to NNBD.
2020-05-26 rnystrom@google.com Migrate language_2/instance to NNBD.
2020-05-26 rnystrom@google.com Migrate language_2/import to NNBD.
2020-05-26 rnystrom@google.com Include warnings in the static error updater tool.
2020-05-26 alexmarkov@google.com [vm/compiler] Remove redundant phis during canonicalization
2020-05-26 srawlins@google.com Migrator: Fix crash when target of extension method invocation has type names
2020-05-26 parkermeronat@gmail.com Avoid possible exception when removing folder from context
2020-05-26 parkermeronat@gmail.com Fix prefer_conditional_assignment lint suggestions
2020-05-26 alexmarkov@google.com [vm] Fix crash in disassembler on trampolines
2020-05-26 athom@google.com [release] Add release notes for 2.8.3 to the changelog
2020-05-26 rnystrom@google.com Migrate language_2/interceptor to NNBD.
2020-05-26 johnniwinther@google.com [cfe] Set #isSet field after late field in lowering
2020-05-26 vegorov@google.com [vm/snapshot] Improve precision of --write-v8-snapshot-profile-to.
2020-05-26 dmitryas@google.com [cfe] Provide better context in verifier's diagnostics
2020-05-26 jensj@google.com [CFE] Use BlockExpression for encoding cascades
2020-05-26 sstrickl@google.com [vm] Store relocated addresses for text sections in BSS.
2020-05-26 jensj@google.com [CFE] Feedback for tool to add comments to method calls
2020-05-26 davidmorgan@google.com Add LICENSE file under analyzer_cli.
2020-05-26 athom@google.com [test] Skip flaky canvasrendering tests in Chrome on Mac
2020-05-26 jensj@google.com [kernel/VM] Fix 'infinite' loop with memory crash on specific invalid dill
2020-05-26 brianwilkerson@google.com Convert another set of quick fixes to the producer model
2020-05-25 pquitslund@google.com linter 0.1.116
2020-05-25 scheglov@google.com Extract resolution of 'new Class.constructor()'.
2020-05-25 scheglov@google.com Fix unused imports.
2020-05-25 sgrekhov@unipro.ru [co19] Enable tests migrated to null-safety
2020-05-24 brianwilkerson@google.com Change the element kind used for relevance computations
2020-05-24 scheglov@google.com Use NNBD aware subtype matching rules for inference.
2020-05-24 scheglov@google.com Test isEnumConstant.
2020-05-24 scheglov@google.com Catch InconsistentAnalysisException while computing assists / fixes.
2020-05-24 brianwilkerson@google.com Add a fix for avoid_unused_constructor_parameters

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
...

https://dart.googlesource.com/sdk.git/+log/9e3b0289197d..e007545c42fd

2020-05-26 sra@google.com [dart2js] Add HFunctionReference
2020-05-26 scheglov@google.com Expose FeatureSetProvider from AnalysisDriver for dartdoc.
2020-05-26 fishythefish@google.com [dart2js] Run some units tests in weak mode.
2020-05-26 fishythefish@google.com [dart2js] Set NNBD mode based on entry point.
2020-05-26 scheglov@google.com Remove support for '--package-root'.
2020-05-26 scheglov@google.com Rewrite TypeName to ConstructorName in one place, consolidate error reporting.
2020-05-26 rmacnak@google.com [vm/tools] Update references to snapshot_analysis.dart.
2020-05-26 rnystrom@google.com Migrate language_2/label to NNBD.
2020-05-26 nshahan@google.com [ddc] Remove packages not used by tests
2020-05-26 parkermeronat@gmail.com [pkg/analyzer] Address prefer_collection_literals lints
2020-05-26 parkermeronat@gmail.com Remove outdated TODOs related to undesired Element APIs
2020-05-26 parkermeronat@gmail.com [pkg/analyzer] Address prefer_final_fields lint
2020-05-26 rnystrom@google.com Migrate language_2/initializing_formal to NNBD.
2020-05-26 rnystrom@google.com Migrate language_2/interface to NNBD.
2020-05-26 rnystrom@google.com Migrate language_2/instance to NNBD.
2020-05-26 rnystrom@google.com Migrate language_2/import to NNBD.
2020-05-26 rnystrom@google.com Include warnings in the static error updater tool.
2020-05-26 alexmarkov@google.com [vm/compiler] Remove redundant phis during canonicalization
2020-05-26 srawlins@google.com Migrator: Fix crash when target of extension method invocation has type names
2020-05-26 parkermeronat@gmail.com Avoid possible exception when removing folder from context
2020-05-26 parkermeronat@gmail.com Fix prefer_conditional_assignment lint suggestions
2020-05-26 alexmarkov@google.com [vm] Fix crash in disassembler on trampolines
2020-05-26 athom@google.com [release] Add release notes for 2.8.3 to the changelog
2020-05-26 rnystrom@google.com Migrate language_2/interceptor to NNBD.
2020-05-26 johnniwinther@google.com [cfe] Set #isSet field after late field in lowering
2020-05-26 vegorov@google.com [vm/snapshot] Improve precision of --write-v8-snapshot-profile-to.
2020-05-26 dmitryas@google.com [cfe] Provide better context in verifier's diagnostics
2020-05-26 jensj@google.com [CFE] Use BlockExpression for encoding cascades
2020-05-26 sstrickl@google.com [vm] Store relocated addresses for text sections in BSS.
2020-05-26 jensj@google.com [CFE] Feedback for tool to add comments to method calls
2020-05-26 davidmorgan@google.com Add LICENSE file under `analyzer_cli`.
2020-05-26 athom@google.com [test] Skip flaky canvasrendering tests in Chrome on Mac
2020-05-26 jensj@google.com [kernel/VM] Fix 'infinite' loop with memory crash on specific invalid dill
2020-05-26 brianwilkerson@google.com Convert another set of quick fixes to the producer model
2020-05-25 pquitslund@google.com linter 0.1.116
2020-05-25 scheglov@google.com Extract resolution of 'new Class.constructor<typeArguments>()'.
2020-05-25 scheglov@google.com Fix unused imports.
2020-05-25 sgrekhov@unipro.ru [co19] Enable tests migrated to null-safety
2020-05-24 brianwilkerson@google.com Change the element kind used for relevance computations
2020-05-24 scheglov@google.com Use NNBD aware subtype matching rules for inference.
2020-05-24 scheglov@google.com Test isEnumConstant.
2020-05-24 scheglov@google.com Catch InconsistentAnalysisException while computing assists / fixes.
2020-05-24 brianwilkerson@google.com Add a fix for avoid_unused_constructor_parameters

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/+doc/master/autoroll/README.md
@skia-flutter-autoroll skia-flutter-autoroll added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label May 26, 2020
@fluttergithubbot fluttergithubbot merged commit 5d8c3a0 into flutter:master May 27, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 27, 2020
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