Skip to content

fix(client): allow execution submission enum layout - #1971

Closed
NathanFlurry wants to merge 2 commits into
fix/clippy-chunks-exact-as-chunksfrom
fix/large-enum-variant-client
Closed

NathanFlurry wants to merge 2 commits into
fix/clippy-chunks-exact-as-chunksfrom
fix/large-enum-variant-client

Conversation

@NathanFlurry

Copy link
Copy Markdown
Member
  • Allow the private execution submission enum layout under Rust 1.98 clippy.
  • Avoid boxing the synchronous completion result and its additional allocation.

@the-company-company

Copy link
Copy Markdown

Co · session: Fix agentos main CI (clippy 1.98 + browserbase types)

  • Auto-fix ; feedback on this pull request flows to the session and gets addressed
  • Review ; Co reviews new pushes

@co <ask> hands Co a task · @co mute pauses · @co archive ends the session

@the-company-company the-company-company Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found

Reviewed commit 8fd5bbb.

NathanFlurry added a commit that referenced this pull request Sep 17, 2026
Allow clippy::large_enum_variant on the private ExecutionSubmission enum so
cargo clippy --all-targets -D warnings passes on current stable. Boxing the
completed result would add an allocation on the synchronous completion path.

Refs #1971
@NathanFlurry

Copy link
Copy Markdown
Member Author

Superseded by #1979.

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