[dmd-internals] [D-Programming-Language/dmd] 2ae8fe: fix Issue 12985 - Better error message for not sup...

GitHub via dmd-internals dmd-internals at puremagic.com
Sat Oct 4 20:20:17 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 2ae8fe46c7f7a8a8c464a1d40d306f9f2926ebca
      https://github.com/D-Programming-Language/dmd/commit/2ae8fe46c7f7a8a8c464a1d40d306f9f2926ebca
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-10-05 (Sun, 05 Oct 2014)

  Changed paths:
    M src/arrayop.c
    M src/expression.c
    M src/expression.h
    M test/fail_compilation/fail9459.d
    M test/fail_compilation/ice12179.d
    M test/fail_compilation/ice13497.d
    M test/fail_compilation/ice2603.d

  Log Message:
  -----------
  fix Issue 12985 - Better error message for not supported array operation


  Commit: bd4cab41c22cf2824e1563e1693237b5671dd8a0
      https://github.com/D-Programming-Language/dmd/commit/bd4cab41c22cf2824e1563e1693237b5671dd8a0
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-10-05 (Sun, 05 Oct 2014)

  Changed paths:
    M src/arrayop.c
    M src/expression.c
    M test/fail_compilation/fail266.d
    M test/fail_compilation/fail323.d
    M test/fail_compilation/fail3903.d
    M test/fail_compilation/fail9459.d
    M test/fail_compilation/ice11566.d
    M test/fail_compilation/ice13497.d
    M test/fail_compilation/ice2603.d

  Log Message:
  -----------
  Replace "did you forget a [] ?" with "possible missing []"


  Commit: f8265aed59ee1256b52d7d1e360336b2c380b989
      https://github.com/D-Programming-Language/dmd/commit/f8265aed59ee1256b52d7d1e360336b2c380b989
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-10-04 (Sat, 04 Oct 2014)

  Changed paths:
    M src/arrayop.c
    M src/expression.c
    M src/expression.h
    M test/fail_compilation/fail266.d
    M test/fail_compilation/fail323.d
    M test/fail_compilation/fail3903.d
    M test/fail_compilation/fail9459.d
    M test/fail_compilation/ice11566.d
    M test/fail_compilation/ice12179.d
    M test/fail_compilation/ice13497.d
    M test/fail_compilation/ice2603.d

  Log Message:
  -----------
  Merge pull request #4039 from 9rnsr/fix12985

Issue 12985 - Better error message for not supported array operation


Compare: https://github.com/D-Programming-Language/dmd/compare/2efa27a37611...f8265aed59ee


More information about the dmd-internals mailing list