[phobos] [D-Programming-Language/phobos] cd77a9: Supplemental fix for issue 14735 - Prevent self-re...
GitHub via phobos
phobos at puremagic.com
Mon Jun 29 15:25:57 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: cd77a9cdcb8483618bde3512386e6899692c04af
https://github.com/D-Programming-Language/phobos/commit/cd77a9cdcb8483618bde3512386e6899692c04af
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-06-27 (Sat, 27 Jun 2015)
Changed paths:
M std/string.d
Log Message:
-----------
Supplemental fix for issue 14735 - Prevent self-recursive match
The slice expression `s[]` will match to T[n] by using compile-time length deduction.
Commit: f6ce5692ef12c136229844f21afe184dfb885f3e
https://github.com/D-Programming-Language/phobos/commit/f6ce5692ef12c136229844f21afe184dfb885f3e
Author: Walter Bright <walter at walterbright.com>
Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths:
M std/string.d
Log Message:
-----------
Merge pull request #3446 from 9rnsr/fix14735
Supplemental fix for issue 14735 - Prevent self-recursive match
Compare: https://github.com/D-Programming-Language/phobos/compare/14330724fd4a...f6ce5692ef12
More information about the phobos
mailing list