Curtis Vogt

Results 388 comments of Curtis Vogt

Thanks for reporting this. This appears to be a bug with Julia itself. I suspect it may have something to do with copying files across file systems. Can you outline...

> What other details could I provide? Can you run the following code in your container? ```julia using Pkg Pkg.add(PackageSpec(name="TimeZones", rev="cv/build-debug")) using TimeZones TimeZones.build() ``` Also the output from `mount`...

Thanks for the issue. I also agree it is unfortunate that this can catch people by surprise. One way to keep users from being surprised would be to emit a...

Sorry for the slow response. I started a new job and have been focused on that lately. There are a couple functions that may be of use to you here:...

The artifacts used by this package are just the tzdata archives provided by IANA. Currently TimeZones.jl extracts the tzsource files, compiles this information into the internal TimeZones.jl representation, and the...

Related to https://github.com/JuliaTime/TimeZones.jl/issues/359. Having #390 would address your issue but not in the way you want as I'm sure you want all the application building to take place during the...

The answer to this is to make TimeZones.jl fully [relocatable](https://julialang.github.io/PackageCompiler.jl/stable/apps.html#relocatability) which requires us to make the artifact package which will finally close #359

Thanks for the PR. I think we should sit on this for a little while as I'd like to experiment with `Localized{Date}` and `Localized{Time}` to avoid too much churn. Having...

I'll mention that I worked on this and had Arrow support working for `FixedTimeZone` outside of the TimeZones.jl package. Oddly, adding it to TimeZones.jl results in me extending a different...

Hopefully this was just an issue with Julia nightly. Just to check have you see any of these errors since?