[dmd-internals] [D-Programming-Language/dmd] 064b04: Fix Issue 6408 - string[].init gives a wrong type

GitHub noreply at github.com
Sun Jan 20 23:00:13 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 064b0419f8956a76f3d7cabeacd0861cff802923
      https://github.com/D-Programming-Language/dmd/commit/064b0419f8956a76f3d7cabeacd0861cff802923
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-01-18 (Fri, 18 Jan 2013)

  Changed paths:
    M src/expression.c
    M test/runnable/imports/bug846.d
    M test/runnable/imports/test35a.d
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Fix Issue 6408 - string[].init gives a wrong type

Allow reinterpreting a slice or index expression as a dynamic array, static array, or associative array


  Commit: cd9ef35c402dbeb177343c7cea5b9ed4a5e6b94f
      https://github.com/D-Programming-Language/dmd/commit/cd9ef35c402dbeb177343c7cea5b9ed4a5e6b94f
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

  Changed paths:
    M src/expression.c
    M test/runnable/imports/bug846.d
    M test/runnable/imports/test35a.d
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #1495 from yebblies/issue6408

Fix Issue 6408 - string[].init gives a wrong type


Compare: https://github.com/D-Programming-Language/dmd/compare/52dfad27be0c...cd9ef35c402d


More information about the dmd-internals mailing list