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

std.meta.eql: use == directly when comparing packed structs #21982

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

Conversation

Fri3dNstuff
Copy link
Contributor

Implementation of std.meta.eql updated to reflect the changes made by #21678. This is a breaking change as floats contained within packed structs are now compared bitwise (this might be a reason to reject this pull request).

@Atomk
Copy link
Contributor

Atomk commented Nov 13, 2024

Nitpicking on the comment, as a a non-native speaker I find "on a field-by-field basis" easier to understand than "field-wise". You are also missing a space before the last sentence (might be a good time for a tiny correction since only 2/10 CI runs finished)

@Fri3dNstuff
Copy link
Contributor Author

@Atomk, I agree with the criticism, I changed the doc comment :)

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.

2 participants