[dmd-internals] [D-Programming-Language/dmd] 7cbb9a: fix Issue 10326 - Disallow 'invariant' for immutab...

GitHub via dmd-internals dmd-internals at puremagic.com
Sun May 11 19:18:13 PDT 2014


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

  Changed paths:
    M src/parse.c
    M test/compilable/compile1.d

  Log Message:
  -----------
  fix Issue 10326 - Disallow 'invariant' for immutable, allow class/struct invariants without (), and later disallow usage of ()


  Commit: 040c29a00cd9442101ea16577109a39a659983db
      https://github.com/D-Programming-Language/dmd/commit/040c29a00cd9442101ea16577109a39a659983db
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M src/mtype.c

  Log Message:
  -----------
  Replace 'invariant' to 'immutable' in comments


  Commit: 6f08c339d574bb3d808f40ea965f29caa433c000
      https://github.com/D-Programming-Language/dmd/commit/6f08c339d574bb3d808f40ea965f29caa433c000
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M src/mtype.c
    M src/parse.c
    M test/compilable/compile1.d

  Log Message:
  -----------
  Merge pull request #3540 from 9rnsr/fix10326

Issue 10326 - Disallow 'invariant' for immutable, allow class/struct invariants without (), and later disallow usage of ()


Compare: https://github.com/D-Programming-Language/dmd/compare/7bda1b068776...6f08c339d574


More information about the dmd-internals mailing list