mirror of
https://github.com/corn-config/specification.git
synced 2026-07-11 04:16:24 +01:00
[GH-ISSUE #3] Key chaining before defining full object #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/specification#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JakeStanger on GitHub (Jul 28, 2025).
Original GitHub issue: https://github.com/corn-config/specification/issues/3
The spec currently specifies that key-chaining can be mixed with full-object representation:
github.com/corn-config/specification@b5084cb319/spec.md (L409-L419)What is not specified is whether this should be supported in reverse, ie chaining prior to the full-object.
github.com/corn-config/test-suite@0a493cedc8/corn/key/chaining/start.pos.cornThe current (v0.10) behaviour is that
foois overwritten and lost.github.com/corn-config/test-suite@0a493cedc8/json/key/chaining/start.jsonShould this be the the case, or should the expected result be an object with both
fooandbar?A decision is required, and the spec needs to be updated either way.