Skip to content

Rename ComponentDescriptor::new to ComponentDescriptor::partial #10071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

grtlr
Copy link
Contributor

@grtlr grtlr commented May 23, 2025

Related

What

Title. Also adds a deprecation note.

Copy link

github-actions bot commented May 23, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
c1f02bb https://rerun.io/viewer/pr/10071 +nightly +main

Note: This comment is updated whenever you push a commit.

@Wumpf Wumpf self-requested a review May 26, 2025 07:04
Copy link
Member

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

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

👍

@@ -151,7 +151,7 @@ impl FromIterator<(ComponentName, ArrowListArray)> for ChunkComponents {
fn from_iter<T: IntoIterator<Item = (ComponentName, ArrowListArray)>>(iter: T) -> Self {
Copy link
Member

Choose a reason for hiding this comment

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

Do we still use this iterator? Looks like we really shouldn't, please remove or add to list of things to remove for tagged components

@grtlr
Copy link
Contributor Author

grtlr commented May 26, 2025

Thanks! Will merge after we have the new AnyValues in Rust to keep the diffs small (a lot of use of ComponentDescriptor::new comes from the any value snippets).

@grtlr
Copy link
Contributor Author

grtlr commented Jun 4, 2025

Superseded by #10082.

@grtlr grtlr closed this Jun 4, 2025
@Wumpf Wumpf deleted the grtlr/partial-descriptor branch June 4, 2025 12:28
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