JuliaLang / PackageCompiler.jl

Compile your Julia Package
https://julialang.github.io/PackageCompiler.jl/dev/
MIT License
1.4k stars 186 forks source link

Warn about potentially incompatible compiler #886

Open sloede opened 9 months ago

sloede commented 9 months ago

Does not really provide a solution to https://github.com/JuliaLang/PackageCompiler.jl/issues/738, but at least helps users understand what they can do about it.

codecov[bot] commented 8 months ago

Codecov Report

Merging #886 (5c7d27c) into master (466aec3) will decrease coverage by 0.25%. The diff coverage is 73.68%.

@@            Coverage Diff             @@
##           master     #886      +/-   ##
==========================================
- Coverage   84.26%   84.02%   -0.25%     
==========================================
  Files           3        3              
  Lines         801      820      +19     
==========================================
+ Hits          675      689      +14     
- Misses        126      131       +5     
Files Coverage Δ
src/PackageCompiler.jl 92.04% <73.68%> (-0.53%) :arrow_down: