Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
6d721e5
feat(fold): add column counting for character width mode in process_a…
mattsu2020 Nov 14, 2025
b21cf35
fix fold: emit output early when column count reaches width limit
mattsu2020 Nov 14, 2025
77a1c31
fix: correct output emission logic in fold for character mode
mattsu2020 Nov 14, 2025
b0e0033
refactor(fold): split long if-conditions into multiple lines for read…
mattsu2020 Nov 14, 2025
ac09d10
feat(fold): add streaming output with periodic flushing to reduce mem…
mattsu2020 Nov 14, 2025
dba5b9b
fix(fold): correct premature output emission in character mode and ad…
mattsu2020 Nov 14, 2025
556804c
refactor: clean up formatting in fold utility and tests
mattsu2020 Nov 14, 2025
5424072
Merge branch 'main' into fold_compatibility
mattsu2020 Nov 15, 2025
a1bbd40
feat(fold): add unicode-width dependency and tests for zero-width cha…
mattsu2020 Nov 15, 2025
d176e65
perf: use bytecount for efficient newline counting in fold tests
mattsu2020 Nov 15, 2025
dbad8db
refactor: Handle zero-width bytes across buffer boundaries in fold
mattsu2020 Nov 15, 2025
cd6f536
refactor(fold): streamline process_pending_chunk loop and error handling
mattsu2020 Nov 15, 2025
75c542f
refactor(fold): condense variable assignment to single line
mattsu2020 Nov 15, 2025
662a011
Merge branch 'main' into fold_compatibility
mattsu2020 Nov 16, 2025
3b07c8e
Merge branch 'main' into fold_compatibility
mattsu2020 Nov 17, 2025
1d35753
Merge branch 'main' into fold_compatibility
mattsu2020 Nov 20, 2025
eb7d8c4
fix(fold): properly handle combining characters in character-counting…
mattsu2020 Nov 20, 2025
b9b46be
Merge branch 'main' into fold_compatibility
mattsu2020 Dec 1, 2025
5e1d7f5
Merge branch 'main' into fold_compatibility
mattsu2020 Dec 22, 2025
e54a74b
refactor(fold): add comments to explain streaming flush logic and pre…
mattsu2020 Dec 22, 2025
5de4b28
refactor(fold): extract UTF-8 char processing and improve pending chu…
mattsu2020 Dec 22, 2025
0605e24
Merge branch 'main' into fold_compatibility
mattsu2020 Dec 25, 2025
25b5c11
Merge branch 'main' into fold_compatibility
sylvestre Dec 29, 2025
654c128
refactor(fold): add streaming flush threshold and enhance comments in…
mattsu2020 Dec 30, 2025
8aa2751
refactor(fold): remove auto-flush from push_byte function
mattsu2020 Dec 30, 2025
71f845c
refactor(fold): optimize output flushing and vector preallocation
mattsu2020 Dec 30, 2025
895cdaa
Merge branch 'main' into fold_compatibility
sylvestre Jan 9, 2026
7331d23
fix(fold): flush output after pushing byte in push_byte function
mattsu2020 Jan 9, 2026
afbd393
chore(deps): update Rust dependencies to latest versions
mattsu2020 Jan 9, 2026
3c86fbf
Merge branch 'main' into fold_compatibility
mattsu2020 Jan 9, 2026
6cd6f50
Merge branch 'main' into fold_compatibility
sylvestre Jan 13, 2026
30b53a8
Merge branch 'main' into fold_compatibility
sylvestre Jan 13, 2026
2616981
Merge branch 'main' into fold_compatibility
mattsu2020 Jan 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading