Skip to content

Commit

Permalink
Roll dart sdk to 1bdb83b (flutter#33416)
Browse files Browse the repository at this point in the history
* Roll dart sdk to 1bdb83b

Changes since las troll:
```
1bdb83b Version 2.18.0-122.0.dev
6ebd263 Use `any` deps for all unpublished packages
09b7f36 [vm, compiler] Support ShadowCallStack on Fuchsia RISC-V.
e1773c7 Bump boolean_selector to 1d3565e2651d16566bb556955b96ea75018cbd0c
ae72739 [pkg/meta] prep for publishing package:meta 1.8.0
7b578ca Add experimental flag `inference-update-2`.
5729605 [dart2wasm] Implement `FunctionType` Type.
c6d5cd0 [js_util] Add `dartify` and some helpers.
2b84292 Issue 49031. Read files during applyPendingFileChanges(), so getFile() uses new content.
36acc59 [analyser] support code completion for `errors` and `enable-experiment`
dd298c1 Use a wrapper object for allResults in AnalysisDriver tests.
eb458cf [build] Fix false detection of compressed pointers as cross builds.
bbd7e5a Fix bad sdk-path error message
b36f451 Bump webkit_inspection_protocol to e4965778e2837adc62354eec3a19123402997897
```

* Update license hash
  • Loading branch information
aam authored May 17, 2022
1 parent 5c2a16e commit 4958a24
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 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': 'f3bf9025c1418b211c1c7486e7fef397605b01c0',
'dart_revision': '1bdb83bddf96c41cc046810c697a2c80bfaaaf19',

# 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 @@ -60,7 +60,7 @@ vars = {
'dart_root_certificates_rev': '692f6d6488af68e0121317a9c2c9eb393eb0ee50',
'dart_watcher_rev': 'f76997ab0c857dc5537ac0975a9ada92b54ef949',
'dart_webdev_rev': '8c814f9d89915418d8abe354ff9befec8f2906b2',
'dart_webkit_inspection_protocol_rev': 'dd6fb5d8b536e19cedb384d0bbf1f5631923f1e8',
'dart_webkit_inspection_protocol_rev': 'e4965778e2837adc62354eec3a19123402997897',
'dart_yaml_edit_rev': '0b74d85fac10b4fbf7d1a347debcf16c8f7b0e9c',
'dart_zlib_rev': '27c2f474b71d0d20764f86f60ef8b00da1a16cda',

Expand Down Expand Up @@ -179,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 All @@ -191,7 +191,7 @@ deps = {
Var('dart_git') + '/bazel_worker.git@ceeba0982d4ff40d32371c9d35f3d2dc1868de20',

'src/third_party/dart/third_party/pkg/boolean_selector':
Var('dart_git') + '/boolean_selector.git@437e7f06c7e416bed91e16ae1df453555897e945',
Var('dart_git') + '/boolean_selector.git@1d3565e2651d16566bb556955b96ea75018cbd0c',

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

'src/third_party/dart/tools/sdks':
{'packages': [{'version': 'version:2.17.0', '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: 6408ea56036537199fb53221bb1111d2
Signature: 448c9b61935e25d611a2e901b29b359b

UNUSED LICENSES:

Expand Down
4 changes: 4 additions & 0 deletions flutter_frontend_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ dependency_overrides:
path: ../../third_party/dart/pkg/frontend_server
http_parser:
path: ../../third_party/dart/third_party/pkg/http_parser
js_ast:
path: ../../third_party/dart/pkg/js_ast
js_runtime:
path: ../../third_party/dart/pkg/js_runtime
kernel:
path: ../../third_party/dart/pkg/kernel
litetest:
Expand Down

0 comments on commit 4958a24

Please sign in to comment.