[dmd-internals] [D-Programming-Language/dmd] efb5fc: Disable enhancement feature 7444

GitHub noreply at github.com
Sun Oct 20 09:37:05 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: efb5fc5ee0cc663bee11ccad48b2141a90d0b097
      https://github.com/D-Programming-Language/dmd/commit/efb5fc5ee0cc663bee11ccad48b2141a90d0b097
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M src/expression.c
    M test/fail_compilation/warn7444.d

  Log Message:
  -----------
  Disable enhancement feature 7444

Existing issues:

http://d.puremagic.com/issues/show_bug.cgi?id=11276
To enforce slice + assign syntax `a[] = b[]` may cause problems with generic code.

http://d.puremagic.com/issues/show_bug.cgi?id=11244
A case yet difficult to make it clear - combination with operator overloading.


  Commit: 448711534a6f4bf203f0cee10af284507c58e0d1
      https://github.com/D-Programming-Language/dmd/commit/448711534a6f4bf203f0cee10af284507c58e0d1
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-10-20 (Sun, 20 Oct 2013)

  Changed paths:
    M src/expression.c
    M test/fail_compilation/warn7444.d

  Log Message:
  -----------
  Merge pull request #2673 from 9rnsr/rev7444

[REG2.063] Disable enhancement feature 7444


Compare: https://github.com/D-Programming-Language/dmd/compare/bb45939a3d0f...448711534a6f


More information about the dmd-internals mailing list