Skip to content

Commit d2354ee

Browse files
committed
Version 2.14.0-188.1.beta
Merge '2.14.0-188.0.dev' into beta
2 parents 4511eb2 + 5204465 commit d2354ee

File tree

12,418 files changed

+229884
-113887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

12,418 files changed

+229884
-113887
lines changed

.dart_tool/package_config.json

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"constraint, update this by running tools/generate_package_config.dart."
1212
],
1313
"configVersion": 2,
14-
"generated": "2021-04-06T14:39:06.316531",
14+
"generated": "2021-05-24T09:58:37.618570",
1515
"generator": "tools/generate_package_config.dart",
1616
"packages": [
1717
{
@@ -252,6 +252,12 @@
252252
"packageUri": "lib/",
253253
"languageVersion": "2.3"
254254
},
255+
{
256+
"name": "devtools_shared",
257+
"rootUri": "../third_party/devtools/devtools_shared",
258+
"packageUri": "lib/",
259+
"languageVersion": "2.12"
260+
},
255261
{
256262
"name": "diagnostic",
257263
"rootUri": "../pkg/diagnostic",
@@ -305,6 +311,12 @@
305311
"packageUri": "lib/",
306312
"languageVersion": "2.7"
307313
},
314+
{
315+
"name": "frontend_server_client",
316+
"rootUri": "../third_party/pkg/webdev/frontend_server_client",
317+
"packageUri": "lib/",
318+
"languageVersion": "2.12"
319+
},
308320
{
309321
"name": "glob",
310322
"rootUri": "../third_party/pkg/glob",
@@ -339,7 +351,7 @@
339351
"name": "http_parser",
340352
"rootUri": "../third_party/pkg/http_parser",
341353
"packageUri": "lib/",
342-
"languageVersion": "2.11"
354+
"languageVersion": "2.12"
343355
},
344356
{
345357
"name": "http_retry",
@@ -369,7 +381,7 @@
369381
"name": "js_ast",
370382
"rootUri": "../pkg/js_ast",
371383
"packageUri": "lib/",
372-
"languageVersion": "2.0"
384+
"languageVersion": "2.10"
373385
},
374386
{
375387
"name": "js_runtime",
@@ -381,7 +393,7 @@
381393
"name": "json_rpc_2",
382394
"rootUri": "../third_party/pkg/json_rpc_2",
383395
"packageUri": "lib/",
384-
"languageVersion": "2.2"
396+
"languageVersion": "2.12"
385397
},
386398
{
387399
"name": "kernel",
@@ -400,6 +412,12 @@
400412
"packageUri": "lib/",
401413
"languageVersion": "2.12"
402414
},
415+
{
416+
"name": "lints",
417+
"rootUri": "../third_party/pkg/lints",
418+
"packageUri": "lib/",
419+
"languageVersion": "2.12"
420+
},
403421
{
404422
"name": "logging",
405423
"rootUri": "../third_party/pkg/logging",
@@ -533,7 +551,7 @@
533551
"name": "pub",
534552
"rootUri": "../third_party/pkg/pub",
535553
"packageUri": "lib/",
536-
"languageVersion": "2.11"
554+
"languageVersion": "2.12"
537555
},
538556
{
539557
"name": "pub_semver",
@@ -623,7 +641,7 @@
623641
"name": "sse",
624642
"rootUri": "../third_party/pkg/sse",
625643
"packageUri": "lib/",
626-
"languageVersion": "2.2"
644+
"languageVersion": "2.12"
627645
},
628646
{
629647
"name": "stack_trace",
@@ -659,7 +677,7 @@
659677
"name": "telemetry",
660678
"rootUri": "../pkg/telemetry",
661679
"packageUri": "lib/",
662-
"languageVersion": "1.0"
680+
"languageVersion": "2.12"
663681
},
664682
{
665683
"name": "term_glyph",
@@ -749,13 +767,7 @@
749767
"name": "vm_snapshot_analysis",
750768
"rootUri": "../pkg/vm_snapshot_analysis",
751769
"packageUri": "lib/",
752-
"languageVersion": "2.8"
753-
},
754-
{
755-
"name": "wasm",
756-
"rootUri": "../pkg/wasm",
757-
"packageUri": "lib/",
758-
"languageVersion": "2.10"
770+
"languageVersion": "2.12"
759771
},
760772
{
761773
"name": "watcher",

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ file issues in their repository:
1616
* Dart website: https://github.com/dart-lang/site-www
1717
* Flutter: https://github.com/flutter/flutter
1818
* Linter: https://github.com/dart-lang/linter
19-
* dartfmt: https://github.com/dart-lang/dart_style
19+
* dart format: https://github.com/dart-lang/dart_style
2020

2121
If you aren't sure, file the issue here and we'll find the right home for it.
2222
In your issue, please include:

.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ buildconfig = "//build/config/BUILDCONFIG.gn"
1212
# GN build files are placed when they can not be placed directly
1313
# in the source tree, e.g. for third party source trees.
1414
secondary_source = "//build/secondary/"
15+
16+
# Override the default script executable to always be python3.
17+
script_executable = "python3"

.packages

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ async_helper:pkg/async_helper/lib
2020
bazel_worker:third_party/pkg/bazel_worker/lib
2121
benchmark_harness:third_party/pkg/benchmark_harness/lib
2222
boolean_selector:third_party/pkg/boolean_selector/lib
23-
browser_launcher:third_party/pkg/browser_launcher/lib
2423
build_integration:pkg/build_integration/lib
24+
browser_launcher:third_party/pkg/browser_launcher/lib
2525
charcode:third_party/pkg/charcode/lib
2626
cli_util:third_party/pkg/cli_util/lib
2727
collection:third_party/pkg/collection/lib
@@ -38,6 +38,7 @@ dartdev:pkg/dartdev/lib
3838
dartdoc:third_party/pkg/dartdoc/lib
3939
dds:pkg/dds/lib
4040
dev_compiler:pkg/dev_compiler/lib
41+
devtools_shared:third_party/devtools/devtools_shared/lib
4142
diagnostic:pkg/diagnostic/lib
4243
expect:pkg/expect/lib
4344
ffi:third_party/pkg/ffi/lib
@@ -59,14 +60,14 @@ js_runtime:pkg/js_runtime/lib
5960
json_rpc_2:third_party/pkg/json_rpc_2/lib
6061
kernel:pkg/kernel/lib
6162
linter:third_party/pkg/linter/lib
63+
lints:third_party/pkg/lints/lib
6264
logging:third_party/pkg/logging/lib
6365
markdown:third_party/pkg/markdown/lib
6466
matcher:third_party/pkg/matcher/lib
6567
meta:pkg/meta/lib
6668
mime:third_party/pkg/mime/lib
6769
mockito:third_party/pkg/mockito/lib
6870
modular_test:pkg/modular_test/lib
69-
mustache:third_party/pkg/mustache/lib
7071
native_stack_traces:pkg/native_stack_traces/lib
7172
nnbd_migration:pkg/nnbd_migration/lib
7273
oauth2:third_party/pkg/oauth2/lib
@@ -115,7 +116,6 @@ vector_math:third_party/pkg/vector_math/lib
115116
vm:pkg/vm/lib
116117
vm_service:pkg/vm_service/lib
117118
vm_snapshot_analysis:pkg/vm_snapshot_analysis/lib
118-
wasm:pkg/wasm/lib
119119
watcher:third_party/pkg/watcher/lib
120120
webdriver:third_party/pkg/webdriver/lib
121121
webkit_inspection_protocol:third_party/pkg/webkit_inspection_protocol/lib

BUILD.gn

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ group("runtime") {
6161
"utils/dds:dds",
6262
]
6363
}
64+
65+
if (is_linux || is_android) {
66+
deps += [ "runtime/bin:abstract_socket_test" ]
67+
}
6468
}
6569

6670
# A separate target and not included in group("runtime"). This way the target\
@@ -82,6 +86,9 @@ group("runtime_precompiled") {
8286
"runtime/bin:dart_precompiled_runtime",
8387
"runtime/bin:process_test",
8488
]
89+
if (is_linux || is_android) {
90+
deps += [ "runtime/bin:abstract_socket_test" ]
91+
}
8592
}
8693

8794
group("create_sdk") {

0 commit comments

Comments
 (0)