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

lookup localhost ip in precompile bind #237

Merged
merged 1 commit into from
May 28, 2024

Conversation

minrk
Copy link
Contributor

@minrk minrk commented May 28, 2024

not all versions of libzmq support binding to a hostname

this shouldn't change the assumption that lookup of localhost will work, since the bind to localhost that was there before relies on libzmq making the same getaddrinfo call

this fixes precompile of ZMQ.jl on Julia < 1.6

closes #236

not all versions of libzmq support binding to a hostname
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.63%. Comparing base (bae8c69) to head (e98bc8d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #237      +/-   ##
==========================================
+ Coverage   78.57%   78.63%   +0.05%     
==========================================
  Files           9        9              
  Lines         364      365       +1     
==========================================
+ Hits          286      287       +1     
  Misses         78       78              

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

Copy link
Member

@JamesWrigley JamesWrigley left a comment

Choose a reason for hiding this comment

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

LGTM!

@JamesWrigley JamesWrigley merged commit 91a304c into JuliaInterop:master May 28, 2024
6 checks passed
@minrk minrk deleted the precompile-bind branch May 28, 2024 09:28
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.

precompile fails with Julia < 1.6
3 participants