Skip to content

Commit 39a3207

Browse files
skia-flutter-autorollNoamDev
authored andcommitted
Roll src/third_party/dart ef0c7f1..4ad5fab (41 commits) (flutter#15875)
https://dart.googlesource.com/sdk.git/+log/ef0c7f16e609..4ad5fab95753 git log ef0c7f1..4ad5fab --date=short --first-parent --format='%ad %ae %s' 2020-01-22 jwren@google.com Refactor _placementInSuggestionList to not use the dart:math Point class to represent Place, this has been replaced by a new class. 2020-01-22 rmacnak@google.com [test] Remove dart2js tests of MirrorsUsed. Remove MirrorsUsed annotations for all tests. 2020-01-22 paulberry@google.com Migration: add logic to remove unnecessary "as" expressions. 2020-01-22 paulberry@google.com Migration: verify that "as" expressions are allowed to be null 2020-01-21 scheglov@google.com Parse --packages file as package_config.json or .packages, depending on the content. 2020-01-21 paulberry@google.com Migration: make an inverse function for Variables.uniqueIdentifierForSpan. 2020-01-21 vsm@google.com Add node-source-map-support for better web stack traces during testing 2020-01-21 markzipan@google.com Moving DoubleLinkedQueueEntry's null check to firstEntry and lastEntry. 2020-01-21 jakemac@google.com code review updates from https://dart-review.googlesource.com/c/sdk/+/132300/6 that I forgot to upload 2020-01-21 jwren@google.com Counter utility class for printing additional metrics from the completion_metrics.dart file. 2020-01-21 scheglov@google.com Issue 39833. Report an error when a function typed formal parameter has question and the experiment is not enabled. 2020-01-21 alexmarkov@google.com [vm/aot/tfa] Take control flow into account when building data flow summary 2020-01-21 fmil@google.com Replace fuchsia.deprecatedtimezone 2020-01-21 whesse@google.com [infra] Send only 100 changed test results to Firestore at once 2020-01-21 vsm@google.com [dartdevc,nnbd] include dart:developer and dart:isolate in built sdk 2020-01-21 jwren@google.com Initial and intentionally minimal pkg/dartdev/ package.  This includes some initial CLI utilities and test file. 2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analyzer_plugin 2020-01-21 brianwilkerson@google.com Fix some lints from function typed parameters that were not converted automatically 2020-01-21 mfairhurst@google.com [nnbd_migration] Assign instance creation parameters to bounds 2020-01-21 mfairhurst@google.com [nnbd_migration] Assign implicit call type parameters to bounds 2020-01-21 mfairhurst@google.com [nnbd_migration] assign explicit call() type-parameters to their bounds 2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analysis_server_client 2020-01-21 brianwilkerson@google.com Enable prefer_single_quotes in analysis_server 2020-01-21 jakemac@google.com Updates frontend_server javascript bundler to be based on import uri instead of file uri. 2020-01-21 victor.agnez@hotmail.com [vm/aot] Fix FlowGraphCompiler::TryIntrinsifyHelper issue for implicit getters and setters of unboxed fields 2020-01-21 paulberry@google.com Migration: create wrapper methods for EditPlanner.surround 2020-01-21 paulberry@google.com Make it easier for tests based on AnalysisContextCollectionImpl to enable NNBD. 2020-01-21 paulberry@google.com Convert builder.dart to triple-slash comment style 2020-01-21 paulberry@google.com Migration: plumb more fix reasons through FixBuilder to instrumentation. 2020-01-21 paulberry@google.com Migration: fix broken reasons for dead code elimination 2020-01-21 paulberry@google.com Migration: generalize creation of unique IDs for source spans 2020-01-21 danny@tuppeny.com Add a server diagnostic page for viewing overlays/contents 2020-01-21 johnniwinther@google.com [cfe] Move type parser to package:kernel 2020-01-21 johnniwinther@google.com [cfe] Implement ClassHierarchyBuilder supertype computation in terms of DartType 2020-01-21 lrn@google.com Include [AssertionError.message] in [AssertionError.toString] value. 2020-01-21 vsm@google.com [js] cleanup old dart:js / js_util files 2020-01-21 dmitryas@google.com [cfe] Allow invocations of Object's member on nullable receivers 2020-01-21 mvdoster@gmail.com docs(Update list.dart) 2020-01-21 13454782+awulkan@users.noreply.github.com Fix: Typo in elementAt() method description 2020-01-21 lrn@google.com Clean-up. Fixes List.generate and Stream.isEmpty documentation. 2020-01-21 dacoharkes@google.com [vm/ffi] Enable tests on CFE Created with: gclient setdep -r src/third_party/dart@4ad5fab95753 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
1 parent 6e561d8 commit 39a3207

File tree

3 files changed

+57
-7
lines changed

3 files changed

+57
-7
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': 'ef0c7f16e609e84cad7411394cec9fd8b1e1e04b',
37+
'dart_revision': '4ad5fab957533f9f8ea8ec5fe8909d51ab674118',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

ci/licenses_golden/licenses_third_party

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 7a46a9ca65870e6282d94142adcc7c53
1+
Signature: 4fbb5b275048bb6275f64687474729ad
22

33
UNUSED LICENSES:
44

@@ -8456,7 +8456,6 @@ FILE: ../../../third_party/dart/runtime/vm/timeline.h
84568456
FILE: ../../../third_party/dart/runtime/vm/timeline_analysis.cc
84578457
FILE: ../../../third_party/dart/runtime/vm/timeline_analysis.h
84588458
FILE: ../../../third_party/dart/runtime/vm/timeline_test.cc
8459-
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/lib/js/dart2js/js_dart2js.dart
84608459
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/patch/developer_patch.dart
84618460
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/classes.dart
84628461
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart
@@ -9082,9 +9081,7 @@ FILE: ../../../third_party/dart/runtime/vm/uri.cc
90829081
FILE: ../../../third_party/dart/runtime/vm/uri.h
90839082
FILE: ../../../third_party/dart/runtime/vm/uri_test.cc
90849083
FILE: ../../../third_party/dart/runtime/vm/virtual_memory_fuchsia.cc
9085-
FILE: ../../../third_party/dart/sdk/lib/_internal/js_dev_runtime/lib/js_util/dart2js/js_util_dart2js.dart
90869084
FILE: ../../../third_party/dart/sdk/lib/developer/service.dart
9087-
FILE: ../../../third_party/dart/sdk/lib/js_util/dart2js/js_util_dart2js.dart
90889085
FILE: ../../../third_party/dart/sdk/lib/js_util/js_util.dart
90899086
FILE: ../../../third_party/dart/sdk/lib/vmservice/devfs.dart
90909087
FILE: ../../../third_party/dart/sdk_nnbd/lib/developer/service.dart
@@ -9410,7 +9407,6 @@ FILE: ../../../third_party/dart/sdk/lib/io/secure_socket.dart
94109407
FILE: ../../../third_party/dart/sdk/lib/io/socket.dart
94119408
FILE: ../../../third_party/dart/sdk/lib/io/stdio.dart
94129409
FILE: ../../../third_party/dart/sdk/lib/io/string_transformer.dart
9413-
FILE: ../../../third_party/dart/sdk/lib/js/dart2js/js_dart2js.dart
94149410
FILE: ../../../third_party/dart/sdk/lib/js/js.dart
94159411
FILE: ../../../third_party/dart/sdk/lib/math/jenkins_smi_hash.dart
94169412
FILE: ../../../third_party/dart/sdk/lib/math/point.dart
@@ -20460,6 +20456,36 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2046020456
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2046120457
====================================================================================================
2046220458

20459+
====================================================================================================
20460+
LIBRARY: node-source-map-support
20461+
ORIGIN: ../../../third_party/dart/third_party/node-source-map-support/LICENSE.md
20462+
TYPE: LicenseType.mit
20463+
FILE: ../../../third_party/dart/third_party/node-source-map-support/browser-source-map-support.js
20464+
FILE: ../../../third_party/dart/third_party/node-source-map-support/source-map-support.js
20465+
----------------------------------------------------------------------------------------------------
20466+
The MIT License (MIT)
20467+
20468+
Copyright (c) 2014 Evan Wallace
20469+
20470+
Permission is hereby granted, free of charge, to any person obtaining a copy
20471+
of this software and associated documentation files (the "Software"), to deal
20472+
in the Software without restriction, including without limitation the rights
20473+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20474+
copies of the Software, and to permit persons to whom the Software is
20475+
furnished to do so, subject to the following conditions:
20476+
20477+
The above copyright notice and this permission notice shall be included in all
20478+
copies or substantial portions of the Software.
20479+
20480+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20481+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20482+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20483+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20484+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20485+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20486+
SOFTWARE.
20487+
====================================================================================================
20488+
2046320489
====================================================================================================
2046420490
LIBRARY: observatory_pub_packages
2046520491
LIBRARY: pkg
@@ -23495,4 +23521,4 @@ freely, subject to the following restrictions:
2349523521
misrepresented as being the original software.
2349623522
3. This notice may not be removed or altered from any source distribution.
2349723523
====================================================================================================
23498-
Total license count: 368
23524+
Total license count: 369

sky/packages/sky_engine/LICENSE

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10101,6 +10101,30 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1010110101
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1010210102
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1010310103
--------------------------------------------------------------------------------
10104+
node-source-map-support
10105+
10106+
The MIT License (MIT)
10107+
10108+
Copyright (c) 2014 Evan Wallace
10109+
10110+
Permission is hereby granted, free of charge, to any person obtaining a copy
10111+
of this software and associated documentation files (the "Software"), to deal
10112+
in the Software without restriction, including without limitation the rights
10113+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10114+
copies of the Software, and to permit persons to whom the Software is
10115+
furnished to do so, subject to the following conditions:
10116+
10117+
The above copyright notice and this permission notice shall be included in all
10118+
copies or substantial portions of the Software.
10119+
10120+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10121+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
10122+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10123+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
10124+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
10125+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
10126+
SOFTWARE.
10127+
--------------------------------------------------------------------------------
1010410128
observatory_pub_packages
1010510129

1010610130
Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file

0 commit comments

Comments
 (0)