Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fixes for debug formatting#22

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Manishearth merged 1 commit intounicode-rs:masterfromdcsommer:debug-printing
Aug 14, 2025

Conversation

@dcsommer
Copy link
Contributor

  • Debug now prints full values for the internal representation, which is more helpful when combined with a hex or binary debug printing mode.
  • Display now properly renders all the scripts with " + " separators.

@Manishearth
Copy link
Member

I'm opposed to retargeting the Debug impl. Most of the time someone using this crate cares will need one so they can slap derive(Debug) on a struct containing it, and as such clients of this crate should never have to care about the internal implementation. A debug impl that exposes the internal bitfields is primarily useful for people working on this crate itself, which is not a great tradeoff: if I'm working on this crete I can always temporarily tweak its Debug impl if I need.

`Debug` and `Display` now properly print all the scripts with " + " seperators.
@dcsommer
Copy link
ContributorAuthor

Fair enough. Limited the PR to bug fix for+ separators in Debug/Display.

@ManishearthManishearth merged commita5f747b intounicode-rs:masterAug 14, 2025
3 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ManishearthManishearthManishearth approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@dcsommer@Manishearth

[8]ページ先頭

©2009-2025 Movatter.jp