Commit 62085bf
committed
refactor: [config] resolve wildcards on load
Resolve as many wildcards as possible on config load. Now that the overrides
have moved back into the config loading stage the overridden fields are not
having their wildcards resolved for some reason.
It is useful to do this anyway as we then have more resolved config values
in the saved project config
Signed-off-by: James McCorrie <[email protected]>1 parent f9f84fb commit 62085bf
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
219 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
220 | 223 | | |
221 | 224 | | |
222 | 225 | | |
223 | 226 | | |
224 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
225 | 235 | | |
226 | 236 | | |
227 | 237 | | |
| |||
0 commit comments