Skip to content

Commit c6a0e74

Browse files
authored
Merge branch 'main' into source_span_test_coverage
2 parents 7acac5b + 4a28415 commit c6a0e74

File tree

793 files changed

+98251
-3670
lines changed

Some content is hidden

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

793 files changed

+98251
-3670
lines changed

.github/CODEOWNERS

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Below are suggested reviewers for PRs to packages in this repository.
2+
#
3+
# These are suggestions; it is fine to have your changes reviewed by someone
4+
# else.
5+
6+
.github/ @dart-lang/dart-ecosystem-team
7+
README.md @dart-lang/dart-ecosystem-team
8+
pkgs/bazel_worker @dart-lang/dart-bat
9+
pkgs/benchmark_harness @dart-lang/dart-native-runtime-team
10+
pkgs/boolean_selector @dart-lang/dart-ecosystem-team
11+
pkgs/browser_launcher @dart-lang/dart-ecosystem-team
12+
pkgs/cli_config @dcharkes
13+
pkgs/cli_util @devoncarew
14+
pkgs/clock @dart-lang/dart-ecosystem-team
15+
pkgs/code_builder @dart-lang/dart-ecosystem-team
16+
pkgs/coverage @liamappelbe @dart-lang/dart-native-runtime-team
17+
pkgs/csslib @dart-lang/dart-ecosystem-team #formerly @leonsenft
18+
pkgs/extension_discovery @dart-lang/dart-ecosystem-team #tbd
19+
pkgs/file @dart-lang/dart-ecosystem-team
20+
pkgs/file_testing @dart-lang/dart-ecosystem-team
21+
pkgs/glob @dart-lang/dart-ecosystem-team
22+
pkgs/graphs @natebosch
23+
pkgs/html @HosseinYousefi
24+
pkgs/io @dart-lang/dart-bat
25+
pkgs/json_rpc_2 @dart-lang/dart-ecosystem-team
26+
pkgs/markdown @dart-lang/dart-model-team @dart-lang/dash-developer-services
27+
pkgs/mime @lrhn
28+
pkgs/oauth2 @dart-lang/dart-pub-team
29+
pkgs/package_config @dart-lang/dart-ecosystem-team
30+
pkgs/pool @dart-lang/dart-ecosystem-team
31+
pkgs/pub_semver @dart-lang/dart-pub-team
32+
pkgs/pubspec_parse @dart-lang/dart-bat
33+
pkgs/source_maps @dart-lang/dart-ecosystem-team
34+
pkgs/source_map_stack_trace @dart-lang/dart-ecosystem-team
35+
pkgs/source_span @dart-lang/dart-ecosystem-team
36+
pkgs/sse @dart-lang/dash-developer-services
37+
pkgs/stack_trace @dart-lang/dart-ecosystem-team
38+
pkgs/stream_channel @natebosch
39+
pkgs/stream_transform @natebosch
40+
pkgs/string_scanner @dart-lang/dart-ecosystem-team
41+
pkgs/term_glyph @dart-lang/dart-bat
42+
pkgs/test_reflective_loader @scheglov
43+
pkgs/timing @dart-lang/dart-bat
44+
pkgs/unified_analytics @bkonyi @dart-lang/dash-developer-services
45+
pkgs/watcher @dart-lang/dart-ecosystem-team
46+
pkgs/yaml @dart-lang/dart-pub-team
47+
pkgs/yaml_edit @dart-lang/dart-pub-team

.github/ISSUE_TEMPLATE/glob.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:glob"
3+
about: "Create a bug or file a feature request against package:glob."
4+
labels: "package:glob"
5+
---

.github/ISSUE_TEMPLATE/markdown.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:markdown"
3+
about: "Create a bug or file a feature request against package:markdown."
4+
labels: "package:markdown"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:pubspec_parse"
3+
about: "Create a bug or file a feature request against package:pubspec_parse."
4+
labels: "package:pubspec_parse"
5+
---

.github/ISSUE_TEMPLATE/stack_trace.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:stack_trace"
3+
about: "Create a bug or file a feature request against package:stack_trace."
4+
labels: "package:stack_trace"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:stream_channel"
3+
about: "Create a bug or file a feature request against package:stream_channel."
4+
labels: "package:stream_channel"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:stream_transform"
3+
about: "Create a bug or file a feature request against package:stream_transform."
4+
labels: "package:stream_transform"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:string_scanner"
3+
about: "Create a bug or file a feature request against package:string_scanner."
4+
labels: "package:string_scanner"
5+
---

