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

Fix Rust's TimeColumn::new_seconds/new_nanos creating sequence timelines #7402

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Sep 11, 2024

What

Ran into this bug in the comparison test of an new upcoming snippet.

Considered added dedicated unit testing, but not entirely clear to me how to go about it without putting in too much effort 🤔 Luckily this will be in part covered by aforementioned snippet.

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
  • If applicable, add a new check to the release checklist!
  • If have noted any breaking changes to the log API in CHANGELOG.md and the migration guide

To run all checks from main, comment on the PR with @rerun-bot full-check.

@emilk emilk merged commit 8d21e34 into main Sep 12, 2024
33 of 36 checks passed
@emilk emilk deleted the andreas/fix-timecolumn-rust branch September 12, 2024 07:35
Wumpf added a commit that referenced this pull request Sep 13, 2024
### What

* Part of #7368 
* Based on:
   * #7401
   * #7402

A bit of a first: I'm referencing the same examples on both the
`AssetVideo` and the `VideoFrameReference` archetype, seems to make
sense :)


![screenshot](https://static.rerun.io/video_manual_frames/320a44e1e06b8b3a3161ecbbeae3e04d1ccb9589/1200w.png)


### 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)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using examples from latest `main` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/7403?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/7403?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!
* [x] If have noted any breaking changes to the log API in
`CHANGELOG.md` and the migration guide
* [x] green main build

- [PR Build Summary](https://build.rerun.io/pr/7403)
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)

To run all checks from `main`, comment on the PR with `@rerun-bot
full-check`.
@emilk emilk changed the title Fix Rust's TimeColumn::new_seconds/new_nanos creating sequence timelines Fix Rust's TimeColumn::new_seconds/new_nanos creating sequence timelines Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working include in changelog 🦀 Rust API Rust logging API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants