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

#[derive(Debug)] not sprinkled all over #839

Closed
ksf opened this issue Oct 10, 2016 · 3 comments
Closed

#[derive(Debug)] not sprinkled all over #839

ksf opened this issue Oct 10, 2016 · 3 comments

Comments

@ksf
Copy link

ksf commented Oct 10, 2016

Pretty much title. The lack of Debug impls for even transparent plain old data makes print!-debugging or even just poking to gain insight rather awkward, to put it mildly.

@mitchmindtree
Copy link
Contributor

Feel free to add the impl where you find it necessary and submit a PR 👍

Compilation already takes a long time, I normally hold off on arbitrarily adding impls like this until someone comes across a specific need for them, as you have.

@azriel91
Copy link

azriel91 commented Mar 17, 2017

Turns out I need this for Ui, and long story short, we need the following repositories/crates to be updated and released in order:

The builds for the PRs need to be rerun after the previous PR has been merged and the crate released.

@shanehandley
Copy link
Contributor

I'll assume that with #961 closed via #1234 , this can be closed.

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

No branches or pull requests

4 participants