[phobos] [D-Programming-Language/phobos] e43433: Fix issue 10601.

GitHub noreply at github.com
Mon Jul 29 08:30:54 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: e43433f56682e8964596fbff5a9ea8b1fc32f927
      https://github.com/D-Programming-Language/phobos/commit/e43433f56682e8964596fbff5a9ea8b1fc32f927
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M std/path.d

  Log Message:
  -----------
  Fix issue 10601.

If extension is empty, std.path.setExtension should be equivalent to
std.path.stripExtension. This special case is useful in generic code
that needs to alternate between, e.g., .exe on Windows and no executable
extension on Posix.


  Commit: 5685e9a862a35dbb682c73c3c4247d3c0fadcc8b
      https://github.com/D-Programming-Language/phobos/commit/5685e9a862a35dbb682c73c3c4247d3c0fadcc8b
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2013-07-28 (Sun, 28 Jul 2013)

  Changed paths:
    M std/path.d

  Log Message:
  -----------
  Simplify unittest.


  Commit: f2bd29cb97033ae041ebfd32690f01ddb25b98b7
      https://github.com/D-Programming-Language/phobos/commit/f2bd29cb97033ae041ebfd32690f01ddb25b98b7
  Author: Lars T. Kyllingstad <git at kyllingen.net>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M std/path.d

  Log Message:
  -----------
  Merge pull request #1409 from quickfur/issue10601

Fix issue 10601.


Compare: https://github.com/D-Programming-Language/phobos/compare/46419713a1a2...f2bd29cb9703


More information about the phobos mailing list