rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
7k stars 349 forks source link

Implement checklist for blueprint imports #8012

Closed teh-cmc closed 3 weeks ago

teh-cmc commented 3 weeks ago

This adds a check to the release checklist that makes sure that using log_file with an external blueprint does the right thing.

The external blueprint import path is A) by far one of the most complex data-loading path that we support and B) one of the most important too (we're shipping a whole guide in 0.20 about how to use this in order to use blueprints in any language). So make sure it works.