Skip to content

fix(sessions): drop the u64 identity conversion clippy rejects - #1858

Merged
ScriptedAlchemy merged 1 commit into
masterfrom
fix/master-clippy-useless-conversion
Sep 19, 2026
Merged

ScriptedAlchemy merged 1 commit into
masterfrom
fix/master-clippy-useless-conversion

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

CI clippy (rust 1.97, -D warnings) rejects master since #1857 merged without a CI run: useless_conversion on the JSONL partial-window test, which wraps an already-u64 file length in u64::try_from.

This drops the conversion. One line, test code only.

Verified: cargo clippy -p tracedecay-sessions --all-targets --locked -- -D warnings passes on this commit and fails on master at jsonl_observation_admission/tests.rs:1029.

Batch C (#1848) carries the same commit so its next run is not red on this lint.

🤖 Generated with Claude Code

CI clippy (rust 1.97, -D warnings) fails master since #1857: useless_conversion
on the JSONL partial-window test's file length, which is already u64.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Sep 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: cb730a9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 19, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-19T14:02:30.031841Z cb730a9 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ScriptedAlchemy
ScriptedAlchemy merged commit e130045 into master Sep 19, 2026
25 checks passed
ScriptedAlchemy added a commit that referenced this pull request Sep 19, 2026
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
cursor Bot pushed a commit that referenced this pull request Sep 19, 2026
Fold the clippy tip and #1837, #1849, and #1854 into the batch
while keeping folded PR ancestry.

Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
ScriptedAlchemy added a commit that referenced this pull request Sep 19, 2026
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.

1 participant