November 18, 2014 [phobos] [D-Programming-Language/phobos] efb880: move format to std.format | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: efb880f651483721b60e53ee994bb28e5ae6973f https://github.com/D-Programming-Language/phobos/commit/efb880f651483721b60e53ee994bb28e5ae6973f Author: Ilya Yaroshenko <ilyayaroshenko@gmail.com> Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M std/algorithm.d M std/conv.d M std/exception.d M std/format.d M std/functional.d M std/range/package.d M std/string.d M std/typecons.d M std/uni.d Log Message: ----------- move format to std.format The reason is to do not import `std.uni` tables, `std.string` and probably `std.algorithm`. Note that format is used in CTFE code and `Exception` handing. And it is more comfortable to import `format` from `std.format`. std.format: clean imports (2) remove import std.math : pow from std.uni update scope imports in std.algorithm update scope imports in std.exception doFormat -> template update scope imports in std.typecons update scope imports in std.functional update scope imports in std.range update std.conv scope import std.format: clean imports (2) remove import std.math : pow from std.uni update scope imports in std.algorithm update scope imports in std.exception doFormat -> template update scope imports in std.typecons update scope imports in std.functional update scope imports in std.range move sfromat add public import of sformat use std.uni Commit: f5a53ad6b1a36f776e99caf7e4e69f8653721406 https://github.com/D-Programming-Language/phobos/commit/f5a53ad6b1a36f776e99caf7e4e69f8653721406 Author: Dmitry Olshansky <dmitry.olsh@gmail.com> Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M std/algorithm.d M std/conv.d M std/exception.d M std/format.d M std/functional.d M std/range/package.d M std/string.d M std/typecons.d Log Message: ----------- Merge pull request #2732 from 9il/move move format to std.format Compare: https://github.com/D-Programming-Language/phobos/compare/eb66cfaa6e55...f5a53ad6b1a3 |
Copyright © 1999-2021 by the D Language Foundation