[Issue 14924] Error in std.uri definition/description

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14924 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

[Issue 14924] Error in std.uri definition/description

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14924 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/169101f7bf64c2f394c39a2ba297eabd2220ecf5 fix issue 14924

[Issue 14924] Error in std.uri definition/description

2015-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14924 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14924] Error in std.uri definition/description

2015-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14924 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/169101f7bf64c2f394c39a2ba297eabd2220ecf5 fix issue 14924

[Issue 14924] Error in std.uri definition/description

2015-08-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14924 --- Comment #3 from bb.t...@gmx.com --- It looks like std.uri hasn't changed since it's been added in 2007. If you look at the implementation it's really old fashioned D. For example nowadays, for `emailLength()` and `uriLength()`, the parameter

[Issue 14924] Error in std.uri definition/description

2015-08-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14924 bb.t...@gmx.com changed: What|Removed |Added CC||bb.t...@gmx.com --- Comment #1 from

[Issue 14924] Error in std.uri definition/description

2015-08-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14924 --- Comment #2 from ted s_dlang_bugzi...@asylum.id.au --- Another aspect that should be noted in the documentation is that only a _very_ narrow subset of URI's are accepted try ftp:///foo.com (valid URI, fails 'test').! --