[phobos] [D-Programming-Language/phobos] 92d522: Enable Unique!struct unittest

GitHub via phobos phobos at puremagic.com
Sun Jul 20 09:15:42 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 92d522fa3978f8b45f3650cd8878eec6a4ad79ef
      https://github.com/D-Programming-Language/phobos/commit/92d522fa3978f8b45f3650cd8878eec6a4ad79ef
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2014-07-10 (Thu, 10 Jul 2014)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  Enable Unique!struct unittest

Prevent double delete of Foo by calling release in f().
Cleanup unittests a little.


  Commit: 2f72bf464ddaf47718d7180e0c3ccd3e249d6806
      https://github.com/D-Programming-Language/phobos/commit/2f72bf464ddaf47718d7180e0c3ccd3e249d6806
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2014-07-10 (Thu, 10 Jul 2014)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  Enable Unique!class unittest

Call release as a workaround to prevent Bar deletion in g(), leading to
access violation.


  Commit: 16db4ef6b4ba3d52abdf9bb7ac63b0f2c8c03c8e
      https://github.com/D-Programming-Language/phobos/commit/16db4ef6b4ba3d52abdf9bb7ac63b0f2c8c03c8e
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2014-07-10 (Thu, 10 Jul 2014)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  Fix Issue 13068 - std.typecons.Unique should disable postblit


  Commit: 1b85a4a1b1a6911a65125cfa4207ec7072ef65d0
      https://github.com/D-Programming-Language/phobos/commit/1b85a4a1b1a6911a65125cfa4207ec7072ef65d0
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2014-07-13 (Sun, 13 Jul 2014)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  Don't delete null reference/pointer


  Commit: 172f20e6bfd5c94aa812e9d34e45ff37cad6fa54
      https://github.com/D-Programming-Language/phobos/commit/172f20e6bfd5c94aa812e9d34e45ff37cad6fa54
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2014-07-13 (Sun, 13 Jul 2014)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  Update Unique docs


  Commit: 852c84317fa0e1ae586e3de0581f8b3b3ae16de7
      https://github.com/D-Programming-Language/phobos/commit/852c84317fa0e1ae586e3de0581f8b3b3ae16de7
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2014-07-20 (Sun, 20 Jul 2014)

  Changed paths:
    M std/typecons.d

  Log Message:
  -----------
  Merge pull request #2308 from ntrel/unique-tests

Fix Issue 13068 - std.typecons.Unique should disable postblit


Compare: https://github.com/D-Programming-Language/phobos/compare/bc270d27bd62...852c84317fa0


More information about the phobos mailing list