August 31, 2015 [phobos] [D-Programming-Language/phobos] 7b4abd: Move deprecations along. | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 7b4abd0aa75ee8c15752bc55ffab85882d688546 https://github.com/D-Programming-Language/phobos/commit/7b4abd0aa75ee8c15752bc55ffab85882d688546 Author: Jonathan M Davis <jmdavisProg@gmx.com> Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M std/datetime.d M std/exception.d M std/file.d M std/process.d M std/socket.d M std/zip.d Log Message: ----------- Move deprecations along. Commit: f3af4ca0f044013110a1a635b6c73a45361ab801 https://github.com/D-Programming-Language/phobos/commit/f3af4ca0f044013110a1a635b6c73a45361ab801 Author: Jonathan M Davis <jmdavisProg@gmx.com> Date: 2015-08-29 (Sat, 29 Aug 2015) Changed paths: M std/experimental/logger/core.d Log Message: ----------- Update to logger due to fracSec deprecation in std.datetime. I also fixed it so that it casts to DateTime rather than calling all of the various properties on SysTime individually, since that's more or less equivalent to casting to DateTime and getting the property off of it for each call. I probably never should have put those properties on SysTime in the first place, though it is more user-friendly in the cases where you don't care about efficiency. I expect that we _do_ care about efficiency in the logger however. Commit: 535db5ea0277410dfc636ac0a3f2ad00a531379e https://github.com/D-Programming-Language/phobos/commit/535db5ea0277410dfc636ac0a3f2ad00a531379e Author: Dmitry Olshansky <dmitry.olsh@gmail.com> Date: 2015-08-31 (Mon, 31 Aug 2015) Changed paths: M std/datetime.d M std/exception.d M std/experimental/logger/core.d M std/file.d M std/process.d M std/socket.d M std/zip.d Log Message: ----------- Merge pull request #3602 from jmdavis/deprecations Move along some of the deprecations. Compare: https://github.com/D-Programming-Language/phobos/compare/1a42d1cd32b8...535db5ea0277 |
Copyright © 1999-2021 by the D Language Foundation