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

Implement debug for collection types #564

Closed
austinabell opened this issue Sep 9, 2021 · 0 comments · Fixed by #647
Closed

Implement debug for collection types #564

austinabell opened this issue Sep 9, 2021 · 0 comments · Fixed by #647
Assignees
Labels
good first issue Good for newcomers

Comments

@austinabell
Copy link
Contributor

austinabell commented Sep 9, 2021

UnorderedMap, UnorderedSet, LookupMap, LookupSet, TreeMap (everything but Vector) do not have a debug implementation when they could. The info from debug wouldn't be that useful, so could even just omit most data from debug with a custom implementation, but is a benefit when developing to have this.

Also store::LazyOption debug can be added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants