[dmd-internals] [D-Programming-Language/dmd] 4ce0f8: fix Issue 8335 - `ref` is ignored for static array...

GitHub noreply at github.com
Sun Jul 22 14:17:19 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 4ce0f83b388982f6fef550b5c4829acfe744e4f7
      https://github.com/D-Programming-Language/dmd/commit/4ce0f83b388982f6fef550b5c4829acfe744e4f7
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-07-06 (Fri, 06 Jul 2012)

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

  Log Message:
  -----------
  fix Issue 8335 - `ref` is ignored for static array of stucts with postblit argument


  Commit: 146442eb5d63c8ec88968122e2238cd607f2ecbb
      https://github.com/D-Programming-Language/dmd/commit/146442eb5d63c8ec88968122e2238cd607f2ecbb
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-07-22 (Sun, 22 Jul 2012)

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

  Log Message:
  -----------
  Merge pull request #1035 from 9rnsr/fix8335

Issue 8335 - `ref` is ignored for static array of stucts with postblit argument


Compare: https://github.com/D-Programming-Language/dmd/compare/2659baa9c8b4...146442eb5d63


More information about the dmd-internals mailing list