Skip to content

Commit d184e91

Browse files
committed
fix(record): the jobs precedence is documented in docs/04-mcpp-toml.md
The comment and the analysis both named `docs/03-configuration.md`, which does not exist -- caught by this repository's own docs check, which asserts that every document a file names is present.
1 parent 3807d91 commit d184e91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.agents/docs/2026-09-11-six-open-issues-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ default. Someone who sets a machine-wide number almost certainly means it there
321321
too -- a test runner at 10 concurrent processes has the same memory shape as a
322322
compile at 10 -- so it should apply, and be documented as applying. What must
323323
not happen is for it to apply silently: this is a second behaviour under one
324-
key, and `docs/03-configuration.md` has to say so.
324+
key, and `docs/04-mcpp-toml.md` has to say so.
325325

326326
**`default_backend` should be removed.** `BackendKind` has `Ninja` and `Native`
327327
(`src/build/backend.cppm:10`) and `src/build/` contains one backend

src/build/execute.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,7 @@ export int run_tests(std::span<const std::string> passthrough,
21802180
// decision rather than an inheritance. A test runner at ten concurrent
21812181
// processes has the same memory shape as a compile at ten, so someone
21822182
// who set a machine-wide number almost certainly meant it for both;
2183-
// `docs/03-configuration.md` says so, because one key with two
2183+
// `docs/04-mcpp-toml.md` says so, because one key with two
21842184
// behaviours has to be stated. The fallback below is unchanged:
21852185
// absent, this path uses the whole machine rather than the backend's
21862186
// default, since there is no backend to defer to.

0 commit comments

Comments
 (0)