[dmd-internals] [D-Programming-Language/dmd] 7eaeac: fix Issue 12070 - Variant opCall not static

GitHub noreply at github.com
Thu Feb 6 15:45:12 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 7eaeac6759081c45da3dba4902cd932416e29281
      https://github.com/D-Programming-Language/dmd/commit/7eaeac6759081c45da3dba4902cd932416e29281
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-02-05 (Wed, 05 Feb 2014)

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

  Log Message:
  -----------
  fix Issue 12070 - Variant opCall not static

If both constructor and opCall exist, `Type()` should be handled as literal syntax for default construction.


  Commit: 231e27f036ba086c42339bbae966e93c2b71cd61
      https://github.com/D-Programming-Language/dmd/commit/231e27f036ba086c42339bbae966e93c2b71cd61
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-02-06 (Thu, 06 Feb 2014)

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

  Log Message:
  -----------
  Merge pull request #3221 from 9rnsr/fix12070

[REG2.065a] Issue 12070 - Variant opCall not static


Compare: https://github.com/D-Programming-Language/dmd/compare/342aef4ae052...231e27f036ba


More information about the dmd-internals mailing list