Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure CUSTOM_REGIONS get compiled #307

Merged
merged 3 commits into from
Nov 18, 2020
Merged

Ensure CUSTOM_REGIONS get compiled #307

merged 3 commits into from
Nov 18, 2020

Conversation

iamed2
Copy link
Member

@iamed2 iamed2 commented Nov 17, 2020

Fix #305

Issue was introduced by 07e3c9e

regions was being redefined without the utc custom region, which cause the later code compiling the time zones to ignore utc as well.

I did a union! rather than concatenating to avoid compiling anything twice.

@codecov-io
Copy link

codecov-io commented Nov 17, 2020

Codecov Report

Merging #307 (e362b96) into master (a7f73ff) will decrease coverage by 0.32%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #307      +/-   ##
==========================================
- Coverage   93.73%   93.41%   -0.33%     
==========================================
  Files          32       32              
  Lines        1532     1518      -14     
==========================================
- Hits         1436     1418      -18     
- Misses         96      100       +4     
Impacted Files Coverage Δ
src/tzdata/build.jl 70.96% <100.00%> (+7.33%) ⬆️
src/tzdata/version.jl 80.00% <0.00%> (-11.43%) ⬇️
src/winzone/WindowsTimeZoneIDs.jl 70.83% <0.00%> (-8.34%) ⬇️
src/tzdata/archive.jl 93.10% <0.00%> (-6.90%) ⬇️
src/io.jl 93.65% <0.00%> (-4.77%) ⬇️

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 a7f73ff...e362b96. Read the comment docs.

@mjram0s
Copy link

mjram0s commented Nov 18, 2020

Some CI jobs failing with

│ [ Info: Extracting 2016j tzdata archive
│ ERROR: LoadError: UndefVarError: artifact_dir not defined

https://travis-ci.com/github/JuliaTime/TimeZones.jl/jobs/441885262#L291

@iamed2 iamed2 merged commit e3ab43d into master Nov 18, 2020
@iamed2 iamed2 deleted the ed/fix-gmt branch November 18, 2020 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parsing a datetime string including "GMT" stopped working in v1.5.0
4 participants