[dmd-internals] [D-Programming-Language/dmd] cfde17: fix Issue 13280 - `this.sizeof` rejected as static...

GitHub via dmd-internals dmd-internals at puremagic.com
Sat Feb 21 08:55:27 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: cfde17106f88f471ab8c3188fc58d63723682918
      https://github.com/D-Programming-Language/dmd/commit/cfde17106f88f471ab8c3188fc58d63723682918
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-02-22 (Sun, 22 Feb 2015)

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

  Log Message:
  -----------
  fix Issue 13280 - `this.sizeof` rejected as static array length in some cases


  Commit: e5fdbf0975fde0a0bfcfad0d2dc24fa2576f437e
      https://github.com/D-Programming-Language/dmd/commit/e5fdbf0975fde0a0bfcfad0d2dc24fa2576f437e
  Author: Brad Roberts <braddr at puremagic.com>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

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

  Log Message:
  -----------
  Merge pull request #4431 from 9rnsr/fix13280

Issue 13280 - `this.sizeof` rejected as static array length in some cases


Compare: https://github.com/D-Programming-Language/dmd/compare/001e30e55f52...e5fdbf0975fd


More information about the dmd-internals mailing list