[dmd-internals] [D-Programming-Language/dmd] 6e018c: fix Issue 6652 - 3. Change modifying non ref varia...

GitHub noreply at github.com
Wed Mar 6 21:31:58 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 6e018c83c2fcd138c6596ca63a3fbf9140e9c69c
      https://github.com/D-Programming-Language/dmd/commit/6e018c83c2fcd138c6596ca63a3fbf9140e9c69c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-01-31 (Thu, 31 Jan 2013)

  Changed paths:
    M src/declaration.h
    M src/expression.c
    M src/mars.h
    M src/statement.c
    M test/fail_compilation/fail6652a.d
    M test/fail_compilation/fail6652b.d
    M test/runnable/deprecate1.d
    M test/runnable/foreach5.d

  Log Message:
  -----------
  fix Issue 6652 - 3. Change modifying non ref variable allowed and not affect to loop


  Commit: ad74ad3bd8ae763db3f68c0a6647cb1909d477dd
      https://github.com/D-Programming-Language/dmd/commit/ad74ad3bd8ae763db3f68c0a6647cb1909d477dd
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-03-06 (Wed, 06 Mar 2013)

  Changed paths:
    M src/declaration.h
    M src/expression.c
    M src/mars.h
    M src/statement.c
    M test/fail_compilation/fail6652a.d
    M test/fail_compilation/fail6652b.d
    M test/runnable/deprecate1.d
    M test/runnable/foreach5.d

  Log Message:
  -----------
  Merge pull request #1010 from 9rnsr/fix6652_3

fix Issue 6652 - 3. Change modifying non ref variable allowed and not affect to loop


Compare: https://github.com/D-Programming-Language/dmd/compare/fd628d817073...ad74ad3bd8ae


More information about the dmd-internals mailing list