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 <[email protected]>
  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 <[email protected]>
  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
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to