[dmd-internals] [D-Programming-Language/dmd] 94ed79: fix Issue 11919 - GitHub HEAD regression for getAt...

GitHub noreply at github.com
Tue Jan 14 13:14:37 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 94ed79b11a762bd7de509f0d3ca78c2ffe9f9a8f
      https://github.com/D-Programming-Language/dmd/commit/94ed79b11a762bd7de509f0d3ca78c2ffe9f9a8f
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-01-13 (Mon, 13 Jan 2014)

  Changed paths:
    M src/expression.c
    A test/fail_compilation/ice11919.d
    A test/fail_compilation/imports/a11919.d

  Log Message:
  -----------
  fix Issue 11919 - GitHub HEAD regression for getAttributes trait (DMD CORE DUMP)

fix insufficient error propagation in TupleExp::semantic to resolve ICE.


  Commit: fd181823a6b3e23c5bb048f086e104c56f461cb3
      https://github.com/D-Programming-Language/dmd/commit/fd181823a6b3e23c5bb048f086e104c56f461cb3
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-01-13 (Mon, 13 Jan 2014)

  Changed paths:
    M src/class.c
    M src/declaration.c
    M src/dsymbol.c
    M src/dsymbol.h
    M src/enum.c
    M src/func.c
    M src/struct.c
    M src/traits.c
    M test/fail_compilation/ice11919.d
    A test/runnable/imports/a9741.d
    M test/runnable/uda.d

  Log Message:
  -----------
  fix Issue 9741 - undefined identifier with User Defined Attribute

Also fixes incorrect 'undefined identifier' error in `fail_compilation/ice11919.d`.


  Commit: be7ec7018a49624c847023773f425f72d8772351
      https://github.com/D-Programming-Language/dmd/commit/be7ec7018a49624c847023773f425f72d8772351
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-01-14 (Tue, 14 Jan 2014)

  Changed paths:
    M src/class.c
    M src/declaration.c
    M src/dsymbol.c
    M src/dsymbol.h
    M src/enum.c
    M src/expression.c
    M src/func.c
    M src/struct.c
    M src/traits.c
    A test/fail_compilation/ice11919.d
    A test/fail_compilation/imports/a11919.d
    A test/runnable/imports/a9741.d
    M test/runnable/uda.d

  Log Message:
  -----------
  Merge pull request #3090 from 9rnsr/fix11919

[REG2.066a] Issue 11919 - GitHub HEAD regression for getAttributes trait (DMD CORE DUMP)


Compare: https://github.com/D-Programming-Language/dmd/compare/7f459da59a15...be7ec7018a49


More information about the dmd-internals mailing list