Skip to content

Commit 2eb2754

Browse files
authored
Prepare for build_runner changes. (#2633)
* Prepare for `build_runner` changes. * Fix test. * Revert build_verify override.
1 parent 661dafd commit 2eb2754

File tree

13 files changed

+520
-18
lines changed

13 files changed

+520
-18
lines changed

fixtures/_experimentSound/pubspec.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,49 @@ dependencies:
1414
dev_dependencies:
1515
build_runner: ^2.4.0
1616
build_web_compilers: ^4.0.4
17+
dependency_overrides:
18+
build:
19+
git:
20+
url: https://github.com/dart-lang/build
21+
path: build
22+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
23+
build_config:
24+
git:
25+
url: https://github.com/dart-lang/build
26+
path: build_config
27+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
28+
build_daemon:
29+
git:
30+
url: https://github.com/dart-lang/build
31+
path: build_daemon
32+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
33+
build_modules:
34+
git:
35+
url: https://github.com/dart-lang/build
36+
path: build_modules
37+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
38+
build_resolvers:
39+
git:
40+
url: https://github.com/dart-lang/build
41+
path: build_resolvers
42+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
43+
build_runner:
44+
git:
45+
url: https://github.com/dart-lang/build
46+
path: build_runner
47+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
48+
build_runner_core:
49+
git:
50+
url: https://github.com/dart-lang/build
51+
path: build_runner_core
52+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
53+
build_test:
54+
git:
55+
url: https://github.com/dart-lang/build
56+
path: build_test
57+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
58+
build_web_compilers:
59+
git:
60+
url: https://github.com/dart-lang/build
61+
path: build_web_compilers
62+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testCircular1Sound/pubspec.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,49 @@ dev_dependencies:
1717
build_runner: ^2.4.0
1818
build_web_compilers: ^4.0.4
1919

20+
dependency_overrides:
21+
build:
22+
git:
23+
url: https://github.com/dart-lang/build
24+
path: build
25+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
26+
build_config:
27+
git:
28+
url: https://github.com/dart-lang/build
29+
path: build_config
30+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
31+
build_daemon:
32+
git:
33+
url: https://github.com/dart-lang/build
34+
path: build_daemon
35+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
36+
build_modules:
37+
git:
38+
url: https://github.com/dart-lang/build
39+
path: build_modules
40+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
41+
build_resolvers:
42+
git:
43+
url: https://github.com/dart-lang/build
44+
path: build_resolvers
45+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
46+
build_runner:
47+
git:
48+
url: https://github.com/dart-lang/build
49+
path: build_runner
50+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
51+
build_runner_core:
52+
git:
53+
url: https://github.com/dart-lang/build
54+
path: build_runner_core
55+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
56+
build_test:
57+
git:
58+
url: https://github.com/dart-lang/build
59+
path: build_test
60+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
61+
build_web_compilers:
62+
git:
63+
url: https://github.com/dart-lang/build
64+
path: build_web_compilers
65+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testCircular2Sound/pubspec.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,49 @@ dev_dependencies:
1515
build_runner: ^2.4.0
1616
build_web_compilers: ^4.0.4
1717

18+
dependency_overrides:
19+
build:
20+
git:
21+
url: https://github.com/dart-lang/build
22+
path: build
23+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
24+
build_config:
25+
git:
26+
url: https://github.com/dart-lang/build
27+
path: build_config
28+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
29+
build_daemon:
30+
git:
31+
url: https://github.com/dart-lang/build
32+
path: build_daemon
33+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
34+
build_modules:
35+
git:
36+
url: https://github.com/dart-lang/build
37+
path: build_modules
38+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
39+
build_resolvers:
40+
git:
41+
url: https://github.com/dart-lang/build
42+
path: build_resolvers
43+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
44+
build_runner:
45+
git:
46+
url: https://github.com/dart-lang/build
47+
path: build_runner
48+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
49+
build_runner_core:
50+
git:
51+
url: https://github.com/dart-lang/build
52+
path: build_runner_core
53+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
54+
build_test:
55+
git:
56+
url: https://github.com/dart-lang/build
57+
path: build_test
58+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
59+
build_web_compilers:
60+
git:
61+
url: https://github.com/dart-lang/build
62+
path: build_web_compilers
63+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testHotReload/pubspec.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,49 @@ publish_to: none
77
environment:
88
sdk: ^3.7.0
99

10+
dependency_overrides:
11+
build:
12+
git:
13+
url: https://github.com/dart-lang/build
14+
path: build
15+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
16+
build_config:
17+
git:
18+
url: https://github.com/dart-lang/build
19+
path: build_config
20+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
21+
build_daemon:
22+
git:
23+
url: https://github.com/dart-lang/build
24+
path: build_daemon
25+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
26+
build_modules:
27+
git:
28+
url: https://github.com/dart-lang/build
29+
path: build_modules
30+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
31+
build_resolvers:
32+
git:
33+
url: https://github.com/dart-lang/build
34+
path: build_resolvers
35+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
36+
build_runner:
37+
git:
38+
url: https://github.com/dart-lang/build
39+
path: build_runner
40+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
41+
build_runner_core:
42+
git:
43+
url: https://github.com/dart-lang/build
44+
path: build_runner_core
45+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
46+
build_test:
47+
git:
48+
url: https://github.com/dart-lang/build
49+
path: build_test
50+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
51+
build_web_compilers:
52+
git:
53+
url: https://github.com/dart-lang/build
54+
path: build_web_compilers
55+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testHotRestart1Sound/pubspec.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,49 @@ dev_dependencies:
1515
build_runner: ^2.4.0
1616
build_web_compilers: ^4.0.4
1717

18+
dependency_overrides:
19+
build:
20+
git:
21+
url: https://github.com/dart-lang/build
22+
path: build
23+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
24+
build_config:
25+
git:
26+
url: https://github.com/dart-lang/build
27+
path: build_config
28+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
29+
build_daemon:
30+
git:
31+
url: https://github.com/dart-lang/build
32+
path: build_daemon
33+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
34+
build_modules:
35+
git:
36+
url: https://github.com/dart-lang/build
37+
path: build_modules
38+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
39+
build_resolvers:
40+
git:
41+
url: https://github.com/dart-lang/build
42+
path: build_resolvers
43+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
44+
build_runner:
45+
git:
46+
url: https://github.com/dart-lang/build
47+
path: build_runner
48+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
49+
build_runner_core:
50+
git:
51+
url: https://github.com/dart-lang/build
52+
path: build_runner_core
53+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
54+
build_test:
55+
git:
56+
url: https://github.com/dart-lang/build
57+
path: build_test
58+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
59+
build_web_compilers:
60+
git:
61+
url: https://github.com/dart-lang/build
62+
path: build_web_compilers
63+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testHotRestart2Sound/pubspec.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,49 @@ dev_dependencies:
1717
build_runner: ^2.4.0
1818
build_web_compilers: ^4.0.4
1919

20+
dependency_overrides:
21+
build:
22+
git:
23+
url: https://github.com/dart-lang/build
24+
path: build
25+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
26+
build_config:
27+
git:
28+
url: https://github.com/dart-lang/build
29+
path: build_config
30+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
31+
build_daemon:
32+
git:
33+
url: https://github.com/dart-lang/build
34+
path: build_daemon
35+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
36+
build_modules:
37+
git:
38+
url: https://github.com/dart-lang/build
39+
path: build_modules
40+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
41+
build_resolvers:
42+
git:
43+
url: https://github.com/dart-lang/build
44+
path: build_resolvers
45+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
46+
build_runner:
47+
git:
48+
url: https://github.com/dart-lang/build
49+
path: build_runner
50+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
51+
build_runner_core:
52+
git:
53+
url: https://github.com/dart-lang/build
54+
path: build_runner_core
55+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
56+
build_test:
57+
git:
58+
url: https://github.com/dart-lang/build
59+
path: build_test
60+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
61+
build_web_compilers:
62+
git:
63+
url: https://github.com/dart-lang/build
64+
path: build_web_compilers
65+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testHotRestartBreakpoints/pubspec.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,49 @@ publish_to: none
77
environment:
88
sdk: ^3.7.0
99

10+
dependency_overrides:
11+
build:
12+
git:
13+
url: https://github.com/dart-lang/build
14+
path: build
15+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
16+
build_config:
17+
git:
18+
url: https://github.com/dart-lang/build
19+
path: build_config
20+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
21+
build_daemon:
22+
git:
23+
url: https://github.com/dart-lang/build
24+
path: build_daemon
25+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
26+
build_modules:
27+
git:
28+
url: https://github.com/dart-lang/build
29+
path: build_modules
30+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
31+
build_resolvers:
32+
git:
33+
url: https://github.com/dart-lang/build
34+
path: build_resolvers
35+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
36+
build_runner:
37+
git:
38+
url: https://github.com/dart-lang/build
39+
path: build_runner
40+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
41+
build_runner_core:
42+
git:
43+
url: https://github.com/dart-lang/build
44+
path: build_runner_core
45+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
46+
build_test:
47+
git:
48+
url: https://github.com/dart-lang/build
49+
path: build_test
50+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
51+
build_web_compilers:
52+
git:
53+
url: https://github.com/dart-lang/build
54+
path: build_web_compilers
55+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testPackageSound/pubspec.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,49 @@ dev_dependencies:
1515
build_runner: ^2.4.0
1616
build_web_compilers: ^4.0.4
1717

18+
dependency_overrides:
19+
build:
20+
git:
21+
url: https://github.com/dart-lang/build
22+
path: build
23+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
24+
build_config:
25+
git:
26+
url: https://github.com/dart-lang/build
27+
path: build_config
28+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
29+
build_daemon:
30+
git:
31+
url: https://github.com/dart-lang/build
32+
path: build_daemon
33+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
34+
build_modules:
35+
git:
36+
url: https://github.com/dart-lang/build
37+
path: build_modules
38+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
39+
build_resolvers:
40+
git:
41+
url: https://github.com/dart-lang/build
42+
path: build_resolvers
43+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
44+
build_runner:
45+
git:
46+
url: https://github.com/dart-lang/build
47+
path: build_runner
48+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
49+
build_runner_core:
50+
git:
51+
url: https://github.com/dart-lang/build
52+
path: build_runner_core
53+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
54+
build_test:
55+
git:
56+
url: https://github.com/dart-lang/build
57+
path: build_test
58+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
59+
build_web_compilers:
60+
git:
61+
url: https://github.com/dart-lang/build
62+
path: build_web_compilers
63+
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

0 commit comments

Comments
 (0)