[dmd-internals] [D-Programming-Language/dmd] 0adbdc: Issue 6534 - const struct definition inside functi...

GitHub noreply at github.com
Mon Oct 8 04:44:10 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 0adbdc1d860a1d718d36fc6a982aaeb7667ed1d8
      https://github.com/D-Programming-Language/dmd/commit/0adbdc1d860a1d718d36fc6a982aaeb7667ed1d8
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-09-25 (Tue, 25 Sep 2012)

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

  Log Message:
  -----------
  Issue 6534 - const struct definition inside functions too


  Commit: d04348f37e3bfb9e7976f2c360c5c06b4d6f62fd
      https://github.com/D-Programming-Language/dmd/commit/d04348f37e3bfb9e7976f2c360c5c06b4d6f62fd
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-09-25 (Tue, 25 Sep 2012)

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

  Log Message:
  -----------
  Issue 7065 - align() refused for struct defined inside functions


  Commit: 273d60ed59ff93b8c1fc0dc7f672b18dfdc59dec
      https://github.com/D-Programming-Language/dmd/commit/273d60ed59ff93b8c1fc0dc7f672b18dfdc59dec
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-09-25 (Tue, 25 Sep 2012)

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

  Log Message:
  -----------
  Issue 7172 - nested class with additional attributes is not supported


  Commit: 3f56dce0536deb60eb08aefec2f9091b0787c8ed
      https://github.com/D-Programming-Language/dmd/commit/3f56dce0536deb60eb08aefec2f9091b0787c8ed
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-09-25 (Tue, 25 Sep 2012)

  Changed paths:
    M src/class.c

  Log Message:
  -----------
  Fix small access violation.


  Commit: 381eec8240dcc8eeacd9d81285b77f4324f32090
      https://github.com/D-Programming-Language/dmd/commit/381eec8240dcc8eeacd9d81285b77f4324f32090
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-08 (Mon, 08 Oct 2012)

  Changed paths:
    M src/class.c
    M src/parse.c
    A test/compilable/test6534.d
    A test/compilable/test7065.d
    A test/compilable/test7172.d

  Log Message:
  -----------
  Merge pull request #562 from 9rnsr/fix6534

Issue 6534 & 7065 & 7172 - Parser improvements for inner aggregates


Compare: https://github.com/D-Programming-Language/dmd/compare/9aea891987a8...381eec8240dc


More information about the dmd-internals mailing list