Skip to content

Conversation

@omus
Copy link
Member

@omus omus commented Jan 7, 2019

As I work towards parsing both standard time zones and legacy time zones I need a nice way of containing the intermediate representation of the tz source files. The TZSource structure allows me to do this by having a Julia representation of the tz source files in a single struct. Additionally, part of this work required me to solve an issue where tz links can reference time zone names in other tz source files. This intermediate representation is also helpful in that scenario.

@omus omus requested review from ararslan and iamed2 January 7, 2019 18:02
@codecov-io
Copy link

codecov-io commented Jan 7, 2019

Codecov Report

Merging #172 into master will decrease coverage by 0.02%.
The diff coverage is 96.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
- Coverage   91.85%   91.82%   -0.03%     
==========================================
  Files          25       25              
  Lines         982     1003      +21     
==========================================
+ Hits          902      921      +19     
- Misses         80       82       +2
Impacted Files Coverage Δ
src/types.jl 93.25% <100%> (+0.31%) ⬆️
src/tzdata/compile.jl 92.36% <96.66%> (-0.31%) ⬇️

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 3b4555d...6d60f44. Read the comment docs.

@omus omus merged commit a96ba55 into master Jan 7, 2019
@omus omus deleted the cv/tzsource branch January 7, 2019 21:28
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.

5 participants