[phobos] [D-Programming-Language/phobos] e0ecca: Supplemental fix for issue 9148 - lambdas will be ...

GitHub via phobos phobos at puremagic.com
Mon Sep 8 11:32:00 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: e0ecca7a0e4a4f7513303abab5dc32c8740dfd2b
      https://github.com/D-Programming-Language/phobos/commit/e0ecca7a0e4a4f7513303abab5dc32c8740dfd2b
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-09-08 (Mon, 08 Sep 2014)

  Changed paths:
    M std/traits.d

  Log Message:
  -----------
  Supplemental fix for issue 9148 - lambdas will be aggressively inferred to pure


  Commit: 96abecdd6e694e2dcfd62ab96329129871f6efed
      https://github.com/D-Programming-Language/phobos/commit/96abecdd6e694e2dcfd62ab96329129871f6efed
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-09-08 (Mon, 08 Sep 2014)

  Changed paths:
    M std/string.d

  Log Message:
  -----------
  Supplemental fix for issue 13120 - remove accidentally accepted @nogc attribute

`removechars()` and `squeeze()` are not @nogc, because they uses `dup` and `std.utf.encode`.


  Commit: fc84b758f49c1385bb8357b0fb27833654397300
      https://github.com/D-Programming-Language/phobos/commit/fc84b758f49c1385bb8357b0fb27833654397300
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-09-08 (Mon, 08 Sep 2014)

  Changed paths:
    M std/string.d
    M std/traits.d

  Log Message:
  -----------
  Merge pull request #2493 from 9rnsr/fix13120

Supplemental fix for issue 9148 and 13120


Compare: https://github.com/D-Programming-Language/phobos/compare/08ca04c18d42...fc84b758f49c


More information about the phobos mailing list