[phobos] [D-Programming-Language/phobos] 638ced: Supplemental fix for issue 13783 in std.parallelis...

GitHub via phobos phobos at puremagic.com
Mon Dec 1 21:25:51 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 638cededda9082a6c43e8541c16930900de90fc3
      https://github.com/D-Programming-Language/phobos/commit/638cededda9082a6c43e8541c16930900de90fc3
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-11-29 (Sat, 29 Nov 2014)

  Changed paths:
    M std/parallelism.d

  Log Message:
  -----------
  Supplemental fix for issue 13783 in std.parallelism

`auto f(ref ubyte);` should not take an lvalue of `enum E : ubyte`.
Fixing 13783 will disallow the accepts-invalid bug.


  Commit: ca2171d49ce58162e7489061588a2e2d3d5b1d8c
      https://github.com/D-Programming-Language/phobos/commit/ca2171d49ce58162e7489061588a2e2d3d5b1d8c
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-12-01 (Mon, 01 Dec 2014)

  Changed paths:
    M std/parallelism.d

  Log Message:
  -----------
  Merge pull request #2773 from 9rnsr/fix13783

Supplemental fix for issue 13783 in std.parallelism


Compare: https://github.com/D-Programming-Language/phobos/compare/30de4c1792ee...ca2171d49ce5


More information about the phobos mailing list