Closed palday closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
063615b
) 68.46% compared to head (b32d892
) 68.46%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
this is the same as https://github.com/JuliaOpt/NLopt.jl/pull/206 fyi
Looking at the comments in #206, I saw that there were some thoughts on the impact of a non-const global. I think that issue existed even before now, but we can add a type-annotation to the global (all Julia versions which support extensions also support type annotations on globals), which will reduce some of the impact there.
are you going to merge and release a new version?
Thanks for the reminder: https://github.com/JuliaRegistries/General/pull/98576
@stevengj Just FYI, looks like the the new release version got hung up and won't be released automatically.
potentially fixes #210