Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix return type of
entity_path!()
and entity_path_vec!()
on empty…
… input. (#3734) ### What Previously, * `entity_path!()` would return a `Vec` instead of an `EntityPath`. * `entity_path_vec!()` would return a `Vec` of unknown element type. Now `entity_path_vec!` always returns a typed vector and `entity_path!` makes use of `entity_path_vec!`. ### 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/3734) (if applicable) * [X] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/3734) - [Docs preview](https://rerun.io/preview/2c7e66c0c6c8277fd4e83de1efb3f61852a7ccba/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/2c7e66c0c6c8277fd4e83de1efb3f61852a7ccba/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
- Loading branch information