[dmd-internals] [D-Programming-Language/dmd] 77c0f9: Static array field cannot have the enclosing type ...

GitHub noreply at github.com
Fri Oct 5 11:36:45 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 77c0f9d97f91b606a1b6c209dc5a9d7f32d061cb
      https://github.com/D-Programming-Language/dmd/commit/77c0f9d97f91b606a1b6c209dc5a9d7f32d061cb
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

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

  Log Message:
  -----------
  Static array field cannot have the enclosing type be its base type if the type is a struct.


  Commit: b7067a3fa35f9ac2b1aa16b4e184a236cff566d0
      https://github.com/D-Programming-Language/dmd/commit/b7067a3fa35f9ac2b1aa16b4e184a236cff566d0
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2012-10-05 (Fri, 05 Oct 2012)

  Changed paths:
    M src/declaration.c

  Log Message:
  -----------
  Remove unused variable.


  Commit: 799d74e4686d9d1bca08e9bac38dfcca4de73fde
      https://github.com/D-Programming-Language/dmd/commit/799d74e4686d9d1bca08e9bac38dfcca4de73fde
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2012-10-05 (Fri, 05 Oct 2012)

  Changed paths:
    M src/declaration.c

  Log Message:
  -----------
  else if on same line.


  Commit: b0f145e5f13b03a0d5796bcbe4be06d64506c8a9
      https://github.com/D-Programming-Language/dmd/commit/b0f145e5f13b03a0d5796bcbe4be06d64506c8a9
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2012-10-05 (Fri, 05 Oct 2012)

  Changed paths:
    M src/declaration.c

  Log Message:
  -----------
  Remove unecessary variable, put expression inline.


  Commit: 0dc2d12d9958cec40b94d762e726f43fa9f0608f
      https://github.com/D-Programming-Language/dmd/commit/0dc2d12d9958cec40b94d762e726f43fa9f0608f
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-05 (Fri, 05 Oct 2012)

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

  Log Message:
  -----------
  Merge pull request #1166 from AndrejMitrovic/Fix8691

Fix 8691: Stack overflow with recursive struct


Compare: https://github.com/D-Programming-Language/dmd/compare/77ad29c6b388...0dc2d12d9958


More information about the dmd-internals mailing list