[dmd-internals] [D-Programming-Language/dmd] b09f60: Allow property function has two arguments

GitHub noreply at github.com
Mon Mar 19 22:25:09 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b09f60758a626cb9c215b88488c835d3c3ee89fc
      https://github.com/D-Programming-Language/dmd/commit/b09f60758a626cb9c215b88488c835d3c3ee89fc
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M src/mtype.c
  M test/fail_compilation/fail334.d

  Log Message:
  -----------
  Allow property function has two arguments


  Commit: e1d932a56c80ea8d5f4adad85df648c71314f187
      https://github.com/D-Programming-Language/dmd/commit/e1d932a56c80ea8d5f4adad85df648c71314f187
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M src/expression.c
  M test/runnable/property2.d

  Log Message:
  -----------
  fix Issue 7722 - Refuse normal functions to be used as properties


  Commit: f5e9ff9dd86133ec1cce1bb89693b7760d86224a
      https://github.com/D-Programming-Language/dmd/commit/f5e9ff9dd86133ec1cce1bb89693b7760d86224a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M src/expression.c

  Log Message:
  -----------
  Refactor for UFCS property getter/setter resolution.


  Commit: b034d8b20013ce28671a0a33e1173c1dc0690a8c
      https://github.com/D-Programming-Language/dmd/commit/b034d8b20013ce28671a0a33e1173c1dc0690a8c
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M src/expression.c

  Log Message:
  -----------
  Revert "Refactor for UFCS property getter/setter resolution."

This reverts commit 5fcb65750561181949bd3213c8c1a3323cd69c53.


  Commit: 55e2a21b43a585cc3175542c0a89c17785631773
      https://github.com/D-Programming-Language/dmd/commit/55e2a21b43a585cc3175542c0a89c17785631773
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M src/expression.c
  M test/runnable/property2.d

  Log Message:
  -----------
  Revert "fix Issue 7722 - Refuse normal functions to be used as properties"

This reverts commit ddd8f3456207ed4b94fb36fde9538e37eac36687.


  Commit: 18ead537ad7b37b5203e35a478883ad90b06dd49
      https://github.com/D-Programming-Language/dmd/commit/18ead537ad7b37b5203e35a478883ad90b06dd49
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M src/mtype.c
  M test/fail_compilation/fail334.d

  Log Message:
  -----------
  Revert "Allow property function has two arguments"

This reverts commit 9ffddbf7f940320542e3460ff95f9afcb666ff2e.


Compare: https://github.com/D-Programming-Language/dmd/compare/3d82b3f...18ead53


More information about the dmd-internals mailing list