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

Debug scanning of cache #1554

Open
zeylahellyer opened this issue Mar 2, 2022 · 0 comments
Open

Debug scanning of cache #1554

zeylahellyer opened this issue Mar 2, 2022 · 0 comments
Labels
c-cache Affects the cache crate t-feature Addition of a new feature

Comments

@zeylahellyer
Copy link
Member

It may be useful to have some sort of debugger / scanner of the cache to find unresolved references which are indicative of bugs. As a potential part of this implementation, we could find unresolved references of our hashset maps. We keep a map of guild IDs -> hashsets of channel IDs, and this potential debugger could perform a scan to ensure all of these channel IDs map to actual channels.

@zeylahellyer zeylahellyer added t-feature Addition of a new feature c-cache Affects the cache crate labels Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-cache Affects the cache crate t-feature Addition of a new feature
Projects
None yet
Development

No branches or pull requests

1 participant