-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Use iterators in a for-range loop #8871
base: main
Are you sure you want to change the base?
Use iterators in a for-range loop #8871
Conversation
fbbca34
to
425cc8b
Compare
/retest |
425cc8b
to
89a60c1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8871 +/- ##
==========================================
- Coverage 47.09% 47.07% -0.02%
==========================================
Files 154 154
Lines 22138 22131 -7
==========================================
- Hits 10425 10418 -7
+ Misses 10644 10643 -1
- Partials 1069 1070 +1 |
/retest |
89a60c1
to
e8572b5
Compare
/approve LGTM, thanks! |
/retest |
/test ci-e2e-evented-pleg |
/retest |
e8572b5
to
128ad4a
Compare
824de8f
to
77fe325
Compare
It looks like your branch is not up-to-date. Could you rebase on top of the main branch? This PR should include only one commit. |
77fe325
to
ef77a18
Compare
6ad5325
to
c956013
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, roman-kiselenko 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 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, roman-kiselenko 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 |
327aaa2
to
2094dc6
Compare
Signed-off-by: roman-kiselenko <[email protected]>
2094dc6
to
a9e7d29
Compare
/retest |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Improve
sync.Map
iterators with an implicit callWhich issue(s) this PR fixes:
None
Special notes for your reviewer:
Does this PR introduce a user-facing change?
None