Skip to content

chore: dedupe parse_duration_to_seconds across sync and traces#181

Merged
Cedric / ViaDézo1er (viadezo1er) merged 1 commit into
mainfrom
cedric/fix-parse-duration-to-seconds-duplication
May 13, 2026
Merged

chore: dedupe parse_duration_to_seconds across sync and traces#181
Cedric / ViaDézo1er (viadezo1er) merged 1 commit into
mainfrom
cedric/fix-parse-duration-to-seconds-duplication

Conversation

@viadezo1er
Copy link
Copy Markdown
Contributor

@viadezo1er Cedric / ViaDézo1er (viadezo1er) commented May 13, 2026

Re-applies the deduplication from d72671d that was inadvertently undone by the unicode-safety fix in 29191c0. Both sync.rs and traces.rs now import the canonical implementation from utils::duration instead of carrying their own copies, and utils/mod.rs re-exports the helper.

Resolves the dead_code warning reported in #180.

Re-applies the deduplication from d72671d that was inadvertently undone
by the unicode-safety fix in 29191c0. Both sync.rs and traces.rs now
import the canonical implementation from utils::duration instead of
carrying their own copies, and utils/mod.rs re-exports the helper.

Resolves the dead_code warning reported in #180.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

Latest downloadable build artifacts for this PR commit c2d9860d44cd:

Available artifact names
  • ``artifacts-build-global
  • ``artifacts-build-local-x86_64-pc-windows-msvc
  • ``artifacts-build-local-aarch64-pc-windows-msvc
  • ``artifacts-build-local-x86_64-apple-darwin
  • ``artifacts-build-local-aarch64-apple-darwin
  • ``artifacts-build-local-x86_64-unknown-linux-musl
  • ``artifacts-build-local-x86_64-unknown-linux-gnu
  • ``artifacts-build-local-aarch64-unknown-linux-gnu
  • ``artifacts-plan-dist-manifest
  • ``cargo-dist-cache

@viadezo1er Cedric / ViaDézo1er (viadezo1er) merged commit 960c52e into main May 13, 2026
32 checks passed
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.

3 participants