JuliaSmoothOptimizers / HSL.jl

Julia interface to the HSL Mathematical Software Library
Other
45 stars 16 forks source link

Remove all ccall in src/hsl_ma97.jl #183

Closed amontoison closed 1 year ago

amontoison commented 1 year ago

I found a few errors in our Ma97_info and Ma97_control structures. I removed them to use the structures generated by Clang.jl. I also replaced all ccall by Julia wrappers.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.01 :warning:

Comparison is base (b4c1ca7) 0.16% compared to head (c2dc078) 0.16%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #183 +/- ## ======================================== - Coverage 0.16% 0.16% -0.01% ======================================== Files 120 120 Lines 4810 4814 +4 ======================================== Hits 8 8 - Misses 4802 4806 +4 ``` | [Impacted Files](https://app.codecov.io/gh/JuliaSmoothOptimizers/HSL.jl/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers) | Coverage Δ | | |---|---|---| | [src/hsl\_ma97.jl](https://app.codecov.io/gh/JuliaSmoothOptimizers/HSL.jl/pull/183?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL2hzbF9tYTk3Lmps) | `0.00% <0.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.