|
|
|
|
|
by eadmund
434 days ago
|
|
Yeah, first-wins is definitely surprising. Off the top of my head, it feels like one would have to go out of one’s way to write a parser that does that (by storing an extra bit of state for each configuration item, and then checking it before setting the configuration item and toggling the state, rather than just applying the configuration item each time it is encountered). Is there a good reason for this design? I can’t think of one, again off the top of my head, but of course I could be missing something. |
|