[phobos] [D-Programming-Language/phobos] 128aa9: Remove remain redundant parenthesis.

GitHub noreply at github.com
Sun Dec 2 10:52:22 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 128aa9f8fc171abefe0fdd469bc5cb454fa8c802
      https://github.com/D-Programming-Language/phobos/commit/128aa9f8fc171abefe0fdd469bc5cb454fa8c802
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-12-02 (Sun, 02 Dec 2012)

  Changed paths:
    M std/datetime.d
    M std/uni.d
    M std/variant.d

  Log Message:
  -----------
  Remove remain redundant parenthesis.


  Commit: 58a8ccf42e197bcc66d7e47938a96154521067e8
      https://github.com/D-Programming-Language/phobos/commit/58a8ccf42e197bcc66d7e47938a96154521067e8
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-12-02 (Sun, 02 Dec 2012)

  Changed paths:
    M std/algorithm.d
    M std/range.d

  Log Message:
  -----------
  Fix for moveFront, moveBack, and moveAt

- I assume they are not properties, then changed to normal functions.
- Global .moveFront/Back uses front and back if member moveFront/back doesn't exist.
  Then, member aliases are just redundant.


  Commit: 2520cd0dc9c1200eae76fceb2ca689b0fa28f766
      https://github.com/D-Programming-Language/phobos/commit/2520cd0dc9c1200eae76fceb2ca689b0fa28f766
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-12-02 (Sun, 02 Dec 2012)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Should not mark member functions for operator overloading as properties.


  Commit: 7ced8ac8662553bf64ce8d9fdb51031c6d6d443c
      https://github.com/D-Programming-Language/phobos/commit/7ced8ac8662553bf64ce8d9fdb51031c6d6d443c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-12-02 (Sun, 02 Dec 2012)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  popFront and popBack are not properties


  Commit: 47e629332464f16d089ff63a563ca8443a740ae7
      https://github.com/D-Programming-Language/phobos/commit/47e629332464f16d089ff63a563ca8443a740ae7
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2012-12-02 (Sun, 02 Dec 2012)

  Changed paths:
    M std/algorithm.d
    M std/datetime.d
    M std/range.d
    M std/uni.d
    M std/variant.d

  Log Message:
  -----------
  Merge pull request #978 from 9rnsr/tweak_properties

Tweak for properties


Compare: https://github.com/D-Programming-Language/phobos/compare/e47718f15d3d...47e629332464


More information about the phobos mailing list