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

Minor gimli cleanup #666

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

CraftSpider
Copy link
Contributor

Noticed while considering backtrace_in_libstd, figured it was worth making it more clear which imports needed std, and removing some pointless casting and such.

Comment on lines +352 to +353
path.push(char::from_digit((build_id[0] >> 4) as u32, 16)?);
path.push(char::from_digit((build_id[0] & 0xf) as u32, 16)?);
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, this is significantly noisier in practice... I think I'd prefer to keep fn hex.

@workingjubilee
Copy link
Member

This will conflict with #662 and was conflicted by #649

@CraftSpider
Copy link
Contributor Author

I'll fix conflict when I have a moment. Sorry for not updating yet - doing real life stuff over the weekend.

@workingjubilee
Copy link
Member

workingjubilee commented Sep 8, 2024

that's fine! I actually was speaking up because I would recommend you not update this until after #662 lands...

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

Successfully merging this pull request may close these issues.

2 participants