-
Notifications
You must be signed in to change notification settings - Fork 50
ambiguity warnings when used with Calendar.jl #115
Comments
See the discussion in JuliaLang/julia#270, particularly @JeffBezanson's last two comments, although the actual issue there is kind of different. Would be fixed by JuliaLang/julia#6190. |
One question I have is whether HttpCommon really needs to use DataArrays. If that's a minor feature, removing it seems like the quickest fix. |
@simonster Ah! Thanks! @johnmyleswhite HttpCommon uses Calendar - I think a lot of people end up pulling in DataFrames while using HttpCommon to do scraping, etc. Not sure if HttpCommon really needs Calendar or not, that might be worth investigating |
Definitely worth migrating from Calendar to Dates |
Looks like that wouldn't be too much work - poking now, unless someone is already on it |
Craziness happened yesterday, but I submitted a tentative PR just now - needs more testing but fixes the ambiguity warnings and works well so far! |
New HttpCommon with migration to Dates.jl is tagged! JuliaLang/METADATA.jl#1310 |
Thanks for solving this on the other end! |
See JuliaWeb/HttpCommon.jl#6
Probably this would be the best place to focus discussion?
Output:
The text was updated successfully, but these errors were encountered: