This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Roll src/third_party/dart eb18db2116dc..d5c38cd35486 (18 commits)#17739
Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom Apr 15, 2020
Merged
Conversation
https://dart.googlesource.com/sdk.git/+log/eb18db2116dc..d5c38cd35486 git log eb18db2..d5c38cd --date=short --first-parent --format='%ad %ae %s' 2020-04-15 alexmarkov@google.com [vm/nnbd] Use InitStaticField instruction for late static fields 2020-04-15 paulberry@google.com Prepare to publish analyzer 0.39.7 2020-04-15 pquitslund@google.com Remove unneeded <Widget> type params from "wrap with..." assists 2020-04-15 joshualitt@google.com [dart2js] Fix for generic_method_type_test. 2020-04-15 brianwilkerson@google.com Add a generator and generated code for the element kind relevance table 2020-04-15 nbosch@google.com Upgrade to the latest package:path 2020-04-15 brianwilkerson@google.com Add a fuzzy matcher for filtering completion suggestions 2020-04-15 scheglov@google.com Depecate many AnalysisOptions fields. 2020-04-15 athom@google.com [release] Bump version to 2.9 2020-04-15 liama@google.com [nnbd] Fix the remaining futures tests in strong mode 2020-04-15 srawlins@google.com analyzer: Add Element.createFragment and .setInnerHtml to mock SDK 2020-04-15 zichangguo@google.com [dart:io] Throw UnimplementedErrors instead of throwing a String 2020-04-15 mfairhurst@google.com [nnbd_migration] New style for when migration needs rerun 2020-04-15 scheglov@google.com Add FileResolver.getErrors() to use instead of resolve() for diagnostics in Cider. 2020-04-15 johnniwinther@google.com [cfe] Handle nnbd is-test in constant evaluation 2020-04-15 rmacnak@google.com [observatory] Update Catapult to a79a2f646d240979f54ef9faa4d45863d0e194a0. 2020-04-15 sstrickl@google.com [gardening] Clean up code and address bit-rotted asserts. 2020-04-15 kustermann@google.com [vm/compiler] Add support for PC-relative tail calls and use it in TailCallInstr Created with: gclient setdep -r src/third_party/dart@d5c38cd35486 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/eb18db2116dc..d5c38cd35486
git log eb18db2..d5c38cd --date=short --first-parent --format='%ad %ae %s'
2020-04-15 alexmarkov@google.com [vm/nnbd] Use InitStaticField instruction for late static fields
2020-04-15 paulberry@google.com Prepare to publish analyzer 0.39.7
2020-04-15 pquitslund@google.com Remove unneeded type params from "wrap with..." assists
2020-04-15 joshualitt@google.com [dart2js] Fix for generic_method_type_test.
2020-04-15 brianwilkerson@google.com Add a generator and generated code for the element kind relevance table
2020-04-15 nbosch@google.com Upgrade to the latest package:path
2020-04-15 brianwilkerson@google.com Add a fuzzy matcher for filtering completion suggestions
2020-04-15 scheglov@google.com Depecate many AnalysisOptions fields.
2020-04-15 athom@google.com [release] Bump version to 2.9
2020-04-15 liama@google.com [nnbd] Fix the remaining futures tests in strong mode
2020-04-15 srawlins@google.com analyzer: Add Element.createFragment and .setInnerHtml to mock SDK
2020-04-15 zichangguo@google.com [dart:io] Throw UnimplementedErrors instead of throwing a String
2020-04-15 mfairhurst@google.com [nnbd_migration] New style for when migration needs rerun
2020-04-15 scheglov@google.com Add FileResolver.getErrors() to use instead of resolve() for diagnostics in Cider.
2020-04-15 johnniwinther@google.com [cfe] Handle nnbd is-test in constant evaluation
2020-04-15 rmacnak@google.com [observatory] Update Catapult to a79a2f646d240979f54ef9faa4d45863d0e194a0.
2020-04-15 sstrickl@google.com [gardening] Clean up code and address bit-rotted asserts.
2020-04-15 kustermann@google.com [vm/compiler] Add support for PC-relative tail calls and use it in TailCallInstr
Created with:
gclient setdep -r src/third_party/dart@d5c38cd35486
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