.github/ISSUE_TEMPLATE/term_glyph.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:term_glyph"
3+
about: "Create a bug or file a feature request against package:term_glyph."
4+
labels: "package:term_glyph"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:test_reflective_loader"
3+
about: "Create a bug or file a feature request against package:test_reflective_loader."
4+
labels: "package:test_reflective_loader"
5+
---

.github/ISSUE_TEMPLATE/timing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:timing"
3+
about: "Create a bug or file a feature request against package:timing."
4+
labels: "package:timing"
5+
---

.github/ISSUE_TEMPLATE/unified_analytics_event.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "package:unified_analytics - request a new event"
22
description: "Create a request for collecting a new event or new event data."
3-
labels: "package:unified_analytics"
3+
labels:
4+
- "package:unified_analytics"
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/unified_analytics_user_property.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "package:unified_analytics - request a new user property"
22
description: "Create a request for collecting a new user property."
3-
labels: "package:unified_analytics"
3+
labels:
4+
- "package:unified_analytics"
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/watcher.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:watcher"
3+
about: "Create a bug or file a feature request against package:watcher."
4+
labels: "package:watcher"
5+
---

.github/ISSUE_TEMPLATE/yaml.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:yaml"
3+
about: "Create a bug or file a feature request against package:yaml."
4+
labels: "package:yaml"
5+
---

.github/ISSUE_TEMPLATE/yaml_edit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:yaml_edit"
3+
about: "Create a bug or file a feature request against package:yaml_edit."
4+
labels: "package:yaml_edit"
5+
---

.github/labeler.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
- changed-files:
5757
- any-glob-to-any-file: 'pkgs/file_testing/**'
5858

59+
'package:glob':
60+
- changed-files:
61+
- any-glob-to-any-file: 'pkgs/glob/**'
62+
5963
'package:graphs':
6064
- changed-files:
6165
- any-glob-to-any-file: 'pkgs/graphs/**'
@@ -72,6 +76,10 @@
7276
- changed-files:
7377
- any-glob-to-any-file: 'pkgs/json_rpc_2/**'
7478

79+
'package:markdown':
80+
- changed-files:
81+
- any-glob-to-any-file: 'pkgs/markdown/**'
82+
7583
'package:mime':
7684
- changed-files:
7785
- any-glob-to-any-file: 'pkgs/mime/**'
@@ -92,6 +100,10 @@
92100
- changed-files:
93101
- any-glob-to-any-file: 'pkgs/pub_semver/**'
94102

103+
'package:pubspec_parse':
104+
- changed-files:
105+
- any-glob-to-any-file: 'pkgs/pubspec_parse/**'
106+
95107
'package:source_map_stack_trace':
96108
- changed-files:
97109
- any-glob-to-any-file: 'pkgs/source_map_stack_trace/**'
@@ -108,6 +120,42 @@
108120
- changed-files:
109121
- any-glob-to-any-file: 'pkgs/sse/**'
110122

123+
'package:stack_trace':
124+
- changed-files:
125+
- any-glob-to-any-file: 'pkgs/stack_trace/**'
126+
127+
'package:stream_channel':
128+
- changed-files:
129+
- any-glob-to-any-file: 'pkgs/stream_channel/**'
130+
131+
'package:stream_transform':
132+
- changed-files:
133+
- any-glob-to-any-file: 'pkgs/stream_transform/**'
134+
135+
'package:term_glyph':
136+
- changed-files:
137+
- any-glob-to-any-file: 'pkgs/term_glyph/**'
138+
139+
'package:test_reflective_loader':
140+
- changed-files:
141+
- any-glob-to-any-file: 'pkgs/test_reflective_loader/**'
142+
143+
'package:timing':
144+
- changed-files:
145+
- any-glob-to-any-file: 'pkgs/timing/**'
146+
111147
'package:unified_analytics':
112148
- changed-files:
113149
- any-glob-to-any-file: 'pkgs/unified_analytics/**'
150+
151+
'package:watcher':
152+
- changed-files:
153+
- any-glob-to-any-file: 'pkgs/watcher/**'
154+
155+
'package:yaml':
156+
- changed-files:
157+
- any-glob-to-any-file: 'pkgs/yaml/**'
158+
159+
'package:yaml_edit':
160+
- changed-files:
161+
- any-glob-to-any-file: 'pkgs/yaml_edit/**'

.github/workflows/bazel_worker.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
name: package:bazel_worker
2+
permissions: read-all
23

34
on:
45
# Run on PRs and pushes to the default branch.
56
push:
67
branches: [ main ]
78
paths:
8-
- '.github/workflows/bazel_worker.yml'
9+
- '.github/workflows/bazel_worker.yaml'
910
- 'pkgs/bazel_worker/**'
1011
pull_request:
1112
branches: [ main ]
1213
paths:
13-
- '.github/workflows/bazel_worker.yml'
14+
- '.github/workflows/bazel_worker.yaml'
1415
- 'pkgs/bazel_worker/**'
1516
schedule:
1617
- cron: "0 0 * * 0"
1718

