We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Points2D
Generate serialization and deserialization Rust code for all things that make up a Points2D, effectively dropping arrow2_convert entirely.
arrow2_convert
This requires adding roundtrip serialization tests too.
The text was updated successfully, but these errors were encountered:
End-to-end cross-language roundtrip tests for our archetypes (#2601)
4360deb
With this PR, the CI will now compare the results of logging our archetypes across all of our SDKs. You can run it locally with: ``` ./scripts/ci/run_e2e_roundtrip_tests.py --no-build ``` E.g.: ![image](https://github.com/rerun-io/rerun/assets/2910679/38f1541e-20ef-4ebd-8d55-ee6215fefd3c) Requires #2597 Fixes #2383 Fixes #2384 Fixes #2386 --- ### 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 [demo.rerun.io](https://demo.rerun.io/pr/2601) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/2601) - [Docs preview](https://rerun.io/preview/pr%3Acmc%2Fend_to_end_roundtrips_ci/docs) - [Examples preview](https://rerun.io/preview/pr%3Acmc%2Fend_to_end_roundtrips_ci/examples)
6cb2c68
teh-cmc
Successfully merging a pull request may close this issue.
Generate serialization and deserialization Rust code for all things that make up a
Points2D
, effectively droppingarrow2_convert
entirely.This requires adding roundtrip serialization tests too.
The text was updated successfully, but these errors were encountered: