-
Notifications
You must be signed in to change notification settings - Fork 28
[Coding Guideline]: Ensure reads of union fields produce valid values #300
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
base: main
Are you sure you want to change the base?
[Coding Guideline]: Ensure reads of union fields produce valid values #300
Conversation
✅ Deploy Preview for scrc-coding-guidelines ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
9dc2bcd to
ea2dcf2
Compare
|
@PLeVasseur @felix91gr I did a final cleanup and this rule LGTM. Please review & approve |
iglesias
left a comment
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.
I left a couple of comments. Otherwise it was all clear. One is a question about a line I wasn't sure about and the other just a typo fix suggestion.
src/coding-guidelines/types-and-traits/gui_UnionFieldValidity.rst.inc
Outdated
Show resolved
Hide resolved
src/coding-guidelines/types-and-traits/gui_UnionFieldValidity.rst.inc
Outdated
Show resolved
Hide resolved
Alright, it goes into the queue. |
src/coding-guidelines/types-and-traits/gui_UnionFieldValidity.rst.inc
Outdated
Show resolved
Hide resolved
Hey @felix91gr -- did you take a look at this one yet? I'd like it to be reviewed before we queue it up (I'll try to make time to review some of @rcseacord's latest ones tomorrow, this included, if it's not been reviewed by you yet) |
@PLeVasseur ah, sorry! I forgot we have a Merge Queue as well. I meant it as my own task queue, my bad. I haven't reviewed it yet |
PLeVasseur
left a comment
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 thanks for pulling this together @manhatsu and @rcseacord
Given that adding the bibliography bit touches quite a few other things, I'd suggest backing that out of this PR if you'd like the guideline to be reviewed on its merits and merged sooner than later.
I've opened issue #306 to track the work towards the work for a bibliography.
src/coding-guidelines/types-and-traits/gui_UnionFieldValidity.rst.inc
Outdated
Show resolved
Hide resolved
added new guideline on unions
repaired bibliography
delete unused citations
fixing up bibliography
interim save
cleaned up
…rst.inc Co-authored-by: Fernando José <fernando.iglesiasg@gmail.com>
0431525 to
696e633
Compare
|
There is a duplication of URL in these two documents: |
Yeah, you're right. I didn't have this implemented correctly. Duplicate URLs should be fine, what I wanted to have was for the same URL to force consistent referencing to be used. I've pushed #335 which should fix this. Please take a look at the following and rebase: |
Added new guideline on unions by @rcseacord.
This is the same content as #270 but moved to the feature branch.