JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
85 stars 54 forks source link

Apply `@artifact_str` fix to Julia 1.3.2-pre.0 #290

Closed omus closed 4 years ago

omus commented 4 years ago

Allows people who build from source on the release-1.3 branch to be able to use TimeZones.jl. I also adjusted the lower bound which now includes the first version with the bad @artifact_str version (Julia commit 5e0653407f).

I'm still assuming a release of 1.3.2 would have a fixed Pkg (most likely that will never occur).

codecov-commenter commented 4 years ago

Codecov Report

Merging #290 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #290   +/-   ##
=======================================
  Coverage   93.53%   93.53%           
=======================================
  Files          31       31           
  Lines        1532     1532           
=======================================
  Hits         1433     1433           
  Misses         99       99           
Impacted Files Coverage Δ
src/compat.jl 75.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update af8797c...e3766ba. Read the comment docs.

omus commented 4 years ago

Tested locally with the commit before 5e0653407f and v"1.3.2-pre.0" and both build successfully