-
Notifications
You must be signed in to change notification settings - Fork 54
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
io.slotparse, io.slotformat fail on v0.6-dev #44
Comments
Thanks for reporting the issue. As part of JuliaLang/julia#19545 the internals of the DateTime parsing and formatting changed. I have some work to do before TimeZones.jl will be functional on 0.6 but I could push out a version without formatting and parsing in the mean time if need be. |
If that would be much work and not move this forward for 0.6 then, don't. |
I've been actively working on this. Basically the hold up with Julia 0.6 is that the fast parsing code no longer supports extending DateFormat. I've made a PR which addresses this in base Julia. |
It looks like the i686 build just ran out of time and did not run into difficulty. |
TimeZones now works with the latest Julia nightly build. |
I got the new nightly. did Pkg.rm("TimeZones") twice, then ...WARNING: could not import Dates.slotparse into TimeZones |
New tagged version isn't available yet. You should be able to get things working with |
got it working now -- thank you for the attention and effort
…On Fri, Mar 17, 2017 at 5:26 PM, Curtis Vogt ***@***.***> wrote:
New tagged version <JuliaLang/METADATA.jl#8378>
isn't available yet. You should be able to get things working with
Pkg.checkout("TimeZones").
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABmqxqaEmx8gd1UzYZmY3Rp7ORp-lJtjks5rmvqigaJpZM4MGv0t>
.
|
ERROR: LoadError: LoadError: TypeError: Type{...} expression: expected UnionAll, got Type{Slot}
Stacktrace:
[1] include_from_node1(::String) at ./loading.jl:539
[2] include(::String) at ./sysimg.jl:14
[3] include_from_node1(::String) at ./loading.jl:539
[4] eval(::Module, ::Any) at ./boot.jl:235
[5] require(::Symbol) at ./loading.jl:453
while loading /home/jas/.julia/v0.6/TimeZones/src/io.jl, in expression starting on line 61
while loading /home/jas/.julia/v0.6/TimeZones/src/TimeZones.jl, in expression starting on line 51
The text was updated successfully, but these errors were encountered: