-
Notifications
You must be signed in to change notification settings - Fork 116
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 mergo for syscall merge #1587
Conversation
cf0bcf4
to
d19b9b2
Compare
The merging itself is not that intelligent any more, but we preserve possible args and error return values. It also makes the merge more simple, while we still sort the syscall names and actions. Signed-off-by: Sascha Grunert <[email protected]>
d19b9b2
to
7bd8416
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1587 +/- ##
==========================================
- Coverage 48.97% 48.81% -0.17%
==========================================
Files 69 69
Lines 6748 6744 -4
==========================================
- Hits 3305 3292 -13
- Misses 3318 3324 +6
- Partials 125 128 +3 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ccojocar, saschagrunert 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 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
The merging itself is not that intelligent any more, but we preserve possible args and error return values. It also makes the merge more simple, while we still sort the syscall names and actions.
Which issue(s) this PR fixes:
None
Does this PR have test?
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?