lambdaisland / uri

A pure Clojure/ClojureScript URI library
Mozilla Public License 2.0
243 stars 21 forks source link

Remove nonstandard constructor #42

Closed alysbrooks closed 1 year ago

alysbrooks commented 1 year ago

Using namespaced constructors like uri/URI. is not standard and apparently undefined behavior, and so we should remove usage of it. I believe we use the namespace to avoid shadowing the JVM's built-in URI class. Michel Borkent suggested uri/->Uri as an alternative.

plexus commented 1 year ago

Already fixed on main.