Bug 14461 – Header generation fails for definitions of string,wstring and dstring

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-04-18T12:16:53Z
Last change time
2018-03-12T14:05:27Z
Keywords
pull
Assigned to
No Owner
Creator
Rainer Schuetze

Comments

Comment #0 by r.sagitario — 2015-04-18T12:16:53Z
Trying to generate object.di from object._d generates these bad aliases alias string = string; alias wstring = wstring; alias dstring = dstring;
Comment #1 by r.sagitario — 2015-04-18T12:22:41Z
Comment #2 by github-bugzilla — 2015-04-21T05:02:16Z
Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/be8f360dce82e5619625296183d74bb7d0e69892 Merge pull request #4594 from rainers/hdrgen_string Issue 14461 - Header generation fails for definitions of string,wstring and dstring
Comment #3 by github-bugzilla — 2015-06-17T21:04:54Z