Skip to content
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

edns0 cleanups #1595

Merged
merged 1 commit into from
Aug 21, 2024
Merged

edns0 cleanups #1595

merged 1 commit into from
Aug 21, 2024

Conversation

miekg
Copy link
Owner

@miekg miekg commented Aug 14, 2024

Mostly trickered by:

-               return &EDNS0_ESU{Code: EDNS0ESU}
+               return new(EDNS0_ESU)

dont see why this 'case' needs to be different than all the others. Some various textual changes for the test.

Thanks for you pull request, do note the following:

  • If your PR introduces backward incompatible changes it will very likely not be merged.

  • We support the last two major Go versions, if your PR uses features from a too new Go version, it
    will not be merged.

Mostly trickered by:

~~~
-               return &EDNS0_ESU{Code: EDNS0ESU}
+               return new(EDNS0_ESU)
~~~

dont see why this 'case' needs to be different than all the others. Some
various textual changes for the test.

Signed-off-by: Miek Gieben <[email protected]>
@miekg miekg requested a review from tmthrgd as a code owner August 14, 2024 05:21
@miekg miekg merged commit 794abd7 into master Aug 21, 2024
6 checks passed
@miekg miekg deleted the miek/edns0-clean branch August 21, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant