Skip to content

Replace some custom copy functions with #[derive(Clone)].#11487

Open
vorporeal wants to merge 1 commit into
david/extract-cloud-object-persistencefrom
david/replace-custom-copy-functions-with-clone-derive
Open

Replace some custom copy functions with #[derive(Clone)].#11487
vorporeal wants to merge 1 commit into
david/extract-cloud-object-persistencefrom
david/replace-custom-copy-functions-with-clone-derive

Conversation

@vorporeal
Copy link
Copy Markdown
Contributor

@vorporeal vorporeal commented May 21, 2026

Description

Addresses #11113 (comment).

@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented May 21, 2026

@vorporeal

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

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

Overview

This PR replaces a handwritten Clone implementation for ObjectsToUpdate with #[derive(Clone)] and adds Clone to UpdatedObjectInput, preserving the existing deep-clone behavior through the fields' Clone implementations.

Concerns

  • No blocking correctness, security, or spec-alignment concerns found. No approved spec context was provided for this PR.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@vorporeal vorporeal force-pushed the david/replace-custom-copy-functions-with-clone-derive branch from d2ae74c to dafdf0c Compare May 22, 2026 18:51
@vorporeal vorporeal force-pushed the david/extract-cloud-object-persistence branch from 01cd413 to 2ac0201 Compare May 22, 2026 18:51
@vorporeal vorporeal force-pushed the david/replace-custom-copy-functions-with-clone-derive branch from dafdf0c to dcc44e5 Compare May 22, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant