Thread overview
[Issue 19429] indexOf("a", "b") should be nothrow/@nogc
Nov 23, 2018
Vladimir Panteleev
November 23, 2018
https://issues.dlang.org/show_bug.cgi?id=19429

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
https://github.com/dlang/phobos/pull/6781/commits/2f7854cc9a9f7967c59041c4bf20156b2e5355b0

--
November 27, 2018
https://issues.dlang.org/show_bug.cgi?id=19429

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/2f7854cc9a9f7967c59041c4bf20156b2e5355b0 std.string: Expose case-sensitive functions as separate overloads

https://github.com/dlang/phobos/commit/10887d04f8bd33036f1a7d3201d634ce28c888bc Merge pull request #6781 from CyberShadow/pull-20181123-213706

Fix Issue 19429 - indexOf("a", "b") should be nothrow/@nogc

--
November 27, 2018
https://issues.dlang.org/show_bug.cgi?id=19429

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--