Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 73028ba9f1ea23417c4e65ecd2cce969b2348f61
      
https://github.com/D-Programming-Language/dmd/commit/73028ba9f1ea23417c4e65ecd2cce969b2348f61
  Author: k-hara <[email protected]>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M src/class.c
    M src/struct.c
    M test/runnable/template9.d

  Log Message:
  -----------
  fix Issue 12719 - struct.c:705: virtual void 
StructDeclaration::semantic(Scope*): Assertion `parent && parent == sc->parent' 
failed.

Set `semanticRun` to `PASSsemanticdone;` immediately after the struct size 
determined.


  Commit: 7f05c8e3aba2e2ca7c59f5ba52279b28461ee130
      
https://github.com/D-Programming-Language/dmd/commit/7f05c8e3aba2e2ca7c59f5ba52279b28461ee130
  Author: Walter Bright <[email protected]>
  Date:   2014-05-10 (Sat, 10 May 2014)

  Changed paths:
    M src/class.c
    M src/struct.c
    M test/runnable/template9.d

  Log Message:
  -----------
  Merge pull request #3537 from 9rnsr/fix12719

[REG2.066a] Issue 12719 - struct.c:705: virtual void 
StructDeclaration::semantic(Scope*): Assertion `parent && parent == sc->parent' 
failed.


Compare: 
https://github.com/D-Programming-Language/dmd/compare/d5669dc831f9...7f05c8e3aba2
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to