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

Use ShortStrings for names of both Fixed and Variable timezones #330

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oxinabox
Copy link
Contributor

This is made on top of #327
it is based on this comment #324 (comment)

contributes towards #271
but doesn't solve it since VariableTimeZones still have Vector fields,
and the ZonedDateTime isnb't parameteric on it's timezone type.

Tweak comment

tweak comment

do use split with short strings

Julia needs brakets for function application
@codecov-io
Copy link

codecov-io commented Apr 14, 2021

Codecov Report

Merging #330 (d2fdec9) into master (faa208e) will increase coverage by 1.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #330      +/-   ##
==========================================
+ Coverage   92.51%   93.60%   +1.08%     
==========================================
  Files          32       32              
  Lines        1510     1532      +22     
==========================================
+ Hits         1397     1434      +37     
+ Misses        113       98      -15     
Impacted Files Coverage Δ
src/TimeZones.jl 100.00% <ø> (ø)
src/types/variabletimezone.jl 100.00% <ø> (ø)
src/types/fixedtimezone.jl 100.00% <100.00%> (ø)
src/compat.jl 0.00% <0.00%> (-75.00%) ⬇️
src/tzdata/build.jl 63.63% <0.00%> (-4.55%) ⬇️
src/local.jl 88.15% <0.00%> (-0.74%) ⬇️
src/tzdata/archive.jl 100.00% <0.00%> (ø)
src/tzdata/compile.jl 95.50% <0.00%> (+0.32%) ⬆️
src/build.jl 100.00% <0.00%> (+16.66%) ⬆️
... and 1 more

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 faa208e...d2fdec9. Read the comment docs.

Copy link
Member

@omus omus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So much cleaner! I'm feeling good about this. I'll reach out to Scott about getting 32-bit fixed

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.

3 participants