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

Fix compilation errors when socket-dns is enabled but socket-udp isn't #1041

Merged
merged 1 commit into from
Feb 9, 2025

Conversation

scootermon
Copy link
Contributor

Fixes: #1040

I added a test case that would've caught this specific issue, but it likely won't catch any issues in the future. Since I couldn't come up with a better method of testing it more generally, I just left it at that.

Copy link

codecov bot commented Feb 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.84%. Comparing base (3e3afb6) to head (c52cd4d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1041   +/-   ##
=======================================
  Coverage   80.84%   80.84%           
=======================================
  Files          81       81           
  Lines       28485    28485           
=======================================
  Hits        23029    23029           
  Misses       5456     5456           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@whitequark whitequark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@whitequark whitequark added this pull request to the merge queue Feb 9, 2025
Merged via the queue into smoltcp-rs:main with commit 2e9a30a Feb 9, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Compilation errors when socket-dns is enabled but socket-udp isn't
2 participants