-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dependency on TimeZones.jl breaks build #104
Comments
Hi, Thanks for submitting this issue. Could you provide some extra details as it's hard to tell whether this is a julia, timezones or system configuration issue?
Regarding whether Memento should depend on TimeZones is probably be a larger conversation. Apart from downloading and building the tz database I'd consider it a pretty light dependency and I like the idea of having timezone aware logs by default. Regards |
Hi, Thanks for getting back to me. Actually, I managed to dive a bit deeper into this. So we're talking about Ubuntu 16.04 -- a fresh install through Parallels Desktop (running on macOS). The issue is that
command in the terminal errored saying that Running
did fix the problem. On the other hand Or maybe better, Update 1 - ugh, why am I putting all this here, it should be in TimeZones.jl :) |
This seems like an issue with the implementation of |
Cross reference: JuliaTime/TimeZones.jl#153 |
Oh, looks like this is already fixed in master, and is currently sitting in the backports branch for 1.0.1. |
Another issue on Windows -- possibly due to firewall restrictions: In my opinion, this kind of coupling is not doing |
Okay, so AFAICT there are 3 issues here w/ 1 that relates to Memento directly:
|
With JuliaTime/TimeZones.jl#154 being fixed and Julia 1.0.1 being released long ago I think it's safe to close this issue. |
Is it really necessary to have this dependency? TimeZones.jl consistently breaks build on Ubuntu and I had reports of happening the same on Windows in some cases.
The text was updated successfully, but these errors were encountered: