[phobos] [dlang/phobos] 2dfbc5: Standardize whitespace after imports
GitHub via phobos
phobos at puremagic.com
Tue May 31 03:53:56 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/phobos
Commit: 2dfbc51f17f4a699de2eb40636ad9869f7dab061
https://github.com/dlang/phobos/commit/2dfbc51f17f4a699de2eb40636ad9869f7dab061
Author: Sebastian Wilzbach <seb at wilzba.ch>
Date: 2016-05-29 (Sun, 29 May 2016)
Changed paths:
M std/algorithm/iteration.d
M std/algorithm/mutation.d
M std/algorithm/searching.d
M std/algorithm/setops.d
M std/algorithm/sorting.d
M std/bigint.d
M std/bitmanip.d
M std/c/stdlib.d
M std/complex.d
M std/container/dlist.d
M std/container/rbtree.d
M std/container/slist.d
M std/conv.d
M std/csv.d
M std/datetime.d
M std/experimental/allocator/gc_allocator.d
M std/experimental/allocator/mallocator.d
M std/experimental/allocator/package.d
M std/experimental/ndslice/internal.d
M std/experimental/ndslice/iteration.d
M std/experimental/ndslice/package.d
M std/experimental/ndslice/selection.d
M std/experimental/ndslice/slice.d
M std/experimental/typecons.d
M std/file.d
M std/functional.d
M std/getopt.d
M std/internal/cstring.d
M std/internal/math/biguintcore.d
M std/internal/math/gammafunction.d
M std/json.d
M std/math.d
M std/numeric.d
M std/path.d
M std/process.d
M std/range/package.d
M std/range/primitives.d
M std/regex/package.d
M std/socket.d
M std/stdio.d
M std/string.d
M std/typecons.d
M std/uni.d
M std/utf.d
M std/uuid.d
M std/zip.d
M std/zlib.d
Log Message:
-----------
Standardize whitespace after imports
Unified with:
sed -E "s/import\s*([^ ]+)\s*:\s*(.*(,|;))/import \1 : \2/" -i **/*.d
Commit: 94bdf746daa06b123aa24b38b95931b2b3d1dc16
https://github.com/dlang/phobos/commit/94bdf746daa06b123aa24b38b95931b2b3d1dc16
Author: Sebastian Wilzbach <seb at wilzba.ch>
Date: 2016-05-29 (Sun, 29 May 2016)
Changed paths:
M .travis.yml
Log Message:
-----------
Add travis check to ensure whitespace between the import colon
Commit: f276dbc06b6799e2783c90f6bb6ff70ec14b490d
https://github.com/dlang/phobos/commit/f276dbc06b6799e2783c90f6bb6ff70ec14b490d
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2016-05-31 (Tue, 31 May 2016)
Changed paths:
M .travis.yml
M std/algorithm/iteration.d
M std/algorithm/mutation.d
M std/algorithm/searching.d
M std/algorithm/setops.d
M std/algorithm/sorting.d
M std/bigint.d
M std/bitmanip.d
M std/c/stdlib.d
M std/complex.d
M std/container/dlist.d
M std/container/rbtree.d
M std/container/slist.d
M std/conv.d
M std/csv.d
M std/datetime.d
M std/experimental/allocator/gc_allocator.d
M std/experimental/allocator/mallocator.d
M std/experimental/allocator/package.d
M std/experimental/ndslice/internal.d
M std/experimental/ndslice/iteration.d
M std/experimental/ndslice/package.d
M std/experimental/ndslice/selection.d
M std/experimental/ndslice/slice.d
M std/experimental/typecons.d
M std/file.d
M std/functional.d
M std/getopt.d
M std/internal/cstring.d
M std/internal/math/biguintcore.d
M std/internal/math/gammafunction.d
M std/json.d
M std/math.d
M std/numeric.d
M std/path.d
M std/process.d
M std/range/package.d
M std/range/primitives.d
M std/regex/package.d
M std/socket.d
M std/stdio.d
M std/string.d
M std/typecons.d
M std/uni.d
M std/utf.d
M std/uuid.d
M std/zip.d
M std/zlib.d
Log Message:
-----------
Merge pull request #4380 from wilzbach/fix_import_whitespace
Fix whitespace for selective imports
Compare: https://github.com/dlang/phobos/compare/fdabc1d93b34...f276dbc06b67
More information about the phobos
mailing list