Skip to content

Conversation

yuankunzhang
Copy link
Contributor

  • Add TryFrom<Vec<Items>> implementation for DateTimeBuilder to improve code separation and reusability.
  • Replace manual parsing loop in parse_items() with repeat_until combinator for cleaner approach.
  • Allow timestamp strings ending with whitespaces.

- Add `TryFrom<Vec<Items>>` implementation for `DateTimeBuilder`
  to improve code separation and reusability.
- Replace manual parsing loop in `parse_items()` with
  `repeat_until` combinator for cleaner approach.
- Allow timestamp strings ending with whitespaces.
@cakebaker cakebaker merged commit f75ec46 into uutils:main Sep 15, 2025
17 checks passed
@cakebaker
Copy link
Collaborator

Thanks!

Copy link

codecov bot commented Sep 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (583eafe) to head (2dc4fa3).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #230   +/-   ##
===========================
===========================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants