Document the real parsing, nesting, comment, escape and validation rules - #609
Merged
Conversation
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 01:01
5980ec1 to
96eb03a
Compare
GrahamCampbell
force-pushed
the
tests/coverage-hardening
branch
2 times, most recently
from
August 24, 2026 10:45
a21b352 to
60feb0b
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 10:45
96eb03a to
0747e73
Compare
GrahamCampbell
force-pushed
the
tests/coverage-hardening
branch
from
August 24, 2026 13:25
60feb0b to
21cd0f5
Compare
GrahamCampbell
changed the base branch from
tests/coverage-hardening
to
fix/comment-multiline-priority
August 24, 2026 13:26
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 13:26
0747e73 to
249d61b
Compare
GrahamCampbell
force-pushed
the
fix/comment-multiline-priority
branch
from
August 24, 2026 17:28
28b36d6 to
3437eeb
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 17:28
249d61b to
7c4d726
Compare
GrahamCampbell
force-pushed
the
fix/comment-multiline-priority
branch
from
August 24, 2026 17:43
3437eeb to
1411d10
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 17:43
7c4d726 to
38229c3
Compare
GrahamCampbell
force-pushed
the
fix/comment-multiline-priority
branch
from
August 24, 2026 17:46
1411d10 to
445763b
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 17:46
38229c3 to
e301a32
Compare
GrahamCampbell
force-pushed
the
fix/comment-multiline-priority
branch
from
August 24, 2026 17:47
445763b to
2e18096
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 17:47
e301a32 to
9db8148
Compare
GrahamCampbell
force-pushed
the
fix/comment-multiline-priority
branch
from
August 24, 2026 17:49
2e18096 to
fe56ffc
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 17:49
9db8148 to
3711d78
Compare
GrahamCampbell
force-pushed
the
fix/comment-multiline-priority
branch
from
August 24, 2026 17:56
fe56ffc to
7a62b85
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 17:56
3711d78 to
b70ea90
Compare
GrahamCampbell
force-pushed
the
fix/comment-multiline-priority
branch
from
August 24, 2026 17:57
7a62b85 to
a2d162e
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 17:57
b70ea90 to
860d89a
Compare
GrahamCampbell
force-pushed
the
fix/comment-multiline-priority
branch
from
August 24, 2026 18:03
a2d162e to
9fbee84
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 18:03
860d89a to
b216f12
Compare
GrahamCampbell
force-pushed
the
fix/comment-multiline-priority
branch
from
August 24, 2026 18:04
9fbee84 to
527062b
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 18:04
b216f12 to
7f6f3bd
Compare
GrahamCampbell
force-pushed
the
docs/behaviour-clarifications
branch
from
August 24, 2026 18:04
7f6f3bd to
ac48f57
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Several parser and loader behaviours that generate recurring questions were undocumented or described inaccurately, including how undefined and braceless nested variables resolve, that a hash begins a comment inside an unquoted value, which backslash escapes are valid inside double quotes, that byte order and getenv population differ from the tagline, and how immutability, the file options and parse-versus-load actually behave. This documents them, corrects the validation examples to match the real messages, and fixes a garbled sentence in the upgrading guide. This is stacked on #615.