September 20, 2014 [phobos] [D-Programming-Language/phobos] 4b632b: Revert pull request #2537 to fix git-head regressi... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 4b632bcfb12586b3d87aa9d08afb79a516d9ef1c https://github.com/D-Programming-Language/phobos/commit/4b632bcfb12586b3d87aa9d08afb79a516d9ef1c Author: k-hara <k.hara.pg@gmail.com> Date: 2014-09-20 (Sat, 20 Sep 2014) Changed paths: M std/path.d Log Message: ----------- Revert pull request #2537 to fix git-head regression issue 13498 This reverts commit 875f2fe0314931ef86e597a3d87069c1b914c5bb, reversing changes made to f5c7e97f2b4ee12e5e486da130ebf69483693bc5. The changed absolutePath code essentially cannot work because the buildPath() result is not implicitly convertible to inout(char)[], but it was accidentally accepted by the regression 13498. Commit: 1ff05c69453a553cbb9b94212b4524a47b8a0d0f https://github.com/D-Programming-Language/phobos/commit/1ff05c69453a553cbb9b94212b4524a47b8a0d0f Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2014-09-20 (Sat, 20 Sep 2014) Changed paths: M std/path.d Log Message: ----------- Merge pull request #2544 from 9rnsr/fix13498 Revert pull request #2537 to fix git-head regression issue 13498 Compare: https://github.com/D-Programming-Language/phobos/compare/b93cffca79f6...1ff05c69453a |
Copyright © 1999-2021 by the D Language Foundation