[phobos] [D-Programming-Language/phobos] 9d252d: Remove version(testStdDateTime) from SysTime.

GitHub via phobos phobos at puremagic.com
Wed Apr 30 10:51:32 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 9d252dfed5ade89626c5e97e5cb7558ceeb34c87
      https://github.com/D-Programming-Language/phobos/commit/9d252dfed5ade89626c5e97e5cb7558ceeb34c87
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2014-04-30 (Wed, 30 Apr 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Remove version(testStdDateTime) from SysTime.

It's no longer necessary and hasn't been for some time (it was to deal
with the fact that dmd ran out of memory on Windows when compiling
std.datetime's unit tests, which hasn't been a problem for a while). So,
we're removing it.


  Commit: 291c9a84899a6df01ae9240a84291c6382a6ec9e
      https://github.com/D-Programming-Language/phobos/commit/291c9a84899a6df01ae9240a84291c6382a6ec9e
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2014-04-30 (Wed, 30 Apr 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Remove version(testStdDateTime) from Date.


  Commit: bdd745c2dc851577f72d6ac93efdf561564f469e
      https://github.com/D-Programming-Language/phobos/commit/bdd745c2dc851577f72d6ac93efdf561564f469e
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2014-04-30 (Wed, 30 Apr 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Remove version(testStdDateTime) from TimeOfDay.


  Commit: cc4efc24f001452e8ca1614ce5fe7617fc948db0
      https://github.com/D-Programming-Language/phobos/commit/cc4efc24f001452e8ca1614ce5fe7617fc948db0
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2014-04-30 (Wed, 30 Apr 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Remove version(testStdDateTime) from DateTime.


  Commit: 215c81d87084ab98991eb34e63872c11dfa96b82
      https://github.com/D-Programming-Language/phobos/commit/215c81d87084ab98991eb34e63872c11dfa96b82
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2014-04-30 (Wed, 30 Apr 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Remove version(testStdDateTime) from std.datetime's interval types.


  Commit: 1e10cb7715f583d93ee3f8cc1c6bbcfe5de5fa18
      https://github.com/D-Programming-Language/phobos/commit/1e10cb7715f583d93ee3f8cc1c6bbcfe5de5fa18
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2014-04-30 (Wed, 30 Apr 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Remove the rest of version(testStdDateTime) from std.datetime.


  Commit: fc2f97d2b0f4350e8a7da0e67addd70b6f8162a1
      https://github.com/D-Programming-Language/phobos/commit/fc2f97d2b0f4350e8a7da0e67addd70b6f8162a1
  Author: monarch dodra <monarchdodra at gmail.com>
  Date:   2014-04-30 (Wed, 30 Apr 2014)

  Changed paths:
    M std/datetime.d

  Log Message:
  -----------
  Merge pull request #2138 from jmdavis/testStdDateTime

Remove version(testStdDatetime) from std.datetime.


Compare: https://github.com/D-Programming-Language/phobos/compare/a79908e13620...fc2f97d2b0f4


More information about the phobos mailing list