[phobos] [D-Programming-Language/phobos] 48cd94: Added std.file.tempDir()

GitHub noreply at github.com
Thu May 3 21:38:56 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 48cd943bf5ca5bf8a45dbb9f49be7a34097e0473
      https://github.com/D-Programming-Language/phobos/commit/48cd943bf5ca5bf8a45dbb9f49be7a34097e0473
  Author: Lars T. Kyllingstad <git at kyllingen.net>
  Date:   2012-05-01 (Tue, 01 May 2012)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Added std.file.tempDir()


  Commit: ccede5e9e651c0ed78b91826ac3ce0a4315a0549
      https://github.com/D-Programming-Language/phobos/commit/ccede5e9e651c0ed78b91826ac3ce0a4315a0549
  Author: Lars T. Kyllingstad <git at kyllingen.net>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Made tempPath() use Win API function GetTempPath()


  Commit: 4204c32532df4ac88a969cb01fb0044f229d3408
      https://github.com/D-Programming-Language/phobos/commit/4204c32532df4ac88a969cb01fb0044f229d3408
  Author: Lars T. Kyllingstad <git at kyllingen.net>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Removed the tempFile() unittest

This is mainly because it could be nice to use tempFile() in other
unittests.  Since tempFile() caches its return value, it would return
the test value ("/") for any other unittest that follows it.
Alternatively, if the other unittest(s) get run first, tempFile()'s
would fail.


  Commit: b630804e81e38ff2c725187f01ffb7603ee26060
      https://github.com/D-Programming-Language/phobos/commit/b630804e81e38ff2c725187f01ffb7603ee26060
  Author: Lars T. Kyllingstad <git at kyllingen.net>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Fix broken std.file.rmdirRecurse() unittest

'ln' gave an error, because "/tmp" is already included in deleteme.


  Commit: 9522e7bc6231e3ebd5b4805cae713a142a3c4c92
      https://github.com/D-Programming-Language/phobos/commit/9522e7bc6231e3ebd5b4805cae713a142a3c4c92
  Author: Lars T. Kyllingstad <git at kyllingen.net>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Removed superfluous 'static'

It was left over from an attempt to declare a WinAPI function inside a D
function (which unfortunately didn't work).


  Commit: 93c92e1295f1e072dea5895e8bba587db9d7084d
      https://github.com/D-Programming-Language/phobos/commit/93c92e1295f1e072dea5895e8bba587db9d7084d
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M std/file.d

  Log Message:
  -----------
  Merge pull request #560 from kyllingstad/tempdir

std.file.tempDir()


Compare: https://github.com/D-Programming-Language/phobos/compare/2594c1a...93c92e1


More information about the phobos mailing list