Commit 2bc461f
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
File tree
17 files changed
+310
-445
lines changed- .github/workflows
- build_daemon
- lib/data
- build_modules
- lib
- src
- test
17 files changed
+310
-445
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments