June 29, 2015 [phobos] [D-Programming-Language/phobos] cd77a9: Supplemental fix for issue 14735 - Prevent self-re... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation