Commit 4eb8e3b
committed
Merge #28: tasks: allow user to not set all configs
41ff135 tasks: allow user to not set all configs (Nick Johnson)
Pull request description:
Been testing out integration and realized it's a pain to have to set all un-used config settings to empty lists.
Example from rust-psbt where I don't want to set `exact_features` and `features_with_no_std`:
```
features_with_std = ["rand", "serde", "base64", "miniscript"]
features_without_std = ["serde", "base64"]
exact_features = []
features_with_no_std = []
```
ACKs for top commit:
tcharding:
ACK 41ff135
Tree-SHA512: d63d7bdbdd45bfbd6d4453994ecf4de934cc7c931d0e6e426382a7aa155f97a175e7b47d52307605c70fcaaf1da386c8fb51d0764c61dd7304aed525dda3898f2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments