* [oracle/dtrace] 61fea6: llm: fix newline escape in the SKILL.md script ske...
@ 2026-08-28 17:52 zhanxusheng1024-os
0 siblings, 0 replies; 2+ messages in thread
From: zhanxusheng1024-os @ 2026-08-28 17:52 UTC (permalink / raw)
To: dtrace
Branch: refs/heads/dev-queue
Home: https://github.com/oracle/dtrace
Commit: 61fea621160ea4b6302874c62a723da105b44883
https://github.com/oracle/dtrace/commit/61fea621160ea4b6302874c62a723da105b44883
Author: Zhan Xusheng <zhanxusheng1024@gmail.com>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M llm/SKILL.md
Log Message:
-----------
llm: fix newline escape in the SKILL.md script skeleton
The skeleton's BEGIN and ERROR clauses use "\\n" where "\n" is meant.
In a D string literal that is an escaped backslash followed by 'n', so
printf() emits a stray backslash instead of a newline.
Agents copy the skeleton verbatim, and "\\n" is a valid literal, so the
'dtrace -e' check prescribed in the same file does not catch it.
Every other D snippet in the tree uses a single backslash.
Assisted-by: Kiro:claude-opus-4.8
Signed-off-by: Zhan Xusheng <zhanxusheng@xiaomi.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
To unsubscribe from these emails, change your notification settings at https://github.com/oracle/dtrace/settings/notifications
^ permalink raw reply [flat|nested] 2+ messages in thread* [oracle/dtrace] 61fea6: llm: fix newline escape in the SKILL.md script ske...
@ 2026-08-28 17:52 zhanxusheng1024-os
0 siblings, 0 replies; 2+ messages in thread
From: zhanxusheng1024-os @ 2026-08-28 17:52 UTC (permalink / raw)
To: dtrace
Branch: refs/heads/devel
Home: https://github.com/oracle/dtrace
Commit: 61fea621160ea4b6302874c62a723da105b44883
https://github.com/oracle/dtrace/commit/61fea621160ea4b6302874c62a723da105b44883
Author: Zhan Xusheng <zhanxusheng1024@gmail.com>
Date: 2026-08-28 (Fri, 28 Aug 2026)
Changed paths:
M llm/SKILL.md
Log Message:
-----------
llm: fix newline escape in the SKILL.md script skeleton
The skeleton's BEGIN and ERROR clauses use "\\n" where "\n" is meant.
In a D string literal that is an escaped backslash followed by 'n', so
printf() emits a stray backslash instead of a newline.
Agents copy the skeleton verbatim, and "\\n" is a valid literal, so the
'dtrace -e' check prescribed in the same file does not catch it.
Every other D snippet in the tree uses a single backslash.
Assisted-by: Kiro:claude-opus-4.8
Signed-off-by: Zhan Xusheng <zhanxusheng@xiaomi.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
To unsubscribe from these emails, change your notification settings at https://github.com/oracle/dtrace/settings/notifications
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-28 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-28 17:52 [oracle/dtrace] 61fea6: llm: fix newline escape in the SKILL.md script ske zhanxusheng1024-os
-- strict thread matches above, loose matches on Subject: below --
2026-08-28 17:52 zhanxusheng1024-os
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox