-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[release-1.2] 🐛 bugfix function aggregateFromMachinesToKCP #8227
[release-1.2] 🐛 bugfix function aggregateFromMachinesToKCP #8227
Conversation
Thx for cherry-picking! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
LGTM label has been added. Git tree hash: 9be1570c965c6fb050d4e8bc018653a35816c5ad
|
@jackfrancis looks like the linter is not happy. I would suggest to just add a lint ignore. I think we dropped this linter on main already |
@sbueringer what's funny is that the linter appears to be wrong, as those vars are indeed referenced outside the modified if statement (in the case switch above). |
Yeah that's roughly the reason why we dropped the linter :D |
40f951b
to
dce185e
Compare
/lgtm |
LGTM label has been added. Git tree hash: 8339f3f962977f7b367fdd07e3a12e988ec6937e
|
@jackfrancis Was no fun to try to debug this: esimonov/ifshort#23 |
This is a manual cherry-pick of #8132 into release-1.2.
Credit to @wm775825 for the fix!