June 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14735

--- Comment #10 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/cd77a9cdcb8483618bde3512386e6899692c04af Supplemental fix for issue 14735 - Prevent self-recursive match

The slice expression `s[]` will match to T[n] by using compile-time length deduction.

https://github.com/D-Programming-Language/phobos/commit/f6ce5692ef12c136229844f21afe184dfb885f3e Merge pull request #3446 from 9rnsr/fix14735

Supplemental fix for issue 14735 - Prevent self-recursive match

--
June 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14735

github-bugzilla@puremagic.com changed:

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

--
June 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14735

--- Comment #11 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/13a16e8e0344e90c3a03b87167d9a82b3cb7e24c fix Issue 14735 - std.string.indexOf cannot deduce function for char argument

https://github.com/D-Programming-Language/dmd/commit/fdfb5882ef701ebfda49a3cc3392b5fe4e0e95b8 Merge pull request #4779 from 9rnsr/fix14735

[REG2.068-b1] Issue 14735 - std.string.indexOf cannot deduce function for char argument

--
June 30, 2015
https://issues.dlang.org/show_bug.cgi?id=14735

--- Comment #12 from Kenji Hara <k.hara.pg@gmail.com> ---
*** Issue 14741 has been marked as a duplicate of this issue. ***

--
June 30, 2015
https://issues.dlang.org/show_bug.cgi?id=14735

--- Comment #13 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/709fb22e8ad984d5a77181a2669afaefed5c6a1d Merge pull request #3446 from 9rnsr/fix14735

Supplemental fix for issue 14735 - Prevent self-recursive match

--
July 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14735

--- Comment #14 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c2b84a0b24f680bfa3cd336af6c84b0ded2c4594 Merge pull request #4779 from 9rnsr/fix14735

[REG2.068-b1] Issue 14735 - std.string.indexOf cannot deduce function for char argument

--
July 24, 2015
https://issues.dlang.org/show_bug.cgi?id=14735

--- Comment #15 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/c2b84a0b24f680bfa3cd336af6c84b0ded2c4594 Merge pull request #4779 from 9rnsr/fix14735

--
July 25, 2015
https://issues.dlang.org/show_bug.cgi?id=14735

--- Comment #16 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/709fb22e8ad984d5a77181a2669afaefed5c6a1d Merge pull request #3446 from 9rnsr/fix14735

--
October 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14735

--- Comment #17 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/13a16e8e0344e90c3a03b87167d9a82b3cb7e24c fix Issue 14735 - std.string.indexOf cannot deduce function for char argument

https://github.com/D-Programming-Language/dmd/commit/fdfb5882ef701ebfda49a3cc3392b5fe4e0e95b8 Merge pull request #4779 from 9rnsr/fix14735

--
October 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14735

--- Comment #18 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/cd77a9cdcb8483618bde3512386e6899692c04af Supplemental fix for issue 14735 - Prevent self-recursive match

https://github.com/D-Programming-Language/phobos/commit/f6ce5692ef12c136229844f21afe184dfb885f3e Merge pull request #3446 from 9rnsr/fix14735

--