[dmd-internals] [D-Programming-Language/dmd] 0c1413: Refactoring template instantiation error handling

GitHub noreply at github.com
Wed Feb 27 10:38:25 PST 2013


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

  Changed paths:
    M src/template.c
    M src/template.h

  Log Message:
  -----------
  Refactoring template instantiation error handling


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

  Changed paths:
    M src/template.c

  Log Message:
  -----------
  Simply or the conditions in Template(Instance|Mixin)::semantic

Pointed out by you Martin Nowak.


  Commit: 9403d174feb5c122c14d1e0ef0e87169fe8a0397
      https://github.com/D-Programming-Language/dmd/commit/9403d174feb5c122c14d1e0ef0e87169fe8a0397
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M src/template.c
    M src/template.h

  Log Message:
  -----------
  Merge pull request #1694 from 9rnsr/refactor_tinst

Refactoring template instantiation error handling


Compare: https://github.com/D-Programming-Language/dmd/compare/7245d11cf4dc...9403d174feb5


More information about the dmd-internals mailing list