diff options
author | yuuji.yaginuma <[email protected]> | 2025-02-02 16:11:09 +0900 |
---|---|---|
committer | git <[email protected]> | 2025-02-27 04:32:27 +0000 |
commit | 75f07afd1897a81a18d3e40b57e8a5731d455827 () | |
tree | 16d3b40b76ac68fbf4f9eaad46bb6fc191517f33 /ext/json/parser | |
parent | 31bd669f67e19f675f8de8b6cf9df74ea2c60103 (diff) |
[ruby/uri] Use a fully qualified name in warning messages
Currently, some warning messages don't contain a `URI` like the following. ```ruby warning: URI::ABS_URI is obsolete. Use RFC2396_PARSER.regexp[:ABS_URI] explicitly. ``` But, without `URI` prefix, the suggested value doesn't work. So I think we should use a fully qualified name to avoid confusion. https://.com/ruby/uri/commit/428eb10e44
0 files changed, 0 insertions, 0 deletions