GSL.jl icon indicating copy to clipboard operation
GSL.jl copied to clipboard

ci: test with [1.3, lts, 1]

Open inkydragon opened this issue 1 year ago • 3 comments

  • test with [1.3, lts, 1] compat require julia >= v1.3 https://github.com/JuliaMath/GSL.jl/blob/ee433846fee5a2b6402696e822750bf917f6eabf/Project.toml#L15
  • test with macos-13-x64 and macos-latest-aarch64
  • fix julia compat with < v1.5

inkydragon avatar Dec 14 '24 03:12 inkydragon

empty intersection between [email protected] and project compatibility 1.3.0-1

At the moment we can't upgrade stdlib on its own, so perhaps just limiting the version of julia would be enough.

https://discourse.julialang.org/t/compat-bounds-for-stdlib-and-empty-intersection-issue-on-ci/105898

inkydragon avatar Dec 14 '24 03:12 inkydragon

Seems to need a compact upgrade

ERROR: LoadError: LoadError: UndefVarError: ismutable not defined

https://github.com/JuliaMath/GSL.jl/blob/ee433846fee5a2b6402696e822750bf917f6eabf/src/manual_wrappers.jl#L38

help?> ismutable
search: ismutable isimmutable iswritable ismutabletype isexecutable isreadable showable displayable Base.ImmutableDict

  ismutable(v) -> Bool

...

  │ Julia 1.5
  │
  │  This function requires at least Julia 1.5.

inkydragon avatar Dec 14 '24 04:12 inkydragon

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 6.93%. Comparing base (ee43384) to head (6211ee2). :warning: Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##           master    #143      +/-   ##
=========================================
+ Coverage    6.87%   6.93%   +0.05%     
=========================================
  Files         189     189              
  Lines        9930    9936       +6     
=========================================
+ Hits          683     689       +6     
  Misses       9247    9247              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Dec 14 '24 06:12 codecov[bot]