[dmd-internals] [D-Programming-Language/dmd] 3b101f: fix Issue 9073 - In manifest constant initializer, ...

GitHub noreply at github.com
Mon Sep 9 23:17:37 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 3b101f404707fc8a06cec6e547ffb38ea3ef756b
      https://github.com/D-Programming-Language/dmd/commit/3b101f404707fc8a06cec6e547ffb38ea3ef756b
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-09-08 (Sun, 08 Sep 2013)

  Changed paths:
    M src/declaration.c
    M test/runnable/declaration.d

  Log Message:
  -----------
  fix Issue 9073 - In manifest constant initializer, && and || should evaluate their operands lazily.


  Commit: c97061421b2a1acd621a13a3ad8853c9d2ee2ffc
      https://github.com/D-Programming-Language/dmd/commit/c97061421b2a1acd621a13a3ad8853c9d2ee2ffc
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-09-09 (Mon, 09 Sep 2013)

  Changed paths:
    M src/declaration.c
    M test/runnable/declaration.d

  Log Message:
  -----------
  Merge pull request #1325 from 9rnsr/fix9073

Issue 9073 - In manifest constant initializer, && and || should evaluate their operands lazily.


Compare: https://github.com/D-Programming-Language/dmd/compare/d6c2b20d190f...c97061421b2a


More information about the dmd-internals mailing list