Skip to content

Commit 2bc461f

Browse files
authored
Fix the build (#3476)
## build_daemon We are using `unawaited` which wasn't made available until 2.15, but we can't get a valid solve until `2.18` so I am going to require that. This also regenerates some built_value code so that it won't trigger lints. ## build_modules Delete the old dart2js worker code which has been deprecated for a long time. This is technically breaking but in practice should not be, and I haven't marked it as a breaking change. Feel free to push back.
1 parent f009a98 commit 2bc461f

17 files changed

+310
-445
lines changed

.github/workflows/dart.yml

Lines changed: 157 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_daemon/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 4.0.1-dev
2+
13
## 4.0.0
24

35
- **Breaking**: Remove methods from ChangeProvider, and extract them into

build_daemon/lib/data/build_request.g.dart

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_daemon/lib/data/build_status.g.dart

Lines changed: 34 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_daemon/lib/data/build_target.g.dart

Lines changed: 44 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)