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

glib: Implement various traits on GStr manually #921

Merged
merged 1 commit into from Jan 23, 2023

Conversation

sdroege
Copy link
Member

@sdroege sdroege commented Jan 23, 2023

Deriving the impls would consider the trailing NUL-terminator but this is inconsistent with the other trait impls that don't consider it.

Also the Debug impl is now just printing the string.

Deriving the impls would consider the trailing NUL-terminator but this
is inconsistent with the other trait impls that don't consider it.

Also the `Debug` impl is now just printing the string.
@sdroege sdroege added this to the 0.17.0 milestone Jan 23, 2023
@sdroege sdroege merged commit 66237a7 into gtk-rs:master Jan 23, 2023
@sdroege sdroege deleted the gstr-manual-trait-impls branch January 23, 2023 15:14
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

Successfully merging this pull request may close these issues.

None yet

2 participants