Skip to content

Make remainders of LatestAtResults tag-aware#10005

Merged
Wumpf merged 9 commits into
mainfrom
grtlr/tagged-latest-at
May 20, 2025
Merged

Make remainders of LatestAtResults tag-aware#10005
Wumpf merged 9 commits into
mainfrom
grtlr/tagged-latest-at

Conversation

@grtlr

@grtlr grtlr commented May 19, 2025

Copy link
Copy Markdown
Member

Related

What

Title and commit history.

@grtlr grtlr added the exclude from changelog PRs with this won't show up in CHANGELOG.md label May 19, 2025
@grtlr grtlr mentioned this pull request May 19, 2025
28 tasks
@github-actions

github-actions Bot commented May 19, 2025

Copy link
Copy Markdown
Contributor

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

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

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

@grtlr grtlr force-pushed the grtlr/tagged-latest-at branch from ac0e345 to cea2aac Compare May 20, 2025 05:52
@grtlr grtlr marked this pull request as ready for review May 20, 2025 05:52
@grtlr grtlr requested a review from Wumpf May 20, 2025 07:07

@Wumpf Wumpf left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

love it when a huge refactor starts running out of fuel :)

})
}

// TODO(#6889): Is this our tagged component endgame?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

😄

// The order of the components here is important, and checked by `debug_assert_transform_field_order`
if let Some(translation) =
results.component_mono_with_log_level::<components::Translation3D>(mono_log_level)
results.component_mono_with_log_level_by_name::<components::Translation3D>(mono_log_level)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

on it 🫡

)
.component_batch::<blueprint_components::VisualizerOverride>()
.component_batch::<blueprint_components::VisualizerOverride>(
&blueprint_archetypes::VisualizerOverrides::descriptor_ranges(),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

sidenote, not so much related to the particular change: Have we any test that VisualizerOverrides (from python) still works? 🤔
Sounds like a thing that could easily break during this whole effort

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

left note in tagged component issue

@Wumpf Wumpf merged commit 97b23ba into main May 20, 2025
38 checks passed
@Wumpf Wumpf deleted the grtlr/tagged-latest-at branch May 20, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exclude from changelog PRs with this won't show up in CHANGELOG.md

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants