-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix recently introduced PS bugs #2330
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
Conversation
gladcow
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.
utACK
codablock
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.
utACK
nmarley
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.
Looks good, one question inline
| { | ||
| return SerializeHash(*this); | ||
| // Remove after migration to 70211 | ||
| { |
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.
What is the reason for the braces / limiting scope here?
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.
To make it look really annoying so that we wouldn't forget about removing it later :D
nmarley
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.
utACK
* backward compatibility fix for dsq * fix StartNewQueue
Fixes bugs introduced in #1921 and #2259
Note: e3aef41 should be reverted later ( #2318 is a good place for it, will rebase/fix after this one is merged) but I still want to merge these changes here to have some specific commit in
developwith mixing correctly working on 70210 MNs.