[phobos] [D-Programming-Language/phobos] 651f09: Fix undefined identifier error

GitHub noreply at github.com
Sat Feb 23 22:23:25 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 651f09f0d84a731cdce8e6c4b877b1d6528754b7
      https://github.com/D-Programming-Language/phobos/commit/651f09f0d84a731cdce8e6c4b877b1d6528754b7
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M std/parallelism.d

  Log Message:
  -----------
  Fix undefined identifier error


  Commit: b08ffbd6b5f036c74dd394f6a6b58994f8fc0234
      https://github.com/D-Programming-Language/phobos/commit/b08ffbd6b5f036c74dd394f6a6b58994f8fc0234
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M std/parallelism.d

  Log Message:
  -----------
  Remove trailing spaces


  Commit: acbfceff784dee38bb17b4b1fa565e535116c70d
      https://github.com/D-Programming-Language/phobos/commit/acbfceff784dee38bb17b4b1fa565e535116c70d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M std/parallelism.d

  Log Message:
  -----------
  Fix incorrect indentation


  Commit: e76d200dfaaa050eb87c84372fe31a26135de502
      https://github.com/D-Programming-Language/phobos/commit/e76d200dfaaa050eb87c84372fe31a26135de502
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M std/parallelism.d

  Log Message:
  -----------
  Fix line wrap (based on column <= 120)


  Commit: 8b02b387ad1ae5b79a4e913f9d14da55a97e9356
      https://github.com/D-Programming-Language/phobos/commit/8b02b387ad1ae5b79a4e913f9d14da55a97e9356
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M std/parallelism.d

  Log Message:
  -----------
  Prefer Template!ident than Template!(ident)


  Commit: 2538ace0c3f98624effcddedfa17a355cc9fc2ca
      https://github.com/D-Programming-Language/phobos/commit/2538ace0c3f98624effcddedfa17a355cc9fc2ca
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M std/parallelism.d

  Log Message:
  -----------
  Braces should be placed their own line


  Commit: 82b4f1c901b93d633ba6b9b051239484e19da791
      https://github.com/D-Programming-Language/phobos/commit/82b4f1c901b93d633ba6b9b051239484e19da791
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2013-02-23 (Sat, 23 Feb 2013)

  Changed paths:
    M std/parallelism.d

  Log Message:
  -----------
  Merge pull request #1154 from 9rnsr/fix_indent

Fix code format issues in std.parallelism


Compare: https://github.com/D-Programming-Language/phobos/compare/36e3b6181c76...82b4f1c901b9


More information about the phobos mailing list