Replies: 3 comments 8 replies
-
Hi @Bonnevie, |
Beta Was this translation helpful? Give feedback.
-
I can't upload a zip here right? I created a Gist here, but I can't replicate the folder structure, so I just put a diagram - I don't know if there's an obvious smarter way to share this? Tbh, this is not giving me the exact error I mentioned in the OP. Rather, I'm getting But the core issue is the same. Let me try to describe the use-case: I have a lot of different configurable units (e.g. |
Beta Was this translation helpful? Give feedback.
-
The second one loaded should be an override: name: baz
baz: 2
defaults:
override foo: baz-nested Could be good idea to indicate that if you want to change a previously defined defaults list entry you should use |
Beta Was this translation helpful? Give feedback.
-
How do we in general deal with conflicting defaults? If I have two configs
bar.yaml
and
baz.yaml
The names will merge gracefully, but the defaults will cause a conflict with the error message in the title. How do we merge them (or restructure them)? I can put
override foo
in one of them, but that constrains how they can be composed and with what.Beta Was this translation helpful? Give feedback.
All reactions