Skip to content
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

Time panel now always talks about "events" instead of "messages" #2247

Merged
merged 2 commits into from
May 29, 2023

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented May 29, 2023

Tiny follow-up to #2233

Under the hood this is nuanced and we don't always get the names right: An Event is a set of component changes for a single given entity at a single given timepoint. A Message on the other hand is something we send from api to store and may contain many of these Events and potentially other things.

That said, I didn't find other occurrences where this is clearly labeled incorrectly, but there gotta be more!

What

Checklist

PR Build Summary: https://build.rerun.io/pr/2247

Under the hood this is nuanced and we don't always get the names right: An Event is a set of component changes for a single given entity at a single given timepoint. A Message on the other hand is something we send from api to store and may contain many of these Events and potentially other things.
@Wumpf Wumpf added the 📺 re_viewer affects re_viewer itself label May 29, 2023
@Wumpf Wumpf merged commit ee32067 into main May 29, 2023
@Wumpf Wumpf deleted the andreas/timepanel-events-naming branch May 29, 2023 11:27
emilk pushed a commit that referenced this pull request Jun 15, 2023
Tiny follow-up to #2233

Under the hood this is nuanced and we don't always get the names right:
An Event is a set of component changes for a single given entity at a
single given timepoint. A Message on the other hand is something we send
from api to store and may contain many of these Events and potentially
other things.

That said, I didn't find other occurrences where this is clearly labeled
incorrectly, but there gotta be more!

### What

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)

<!-- This line will get updated when the PR build summary job finishes.
-->
PR Build Summary: https://build.rerun.io/pr/2247
This was referenced Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📺 re_viewer affects re_viewer itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants