Browse Source
The catch-up checkin aborted on CRLF in files outside crlf-glob. Five real offenders, in two classes needing opposite treatment: - src/buildsuites/suite_tcl86/patches/* (three files) is vendored sdx source by Matt Newman and Jean-Claude Wippler plus the patch derived from it. Upstream CRLF, and the patch must stay byte-exact to apply. Added to crlf-glob, which is what .fossil-settings/AGENTS.md prescribes for a payload tree that trips the prompt - explicitly in preference to reaching for --no-warnings. - src/modules/oolib-buildversion.txt and src/buildsuites/suite_tcl86/src/main.zig are authored punkshell files (4 lines each, fully CRLF) that the root AGENTS.md LF preference governs. Converted rather than globbed; globbing src/modules would suppress the warning across authored territory. punkzip's hamlet.txt was a false positive in the first scan - already covered by the crlf-glob entry for its fixtures directory, where it is deliberately CRLF byte-exact test data. Converted in git first so the fossil checkin records identical content; a content fix applied only fossil-side would desynchronise the two mirrors in the middle of a catch-up. Note oolib-buildversion.txt is build-generated, so a future regeneration may reintroduce CRLF there. Claude-Session: https://claude.ai/code/session_01YNjnq6oDzecknLg7AuWZgU Assisted-by: harness=claude; primary-model=claude-opus-5[1m]; api-location=anthropic.commaster
3 changed files with 11 additions and 8 deletions
@ -1,4 +1,4 @@
|
||||
const std = @import("std"); |
||||
|
||||
pub const _start = void; |
||||
pub const WinMainCRTStartup = void; |
||||
const std = @import("std"); |
||||
|
||||
pub const _start = void; |
||||
pub const WinMainCRTStartup = void; |
||||
|
||||
@ -1,4 +1,4 @@
|
||||
0.1.4 |
||||
#First line must be a tm version number |
||||
#all other lines are ignored. |
||||
0.1.4 |
||||
#First line must be a tm version number |
||||
#all other lines are ignored. |
||||
#0.1.4 - collection add duplicate-key error message no longer misnames the object as 'col_processors' (stray copy-paste in the generic collection class) |
||||
Loading…
Reference in new issue