File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 77 " analyzer-stability" ,
88 " analyzer-technical-debt" ,
99 " analyzer-test" ,
10- " area-analyzer" ,
1110 " area-build" ,
1211 " area-core-library" ,
1312 " area-dart-cli" ,
3029 " area-test" ,
3130 " area-tools" ,
3231 " area-vm" ,
33- " area-web" ,
32+ " area-web-js " ,
3433 " autosubmit" ,
3534 " breaking-change-approved" ,
3635 " breaking-change-request" ,
4241 " C1" ,
4342 " C2" ,
4443 " C3" ,
45- " cfe-crashes" ,
4644 " cfe-dysfunctionalities" ,
4745 " cfe-encodings" ,
4846 " cfe-expression-compilation" ,
4947 " cfe-feature-augmentation" ,
5048 " cfe-feature-cleanup" ,
5149 " cfe-feature-extension-types" ,
5250 " cfe-feature-macros" ,
53- " cfe-features" ,
5451 " cfe-frontend-server" ,
5552 " cfe-incremental-compiler" ,
56- " cfe-messages" ,
5753 " cfe-optimizations" ,
5854 " cfe-pending" ,
5955 " cfe-refactoring" ,
212208 " language-strong-mode-future-work" ,
213209 " language-strong-mode-polish" ,
214210 " leak-tracking" ,
211+ " legacy-area-analyzer" ,
215212 " legacy-area-front-end" ,
216213 " library-_http" ,
217214 " library-async" ,
247244 " merge-to-dev" ,
248245 " merge-to-stable" ,
249246 " model-const-eval" ,
247+ " model-crashes" ,
250248 " model-discrepancy" ,
251249 " model-error-recovery" ,
252250 " model-exhaustiveness" ,
251+ " model-features" ,
253252 " model-field-promotion" ,
254253 " model-flow" ,
255254 " model-inference" ,
255+ " model-messages" ,
256256 " model-parser" ,
257257 " model-patterns" ,
258258 " model-performance" ,
286286 " pkg-json" ,
287287 " pkg-macros" ,
288288 " pkg-native-stack-traces" ,
289+ " pkg-record_use" ,
289290 " pkg-sourcemaps" ,
290291 " pkg-telemetry" ,
291292 " pkg-vm-service" ,
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ void main() {
7878 findRedirect (Uri .parse ('https://dartbug.com/triage/sdk' )).toString (),
7979 startsWith (
8080 'https://github.com/dart-lang/sdk/issues?'
81- 'q=is%3Aissue+is%3Aopen+-label%3Aarea-analyzer ' ,
81+ 'q=is%3Aissue+is%3Aopen+-label%3Aarea-' ,
8282 ),
8383 );
8484 });
@@ -92,7 +92,7 @@ void main() {
9292
9393 expect (
9494 labels,
95- contains ('area-analyzer ' ),
95+ contains ('area-vm ' ),
9696 );
9797
9898 expect (
You can’t perform that action at this time.
0 commit comments