[phobos] [D-Programming-Language/phobos] 659ce6: Issue 6288 - std.conv.to removes const/immutable w...

noreply at github.com noreply at github.com
Thu Sep 22 07:57:48 PDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: 659ce6262fc34e9e0cb9f2e4d8008874272332b6
      https://github.com/D-Programming-Language/phobos/commit/659ce6262fc34e9e0cb9f2e4d8008874272332b6
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-09-22 (Thu, 22 Sep 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Issue 6288 - std.conv.to removes const/immutable when converting a class


  Commit: 1ef1c5cb7ea8424a6700a0765056e3446089b44d
      https://github.com/D-Programming-Language/phobos/commit/1ef1c5cb7ea8424a6700a0765056e3446089b44d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-09-22 (Thu, 22 Sep 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Fix wrong spelling


  Commit: 5b8118170088071386bb76e3d7a4b1ceb685e73a
      https://github.com/D-Programming-Language/phobos/commit/5b8118170088071386bb76e3d7a4b1ceb685e73a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-09-22 (Thu, 22 Sep 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Support conversions between class and interface


  Commit: fcacf2060e0c8ba6cc9653123fb7ccadb51b096e
      https://github.com/D-Programming-Language/phobos/commit/fcacf2060e0c8ba6cc9653123fb7ccadb51b096e
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-09-22 (Thu, 22 Sep 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  More exhaustive test cases


  Commit: c64c3134dac0eb1fb1699434f90f556df4554a8f
      https://github.com/D-Programming-Language/phobos/commit/c64c3134dac0eb1fb1699434f90f556df4554a8f
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-09-22 (Thu, 22 Sep 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Use `else static` if instead of `static if`


  Commit: e1a3962e5b6316197563dcd1dc9886dd306154d2
      https://github.com/D-Programming-Language/phobos/commit/e1a3962e5b6316197563dcd1dc9886dd306154d2
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2011-09-22 (Thu, 22 Sep 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  More descriptive unittest


  Commit: 8b6ef3b46be8ea50b9aef96b2b2d12c378315189
      https://github.com/D-Programming-Language/phobos/commit/8b6ef3b46be8ea50b9aef96b2b2d12c378315189
  Author: Steven Schveighoffer <schveiguy at yahoo.com>
  Date:   2011-09-22 (Thu, 22 Sep 2011)

  Changed paths:
    M std/conv.d

  Log Message:
  -----------
  Merge pull request #271 from 9rnsr/fix6288

Issue 6288 - std.conv.to removes const/immutable when converting a class


Compare: https://github.com/D-Programming-Language/phobos/compare/044e73c...8b6ef3b


More information about the phobos mailing list