[dmd-internals] [D-Programming-Language/dmd] 4d5c65: fix Issue 14682 - Incorrect interpretation of ~ []

GitHub via dmd-internals dmd-internals at puremagic.com
Wed Jun 17 11:50:17 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 4d5c653d83984e85ba3976702c4f59a95b8d087a
      https://github.com/D-Programming-Language/dmd/commit/4d5c653d83984e85ba3976702c4f59a95b8d087a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-06-13 (Sat, 13 Jun 2015)

  Changed paths:
    M src/expression.c
    M test/runnable/test42.d

  Log Message:
  -----------
  fix Issue 14682 - Incorrect interpretation of ~ []

CatExp should check whether array literal operands can fit to opposite side type.


  Commit: 38da94bef3cb741a5f1d2c440aeda3b96f5224dc
      https://github.com/D-Programming-Language/dmd/commit/38da94bef3cb741a5f1d2c440aeda3b96f5224dc
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-06-13 (Sat, 13 Jun 2015)

  Changed paths:
    M src/expression.c
    M test/runnable/test42.d

  Log Message:
  -----------
  Additional fix for typing concat expression

In a concatenation for array vs. element, check that whether array literal operands can work like polymorphic expression.


  Commit: 67b82717d2e189974a1662ded8a8229791977eb9
      https://github.com/D-Programming-Language/dmd/commit/67b82717d2e189974a1662ded8a8229791977eb9
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-06-17 (Wed, 17 Jun 2015)

  Changed paths:
    M src/expression.c
    M test/runnable/test42.d

  Log Message:
  -----------
  Merge pull request #4742 from 9rnsr/fix14682

[REG2.037] Issue 14682 - Incorrect interpretation of ~ []


Compare: https://github.com/D-Programming-Language/dmd/compare/98bb24bbedf1...67b82717d2e1


More information about the dmd-internals mailing list