18-
env:
19-
PUB_ENVIRONMENT: bot.github
20-
21-
2219
defaults:
2320
run:
2421
working-directory: pkgs/bazel_worker/
@@ -33,9 +30,11 @@ jobs:
3330
sdk: [3.4, dev]
3431
steps:
3532
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
33+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3734
with:
3835
sdk: ${{ matrix.sdk }}
36+
- run: dart pub get
3937
- run: "dart format --output=none --set-exit-if-changed ."
38+
if: ${{ matrix.sdk == 'dev' }}
4039
- name: Test
4140
run: ./tool/travis.sh

.github/workflows/benchmark_harness.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
name: package:benchmark_harness
2+
permissions: read-all
23

34
on:
45
# Run on PRs and pushes to the default branch.
56
push:
67
branches: [ main ]
78
paths:
8-
- '.github/workflows/benchmark_harness.yml'
9+
- '.github/workflows/benchmark_harness.yaml'
910
- 'pkgs/benchmark_harness/**'
1011
pull_request:
1112
branches: [ main ]
1213
paths:
13-
- '.github/workflows/benchmark_harness.yml'
14+
- '.github/workflows/benchmark_harness.yaml'
1415
- 'pkgs/benchmark_harness/**'
1516
schedule:
1617
- cron: "0 0 * * 0"
1718

18-
env:
19-
PUB_ENVIRONMENT: bot.github
20-
2119
defaults:
2220
run:
2321
working-directory: pkgs/benchmark_harness/
@@ -33,7 +31,7 @@ jobs:
3331
sdk: [dev]
3432
steps:
3533
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
34+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3735
with:
3836
sdk: ${{ matrix.sdk }}
3937
- id: install
@@ -60,7 +58,7 @@ jobs:
6058
sdk: [3.2, dev]
6159
steps:
6260
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
63-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
61+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
6462
with:
6563
sdk: ${{ matrix.sdk }}
6664
- id: install

.github/workflows/boolean_selector.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
name: package:boolean_selector
2+
permissions: read-all
23

34
on:
45
# Run on PRs and pushes to the default branch.
56
push:
67
branches: [ main ]
78
paths:
8-
- '.github/workflows/boolean_selector.yml'
9+
- '.github/workflows/boolean_selector.yaml'
910
- 'pkgs/boolean_selector/**'
1011
pull_request:
1112
branches: [ main ]
1213
paths:
13-
- '.github/workflows/boolean_selector.yml'
14+
- '.github/workflows/boolean_selector.yaml'
1415
- 'pkgs/boolean_selector/**'
1516
schedule:
1617
- cron: "0 0 * * 0"
1718

18-
env:
19-
PUB_ENVIRONMENT: bot.github
20-
21-
2219
defaults:
2320
run:
2421
working-directory: pkgs/boolean_selector/
@@ -34,7 +31,7 @@ jobs:
3431
sdk: [dev]
3532
steps:
3633
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
37-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
34+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3835
with:
3936
sdk: ${{ matrix.sdk }}
4037
- id: install
@@ -58,7 +55,7 @@ jobs:
5855
sdk: [3.1, dev]
5956
steps:
6057
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
61-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
58+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
6259
with:
6360
sdk: ${{ matrix.sdk }}
6461
- id: install

.github/workflows/browser_launcher.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
name: package:browser_launcher
2+
permissions: read-all
23

34
on:
45
# Run on PRs and pushes to the default branch.
56
push:
67
branches: [ main ]
78
paths:
8-
- '.github/workflows/browser_launcher.yml'
9+
- '.github/workflows/browser_launcher.yaml'
910
- 'pkgs/browser_launcher/**'
1011
pull_request:
1112
branches: [ main ]
1213
paths:
13-
- '.github/workflows/browser_launcher.yml'
14+
- '.github/workflows/browser_launcher.yaml'
1415
- 'pkgs/browser_launcher/**'
1516
schedule:
1617
- cron: "0 0 * * 0"
1718

1819
env:
19-
PUB_ENVIRONMENT: bot.github
2020
DISPLAY: ':99'
2121

2222
defaults:
@@ -31,7 +31,7 @@ jobs:
3131
sdk: [3.4, dev]
3232
steps:
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
34-
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
34+
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3535
with:
3636
sdk: ${{ matrix.sdk }}
3737

0 commit comments

Comments
 (0)