[dmd-internals] [D-Programming-Language/dmd] 20e0c6: fix Issue 13802 - Improve pretty-print result for ...

GitHub via dmd-internals dmd-internals at puremagic.com
Mon Dec 1 11:51:59 PST 2014


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

  Changed paths:
    M src/hdrgen.c
    M test/runnable/testconst.d

  Log Message:
  -----------
  fix Issue 13802 - Improve pretty-print result for the const(string) type


  Commit: bf74228edf7765f43cb8bade06717a2a99d45946
      https://github.com/D-Programming-Language/dmd/commit/bf74228edf7765f43cb8bade06717a2a99d45946
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-12-02 (Tue, 02 Dec 2014)

  Changed paths:
    M src/hdrgen.c
    M src/mtype.c
    M src/mtype.h
    M test/compilable/extra-files/header1.d
    M test/compilable/extra-files/header1.di
    M test/compilable/extra-files/header1i.di
    M test/fail_compilation/diag11769.d
    M test/fail_compilation/fail256.d
    M test/runnable/testconst.d

  Log Message:
  -----------
  fix Issue 13803 - Improve pretty-print result for the wstring an dstring types


  Commit: a23603e4a1ab219d8e0e8ec184db6e95de4be28e
      https://github.com/D-Programming-Language/dmd/commit/a23603e4a1ab219d8e0e8ec184db6e95de4be28e
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-12-02 (Tue, 02 Dec 2014)

  Changed paths:
    M src/hdrgen.c
    M src/mtype.c
    M src/mtype.h
    M test/compilable/extra-files/header1.d
    M test/compilable/extra-files/header1.di
    M test/compilable/extra-files/header1i.di
    M test/fail_compilation/diag11769.d
    M test/fail_compilation/fail256.d
    M test/runnable/testconst.d

  Log Message:
  -----------
  Merge pull request #4185 from 9rnsr/fix_pp_string

Issue 13802 & 13803 - Improve pretty-print result for the three string types


Compare: https://github.com/D-Programming-Language/dmd/compare/e17631e197e9...a23603e4a1ab


More information about the dmd-internals mailing list