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

Using .dlext directly from Libdl rather than Base.Libc #142

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

mipals
Copy link

@mipals mipals commented Dec 11, 2024

This line broke for me when using ClarabelRs on Julia 1.11.

In previous releases of Julia it seems at you could dlext from Base.Libc.dlext, but this seems to not be the case on 1.11 (at least on macOS). Since Libdl is loaded here one can instead get dlext from Libdl.dlext.

This line broke for me when using ClarabelRs on Julia 1.11.

In previous releases of Julia it seems at you could dlext from Base.Libc.dlext, but that is not the case on 1.11 (at least on macOS). Since Libdl is loaded here one can instead get dlext from Libdl.dlext.
@CLAassistant
Copy link

CLAassistant commented Dec 11, 2024

CLA assistant check
All committers have signed the CLA.

@goulart-paul goulart-paul changed the base branch from main to develop January 6, 2025 18:19
@goulart-paul goulart-paul merged commit 5cf3c76 into oxfordcontrol:develop Jan 6, 2025
3 of 9 checks passed
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.12%. Comparing base (7036899) to head (88ecc1d).
Report is 6 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #142      +/-   ##
===========================================
- Coverage    88.14%   88.12%   -0.02%     
===========================================
  Files           77       77              
  Lines         6189     6189              
===========================================
- Hits          5455     5454       -1     
- Misses         734      735       +1     

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

goulart-paul pushed a commit that referenced this pull request Jan 6, 2025
This line broke for me when using ClarabelRs on Julia 1.11.

In previous releases of Julia it seems at you could dlext from Base.Libc.dlext, but that is not the case on 1.11 (at least on macOS). Since Libdl is loaded here one can instead get dlext from Libdl.dlext.
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.

3 participants