[dmd-internals] [D-Programming-Language/dmd] ae70bf: fix Issue 6453 - Allow multiple invariant per stru...

GitHub noreply at github.com
Sun May 12 19:17:36 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ae70bfdeafd3a534e3f12747503bafa046be2f9d
      https://github.com/D-Programming-Language/dmd/commit/ae70bfdeafd3a534e3f12747503bafa046be2f9d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M src/clone.c
    M src/declaration.h
    M src/e2ir.c
    M src/func.c
    M src/identifier.c
    M src/parse.c
    M src/struct.c
    M test/runnable/testinvariant.d

  Log Message:
  -----------
  fix Issue 6453 - Allow multiple invariant per struct/class


  Commit: 081c92a115b3006871c5a516267417e06ceacbcf
      https://github.com/D-Programming-Language/dmd/commit/081c92a115b3006871c5a516267417e06ceacbcf
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-05-12 (Sun, 12 May 2013)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M src/clone.c
    M src/declaration.h
    M src/e2ir.c
    M src/func.c
    M src/identifier.c
    M src/parse.c
    M src/struct.c
    M test/runnable/testinvariant.d

  Log Message:
  -----------
  Merge pull request #1978 from 9rnsr/multi_inv

Issue 6453 - Allow multiple invariant per struct/class


Compare: https://github.com/D-Programming-Language/dmd/compare/23c6ac5bee0d...081c92a115b3


More information about the dmd-internals mailing list