-
Notifications
You must be signed in to change notification settings - Fork 970
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
Remove init variable in Reclaimable and Preemptable parts of session_plugins #3551
Remove init variable in Reclaimable and Preemptable parts of session_plugins #3551
Conversation
/assign @lowang-bh |
How about use |
@lowang-bh @googs1025 |
Hello Guys, Could You comment? If changes are too small and unimportant, just let me know, I will close this. And thank You for the previous reaponses! |
/lgtm |
Thank You @Monokaix . And sorry for stupid question, but what should I do next? |
Just wait for other approver to be reviewed and merged. 👍 |
@hudson741 @k82cn @googs1025 |
Please rebase and squash to one commit: ) |
5620404
to
798957d
Compare
/assign @Monokaix |
You can just keep your own commit and remove |
…on_plugin. Signed-off-by: Piotr Ignatowski <[email protected]>
50645c4
to
7976b63
Compare
Sorry, I was using a button in the PR UI to merge master branch, it's not the best idea. But now branch is rebased from master, my commit is on the tip. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Monokaix The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
Hello,
it's a really small - so called - refactor. I've just changed values of init variable which shows if this is the first iteration of Reclaimable/Preemptable. In my opinion this if:
is more readable than:
It's like a double negation.