-
Notifications
You must be signed in to change notification settings - Fork 2k
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
structs: Fix job canonicalization for array type fields #20522
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @myszon, thanks for the contribution! I think it makes sense. Like you mention in #20497 it's a bit of an edge case, but a bug nonetheless and we appreciate the fix.
I only had some minor wording comments, feel free to accept or reject them. Could you add a changelog entry, though? A textfile inside the .changelog
directory with the PR number as the filename and a short description of the fix, have a look at an example. Body of the changelog can be something like:
structs: Fixed job canonicalization for array type fields
and you can also use the make cl
command to generate the file. Thanks again!
…sks copying returns a value which is equivalent to the canonicalized one.
Co-authored-by: Piotr Kazmierczak <[email protected]>
5dfae32
to
8c2400e
Compare
Thanks for the comments, accepted suggestions and added the changelog entry. |
Fixes #20497