Skip to content

Commit

Permalink
Roll dart sdk to 7b24ff4 (flutter#33309)
Browse files Browse the repository at this point in the history
* Roll dart sdk to 7b24ff4

Changes since last roll:

```
7b24ff4 Version 2.18.0-111.0.dev
37eff8b Revert "[vm, compiler] Let SIMD values become constants."
f864509 Version 2.18.0-110.0.dev
07aeba2 Add implementations for LibraryAugmentationElementImpl and friends.
292e92b Move more completion override tests to run on both protocols.
1e04fe1 Reland "Sync packages from shelf mono repo"
9f149e9 Bump pool to c40cc32eabecb9d60f1045d1403108d968805f9a
f5af2d9 Use ParameterMember when substituting function types.
e593b86 Prepare to publish analyzer_plugin 0.10.0
bcc7bda [analysis_server] Sort fields, enum members and base types consistently
bdacbb8 [vm, compiler] Let SIMD values become constants.
862a2c6 Roll zlib to pick up more 1.2.12 fixes
6ac1718 Make typeParameterDeclaration implement TypeDeclaration
1cdc606 [vm, compiler] Include the global object pool in AOT's --disassemble.
885d784 [vm, compiler] Shorter LoadImmediate sequences for RV64.
8f32840 Declare LibraryAugmentationElement and AugmentationImportElement.
a9804e3 [analysis_server] Simplify types for LSP documentChanges
8188d28 Bump pub to 51435efcd574b7bc18d47a5dd620cb9759dea8f8
c0c51c2 [infra] Upgrade checked-in SDKs to 2.17.0
```

* Update license hash
  • Loading branch information
aam authored May 13, 2022
1 parent 58193a3 commit c4b899f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 23 deletions.
27 changes: 7 additions & 20 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ vars = {
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS.
# You can use //tools/dart/create_updated_flutter_deps.py to produce
# updated revision list of existing dependencies.
'dart_revision': '90c1cce0636b69ec82d5c9688963edbcb09cf656',
'dart_revision': '7b24ff4d92e2d2136020fc5bedadfe7025861510',

# WARNING: DO NOT EDIT MANUALLY
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
Expand All @@ -56,14 +56,13 @@ vars = {
'dart_collection_rev': 'e1407da23b9f17400b3a905aafe2b8fa10db3d86',
'dart_devtools_rev': '3c16b8d73120e46958982d94215d499793b972eb',
'dart_protobuf_rev': 'c1eb6cb51af39ccbaa1a8e19349546586a5c8e31',
'dart_pub_rev': '1e3c17ea871e6a80c720aa998f37cbd3913bc287',
'dart_pub_rev': '51435efcd574b7bc18d47a5dd620cb9759dea8f8',
'dart_root_certificates_rev': '692f6d6488af68e0121317a9c2c9eb393eb0ee50',
'dart_shelf_static_rev': '202ec1a53c9a830c17cf3b718d089cf7eba568ad',
'dart_watcher_rev': 'f76997ab0c857dc5537ac0975a9ada92b54ef949',
'dart_webdev_rev': '8c814f9d89915418d8abe354ff9befec8f2906b2',
'dart_webkit_inspection_protocol_rev': 'dd6fb5d8b536e19cedb384d0bbf1f5631923f1e8',
'dart_yaml_edit_rev': '0b74d85fac10b4fbf7d1a347debcf16c8f7b0e9c',
'dart_zlib_rev': 'faff052b6b6edcd6dd548513fe44ac0941427bf0',
'dart_zlib_rev': '27c2f474b71d0d20764f86f60ef8b00da1a16cda',

'ocmock_rev': 'c4ec0e3a7a9f56cfdbd0aa01f4f97bb4b75c5ef8', # v3.7.1

Expand Down Expand Up @@ -180,7 +179,7 @@ deps = {
# WARNING: Unused Dart dependencies in the list below till "WARNING:" marker are removed automatically - see create_updated_flutter_deps.py.

'src/third_party/dart/third_party/devtools':
{'packages': [{'version': 'git_revision:3c16b8d73120e46958982d94215d499793b972eb', 'package': 'dart/third_party/flutter/devtools'}], 'dep_type': 'cipd'},
{'packages': [{'package': 'dart/third_party/flutter/devtools', 'version': 'git_revision:3c16b8d73120e46958982d94215d499793b972eb'}], 'dep_type': 'cipd'},

'src/third_party/dart/third_party/pkg/args':
Var('dart_git') + '/args.git@862d929b980b993334974d38485a39d891d83918',
Expand Down Expand Up @@ -273,7 +272,7 @@ deps = {
Var('dart_git') + '/path.git@3d41ea582f5b0b18de3d90008809b877ff3f69bc',

'src/third_party/dart/third_party/pkg/pool':
Var('dart_git') + '/pool.git@7abe634002a1ba8a0928eded086062f1307ccfae',
Var('dart_git') + '/pool.git@c40cc32eabecb9d60f1045d1403108d968805f9a',

'src/third_party/dart/third_party/pkg/protobuf':
Var('dart_git') + '/protobuf.git' + '@' + Var('dart_protobuf_rev'),
Expand All @@ -285,19 +284,7 @@ deps = {
Var('dart_git') + '/pub_semver.git@ea6c54019948dc03042c595ce9413e17aaf7aa38',

'src/third_party/dart/third_party/pkg/shelf':
Var('dart_git') + '/shelf.git@78ac724a7944700340a3cef28c84bccbe62e9367',

'src/third_party/dart/third_party/pkg/shelf_packages_handler':
Var('dart_git') + '/shelf_packages_handler.git@78302e67c035047e6348e692b0c1182131f0fe35',

'src/third_party/dart/third_party/pkg/shelf_proxy':
Var('dart_git') + '/shelf_proxy.git@124615d0614b38814970aa9638725d9d6b435268',

'src/third_party/dart/third_party/pkg/shelf_static':
Var('dart_git') + '/shelf_static.git' + '@' + Var('dart_shelf_static_rev'),

'src/third_party/dart/third_party/pkg/shelf_web_socket':
Var('dart_git') + '/shelf_web_socket.git@24fb8a04befa75a94ac63a27047b231d1a22aab4',
Var('dart_git') + '/shelf.git@fadca320b04689be9ec960013843a0d9ee6c4fc4',

'src/third_party/dart/third_party/pkg/source_map_stack_trace':
Var('dart_git') + '/source_map_stack_trace.git@8eabd96b1811e30a11d3c54c9b4afae4fb72e98f',
Expand Down Expand Up @@ -360,7 +347,7 @@ deps = {
Var('dart_git') + '/package_config.git@8731bf10b5375542792a32a0f7c8a6f370583d96',

'src/third_party/dart/tools/sdks':
{'packages': [{'version': 'version:2.17.0-266.1.beta', 'package': 'dart/dart-sdk/${{platform}}'}], 'dep_type': 'cipd'},
{'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'version:2.17.0'}], 'dep_type': 'cipd'},

# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.

Expand Down
2 changes: 1 addition & 1 deletion ci/licenses_golden/licenses_third_party
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 4b6b166fe7f62e5676ed9e1e47934fb1
Signature: 12d3ddce6ea5811347e2e0c66816994e

UNUSED LICENSES:

Expand Down
4 changes: 2 additions & 2 deletions flutter_frontend_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ dependency_overrides:
protobuf:
path: ../../third_party/dart/third_party/pkg/protobuf/protobuf
shelf:
path: ../../third_party/dart/third_party/pkg/shelf
path: ../../third_party/dart/third_party/pkg/shelf/pkgs/shelf
shelf_static:
path: ../../third_party/dart/third_party/pkg/shelf_static
path: ../../third_party/dart/third_party/pkg/shelf/pkgs/shelf_static
smith:
path: ../../third_party/dart/pkg/smith
source_maps:
Expand Down

0 comments on commit c4b899f

Please sign in to comment.