Skip to content

Commit

Permalink
Remove legacy EntityProperties + a few related cleanups (#6568)
Browse files Browse the repository at this point in the history
### What

* Fixes #5067

See title :)
* Fairly sure that `DataResult` and its generation can be simplified
further, but leaving this as is for the moment
* removal of serde types is handled in this follow-up #6569

### 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/6568?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/6568?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)!

- [PR Build Summary](https://build.rerun.io/pr/6568)
- [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`.
  • Loading branch information
Wumpf authored Jun 14, 2024
1 parent d35e3ab commit d422065
Show file tree
Hide file tree
Showing 54 changed files with 236 additions and 1,508 deletions.
5 changes: 0 additions & 5 deletions crates/re_entity_db/src/blueprint/.gitattributes

This file was deleted.

5 changes: 0 additions & 5 deletions crates/re_entity_db/src/blueprint/components/.gitattributes

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions crates/re_entity_db/src/blueprint/components/mod.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/re_entity_db/src/blueprint/mod.rs

This file was deleted.

82 changes: 0 additions & 82 deletions crates/re_entity_db/src/editable_auto_value.rs

This file was deleted.

Loading

0 comments on commit d422065

Please sign in to comment.