Sylvestre Ledru
fa44419ac5
Merge pull request #62 from uutils/renovate/codecov-codecov-action-7.x
...
Update codecov/codecov-action action to v7
2026-06-07 09:05:09 +02:00
renovate[bot]
929f584a15
Update codecov/codecov-action action to v7
2026-06-07 05:13:59 +00:00
renovate[bot]
91aa61c6db
chore(deps): update codecov/codecov-action action to v6
2026-03-27 07:22:20 +01:00
Sylvestre Ledru
bbf11532b0
update the version to 0.8.0
v0.8.0
2026-03-09 22:55:28 +01:00
Sylvestre Ledru
4dced421b7
Fix clippy unreadable literal warnings
2026-03-09 22:52:32 +01:00
Sylvestre Ledru
3e86476a45
Include examples in code coverage CI job
2026-03-09 22:50:22 +01:00
Sylvestre Ledru
af55d0a697
Fix CodeCov badge to reference main branch instead of master
2026-03-09 22:47:41 +01:00
Sylvestre Ledru
1904cc999b
Extend CI clippy check with comprehensive warning flags
2026-03-09 22:41:11 +01:00
Sylvestre Ledru
8c729464f1
Remove unnecessary mut from width_dimensions parameter
2026-03-09 22:40:00 +01:00
Sylvestre Ledru
ad9170f109
Make row_count function const
2026-03-09 22:37:13 +01:00
Sylvestre Ledru
b712ddb108
Add #[must_use] attributes to pure functions and methods
2026-03-09 22:36:27 +01:00
Sylvestre Ledru
029bb39529
Replace Filling:: with Self:: for cleaner code
2026-03-09 22:34:08 +01:00
Sylvestre Ledru
7f50d5a4ad
Add missing cargo metadata (keywords and categories)
2026-03-09 22:33:30 +01:00
Sylvestre Ledru
a080305f3b
Add CodSpeed badge to README
2026-03-09 21:27:44 +01:00
Sylvestre Ledru
0d03062e28
Merge pull request #57 from jakobnissen/fix_oneoff
...
fix off-by-one in column-search loop and add regression test
2026-03-09 21:25:20 +01:00
Jakob Nybo Andersen
2c1371a99c
fix off-by-one in column-search loop and add regression test
...
The loop in `width_dimensions` used an exclusive upper bound
(`..self.cells.len()`), so it never tried placing all cells on a single
row. When cells have varying widths the single-row layout can fit even
though the widest-cell estimate rules it out, producing a suboptimal
result with more rows than necessary.
Change the range to `..=self.cells.len()` and add a regression test
that catches the bug.
2026-03-08 09:44:30 +01:00
Sylvestre Ledru
01761fd77b
Merge pull request #60 from uutils/renovate/moonrepo-setup-rust-1.x
...
chore(deps): update moonrepo/setup-rust action to v1
2026-03-08 09:44:15 +01:00
renovate[bot]
c0bf4dbaad
chore(deps): update moonrepo/setup-rust action to v1
2026-03-07 22:08:31 +00:00
Sylvestre Ledru
974539b25c
Merge pull request #59 from sylvestre/bench
...
add divan benchmarks and CodSpeed workflow
2026-03-07 23:08:12 +01:00
Sylvestre Ledru
7c87fb4afb
add divan benchmarks and CodSpeed workflow
2026-03-07 23:06:16 +01:00
Sylvestre Ledru
3f85caa9d8
Merge pull request #58 from sylvestre/cov
...
fix the code coverage task
2026-03-07 23:03:26 +01:00
Sylvestre Ledru
1bebe9c401
fix the code coverage task
2026-03-07 22:55:15 +01:00
Daniel Hofstetter
6fa8c30056
Merge pull request #56 from uutils/renovate/actions-checkout-6.x
...
chore(deps): update actions/checkout action to v6
2025-11-20 18:57:20 +01:00
renovate[bot]
983fc5bd8e
chore(deps): update actions/checkout action to v6
2025-11-20 17:39:39 +00:00
Daniel Hofstetter
24f99056f1
Merge pull request #54 from alexanderkjall/fix-test-32-bit
...
fix tests on 32-bit architecture
2025-09-18 09:35:39 +02:00