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

re_query::Caches -> re_query::QueryCache #7915

Merged
merged 4 commits into from
Oct 28, 2024
Merged

Conversation

teh-cmc
Copy link
Member

@teh-cmc teh-cmc commented Oct 28, 2024

@teh-cmc teh-cmc added 🦀 Rust API Rust logging API 🚜 refactor Change the code, not the functionality include in changelog labels Oct 28, 2024
Copy link

github-actions bot commented Oct 28, 2024

Deployed docs

Commit Link
b980cfd https://landing-kv2tyrcoi-rerun.vercel.app/docs

@@ -20,7 +20,7 @@ pub use self::external::re_log_types::{
EntityPath, EntityPathFilter, ResolvedTimeRange, TimeInt, Timeline,
};
#[doc(no_inline)]
pub use self::external::re_query::Caches as QueryCache;
pub use self::external::re_query::QueryCache;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this won't even affect the only really public API where this was used as we anticipated the change.

@teh-cmc teh-cmc merged commit e103143 into main Oct 28, 2024
34 of 35 checks passed
@teh-cmc teh-cmc deleted the cmc/query_cache_naming branch October 28, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
include in changelog 🚜 refactor Change the code, not the functionality 🦀 Rust API Rust logging API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename re_query::Caches -> re_query::QueryCache
2 participants