ruby / uri

URI is a module providing classes to handle Uniform Resource Identifiers
https://ruby.github.io/uri/
Other
86 stars 47 forks source link

Imcompatibility issue with RFC3986_PARSER #112

Closed hsbt closed 3 months ago

hsbt commented 3 months ago

After https://github.com/ruby/uri/pull/107, we lost the following constants from URI.

:URI_REF
:REL_URI_REF
:REGISTRY
:REGEXP
:ESCAPED
:ABS_URI
:REL_URI
:ABS_URI_REF
:UNSAFE
:PATTERN

We should care them.