Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 9de5b9cecfb50773bba83f2bf38bed21119b6427
      
https://github.com/D-Programming-Language/dmd/commit/9de5b9cecfb50773bba83f2bf38bed21119b6427
  Author: k-hara <[email protected]>
  Date:   2015-04-03 (Fri, 03 Apr 2015)

  Changed paths:
    M src/class.c

  Log Message:
  -----------
  [Refactoring] Remove duplicated setScope() call for class members


  Commit: 0e5f690dd41909fba7262eaa865aad4e627a859d
      
https://github.com/D-Programming-Language/dmd/commit/0e5f690dd41909fba7262eaa865aad4e627a859d
  Author: k-hara <[email protected]>
  Date:   2015-04-03 (Fri, 03 Apr 2015)

  Changed paths:
    M src/aggregate.h
    M src/class.c

  Log Message:
  -----------
  [Refactoring] Add enum `Baseok` to express the progress of base classes 
resolving

And rename `ClassDeclaration::doAncestorsSemantic` to `baseok`.


  Commit: 5346e25de5b1c30ad27a17bfa58fc5e5c6b21d69
      
https://github.com/D-Programming-Language/dmd/commit/5346e25de5b1c30ad27a17bfa58fc5e5c6b21d69
  Author: k-hara <[email protected]>
  Date:   2015-04-03 (Fri, 03 Apr 2015)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M test/compilable/testfwdref.d

  Log Message:
  -----------
  fix Issue 14390 - ICE or bad "has forward references" error with circular 
class structure

Class instance size can be determined before the completion of class members 
semantic.


  Commit: ddf4a6db97ba38cce5b4e67ea50f6628d4a67562
      
https://github.com/D-Programming-Language/dmd/commit/ddf4a6db97ba38cce5b4e67ea50f6628d4a67562
  Author: Walter Bright <[email protected]>
  Date:   2015-04-04 (Sat, 04 Apr 2015)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M test/compilable/testfwdref.d

  Log Message:
  -----------
  Merge pull request #4548 from 9rnsr/fix14390

[REG2.068a] Issue 14390 - ICE or bad "has forward references" error with 
circular class structure


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

Reply via email to