[dmd-internals] [D-Programming-Language/dmd] 547009: stop translating "immutable(char)[]" to "string" w...

GitHub via dmd-internals dmd-internals at puremagic.com
Mon Apr 20 22:02:14 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 547009df791e3577b122e68be5e4561371bad612
      https://github.com/D-Programming-Language/dmd/commit/547009df791e3577b122e68be5e4561371bad612
  Author: Rainer Schuetze <r.sagitario at gmx.de>
  Date:   2015-04-18 (Sat, 18 Apr 2015)

  Changed paths:
    M src/hdrgen.c

  Log Message:
  -----------
  stop translating "immutable(char)[]" to "string" while the "string" alias is being defined. Same for wstring and dstring.


  Commit: dcec0f49213037c45a61f5e91409c1edf3e4d2c5
      https://github.com/D-Programming-Language/dmd/commit/dcec0f49213037c45a61f5e91409c1edf3e4d2c5
  Author: Rainer Schuetze <r.sagitario at gmx.de>
  Date:   2015-04-18 (Sat, 18 Apr 2015)

  Changed paths:
    M src/hdrgen.c
    M src/idgen.d

  Log Message:
  -----------
  add "string", "wstring" and "dstring" to idgen, use in hdrgen.c


  Commit: be8f360dce82e5619625296183d74bb7d0e69892
      https://github.com/D-Programming-Language/dmd/commit/be8f360dce82e5619625296183d74bb7d0e69892
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-04-20 (Mon, 20 Apr 2015)

  Changed paths:
    M src/hdrgen.c
    M src/idgen.d

  Log Message:
  -----------
  Merge pull request #4594 from rainers/hdrgen_string

Issue 14461 - Header generation fails for definitions of string,wstring and dstring


Compare: https://github.com/D-Programming-Language/dmd/compare/312a931d03d1...be8f360dce82


More information about the dmd-internals mailing list