[phobos] [D-Programming-Language/phobos] d69888: Remove obsolete TypeTuple references

GitHub via phobos phobos at puremagic.com
Fri Oct 16 20:59:58 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: d698887729c3846e9a468a69b5863a065b378e7c
      https://github.com/D-Programming-Language/phobos/commit/d698887729c3846e9a468a69b5863a065b378e7c
  Author: Dragos Carp <dragoscarp at gmail.com>
  Date:   2015-10-13 (Tue, 13 Oct 2015)

  Changed paths:
    M std/algorithm/comparison.d
    M std/algorithm/iteration.d
    M std/algorithm/mutation.d
    M std/algorithm/searching.d
    M std/algorithm/setops.d
    M std/array.d
    M std/ascii.d
    M std/bigint.d
    M std/bitmanip.d
    M std/concurrency.d
    M std/container/package.d
    M std/container/rbtree.d
    M std/conv.d
    M std/csv.d
    M std/datetime.d
    M std/digest/digest.d
    M std/digest/hmac.d
    M std/encoding.d
    M std/exception.d
    M std/experimental/allocator/common.d
    M std/experimental/allocator/package.d
    M std/file.d
    M std/format.d
    M std/functional.d
    M std/internal/test/dummyrange.d
    M std/math.d
    M std/meta.d
    M std/net/curl.d
    M std/numeric.d
    M std/parallelism.d
    M std/path.d
    M std/random.d
    M std/range/interfaces.d
    M std/range/package.d
    M std/range/primitives.d
    M std/regex/internal/ir.d
    M std/regex/internal/kickstart.d
    M std/regex/internal/parser.d
    M std/regex/internal/tests.d
    M std/regex/package.d
    M std/stdio.d
    M std/string.d
    M std/typecons.d
    M std/uni.d
    M std/uri.d
    M std/utf.d
    M std/uuid.d
    M std/variant.d

  Log Message:
  -----------
  Remove obsolete TypeTuple references

Replace following names:
std.typetuple      -> std.meta
TypeTuple          -> AliasSeq
ParameterTypeTuple -> Parameters
FieldTypeTuple     -> Fields

std.traits requires more work than search/replace and is left unchanged.


  Commit: 67c95e6de21d5d627e3c57128b4d6e332c82f785
      https://github.com/D-Programming-Language/phobos/commit/67c95e6de21d5d627e3c57128b4d6e332c82f785
  Author: Brian Schott <briancschott at gmail.com>
  Date:   2015-10-16 (Fri, 16 Oct 2015)

  Changed paths:
    M std/algorithm/comparison.d
    M std/algorithm/iteration.d
    M std/algorithm/mutation.d
    M std/algorithm/searching.d
    M std/algorithm/setops.d
    M std/array.d
    M std/ascii.d
    M std/bigint.d
    M std/bitmanip.d
    M std/concurrency.d
    M std/container/package.d
    M std/container/rbtree.d
    M std/conv.d
    M std/csv.d
    M std/datetime.d
    M std/digest/digest.d
    M std/digest/hmac.d
    M std/encoding.d
    M std/exception.d
    M std/experimental/allocator/common.d
    M std/experimental/allocator/package.d
    M std/file.d
    M std/format.d
    M std/functional.d
    M std/internal/test/dummyrange.d
    M std/math.d
    M std/meta.d
    M std/net/curl.d
    M std/numeric.d
    M std/parallelism.d
    M std/path.d
    M std/random.d
    M std/range/interfaces.d
    M std/range/package.d
    M std/range/primitives.d
    M std/regex/internal/ir.d
    M std/regex/internal/kickstart.d
    M std/regex/internal/parser.d
    M std/regex/internal/tests.d
    M std/regex/package.d
    M std/stdio.d
    M std/string.d
    M std/typecons.d
    M std/uni.d
    M std/uri.d
    M std/utf.d
    M std/uuid.d
    M std/variant.d

  Log Message:
  -----------
  Merge pull request #3715 from dcarp/AliasSeq

Rename obsolete TypeTuple to AliasSeq


Compare: https://github.com/D-Programming-Language/phobos/compare/3904b17cdfd7...67c95e6de21d


More information about the phobos mailing list