You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, HTTP.jl has an overhauled URI type that prints this way. The plan is to eventually move that code over here as a refresh once HTTP.jl matures a little more.
The plan is to eventually move that code over here
Does anyone have a preference for:
A) making a new URIs.jl package with the HTTP.jl code and directing people to it from URIParser.jl/README.md; or
B) merging the HTTP.jl stuff into URIParser.jl ?
A) would allow packages to move over convenient and would allow to-be-obsoleted packages to never move.
B) would force things to consolidate more quickly, but some users will probably have to make small changes to handle HTTP.jl using SubString for URI fields where URIParser.jl uses String.
Another option would be do B) in conjunction with REQUIRE Julia 0.7- to shield 0.6 users from breaking changes.
Currently:
Proposed:
The text was updated successfully, but these errors were encountered: