Commit 30e57b4
docs(changelog): quote both diagnostics — the old one, and the line it now carries
The Unreleased entry for the placeholder fix described the new sentence but
never showed either message, so a reader could not tell what actually changed
in the output. It now quotes both forms verbatim, and names the command they
were captured from:
go run ./cmd/oh-my-graph run /tmp/omg-repro-placeholder.yaml --dry-run
Old (209df64^, internal/handoff/handoff.go:146 and :170):
cannot resolve {{ inputs.demo }}: no such input was provided
cannot resolve {{ artifacts.nosuch }}: artifact not available (its
producing node has not completed)
New (handoff.go:159 and :183, the quotingHint constant at :56):
cannot resolve {{ inputs.demo }}: no such input was provided
note: every {{ ... }} in a prompt is resolved, including one that is only
being quoted or explained — to keep such text literal, break the two
braces apart ("{ {"), or pass the text in as an input or artifact instead
of writing it in the prompt
The quoted text was read back off the running binary, not copied from the
implementation report. CHANGELOG.md only — no code, no release, no tag, no
version bump.
Signed-off-by: jitokim <pigberger70@gmail.com>
Co-Authored-By: oh-my-graph <graphs@oh-my-graph.dev>1 parent 209df64 commit 30e57b4
1 file changed
Lines changed: 29 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
25 | 49 | | |
26 | 50 | | |
27 | 51 | | |
| |||
0 commit comments