[dmd-internals] [D-Programming-Language/dmd] d4a37b: fix Issue 9494 - Error on recursive associative ar...

GitHub noreply at github.com
Tue Feb 19 00:49:01 PST 2013


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

  Changed paths:
    M src/declaration.c
    M src/mtype.c
    A test/fail_compilation/ice9494.d

  Log Message:
  -----------
  fix Issue 9494 - Error on recursive associative array declaration.


  Commit: a9ddfbc994fb782f42b6e00f00e7006f5f595ebe
      https://github.com/D-Programming-Language/dmd/commit/a9ddfbc994fb782f42b6e00f00e7006f5f595ebe
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-02-18 (Mon, 18 Feb 2013)

  Changed paths:
    A test/fail_compilation/ice4094.d

  Log Message:
  -----------
  fix Issue 4094 - ICE(expression.c): recursive struct templates with type inference


  Commit: d20ac55fb150dfe93345fba222c87b61a0efba22
      https://github.com/D-Programming-Language/dmd/commit/d20ac55fb150dfe93345fba222c87b61a0efba22
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2013-02-19 (Tue, 19 Feb 2013)

  Changed paths:
    M src/declaration.c
    M src/mtype.c
    A test/fail_compilation/ice4094.d
    A test/fail_compilation/ice9494.d

  Log Message:
  -----------
  Merge pull request #1662 from 9rnsr/fix9494

Issue 9494 - Error on recursive associative array declaration.


Compare: https://github.com/D-Programming-Language/dmd/compare/1913c774ce7f...d20ac55fb150


More information about the dmd-internals mailing list