-
Notifications
You must be signed in to change notification settings - Fork 433
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
Emit dns servers in DHCPv4 repr. Fixes #504 #505
Conversation
ok, no alloc, right, let me fix that |
@Dirbaio I have a question re source formatting, it is a bit of a pain that one can't just do rustfmt. Is that intended? |
all clippy warnings are from code thats already there |
@theli-ua do you mind fixing the clippy warnings while you are in here? Regarding |
manual formatting seem to serves as unnecessary friction and deterrent for potential contributions tbh. I fixed clippy warnings, but really they were all over the place and have nothing to do with the change in this pr |
Hmm, that was a much larger fix than I expected. I only saw a single clippy error from e023164 (though, I realize now you mentioned warnings, not errors). I think you can probably drop that last commit from this PR. |
@crawford I've removed last commit and all checks are passing. Let me know if there is more feedback |
Overall, this seems fine to me (might want to squash the commit history in this PR though), but I’m not a maintainer so I must defer to @Dirbaio. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you!
@Dirbaio what's the current approach for 0.7.x maintenance releases? |
If you want, send a PR against the |
@Dirbaio 0.7.x is the branch it was merged into :D |
Oh! 🤣 Okay, let me release and cherry-pick into master. |
v0.7.5 now out |
@theli-ua next time send PRs to master, we later cherry-pick cherrypickable features back to |
No description provided.