JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
86 stars 51 forks source link

TimeZones.build(): request static thread scheduler. #375

Closed fredrikekre closed 2 years ago

fredrikekre commented 2 years ago

Fixes build errors on Julia >= 1.8 where the default scheduler has changed from :static to :dynamic. :static is supported since Julia 1.5.

omus commented 2 years ago

Dependencies are having trouble with the nightly. Will take a deeper look before deciding on a course of action

omus commented 2 years ago

I couldn't reproduce the RecipesBase failure locally so I just restarted the CI. If this continues I may temporarily disable fail-fast or nightly tests

codecov-commenter commented 2 years ago

Codecov Report

Merging #375 (663def1) into master (e8d402c) will increase coverage by 0.19%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #375      +/-   ##
==========================================
+ Coverage   93.89%   94.09%   +0.19%     
==========================================
  Files          30       30              
  Lines        1540     1540              
==========================================
+ Hits         1446     1449       +3     
+ Misses         94       91       -3     
Impacted Files Coverage Δ
src/tzdata/compile.jl 95.43% <100.00%> (ø)
src/types/timezone.jl 97.14% <0.00%> (+2.85%) :arrow_up:
src/tzdata/timeoffset.jl 100.00% <0.00%> (+5.71%) :arrow_up:

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 e8d402c...663def1. Read the comment docs.