Bug 4263 – Header generation omits '@system' attribute

Status
RESOLVED
Resolution
FIXED
Severity
blocker
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
Other
OS
Mac OS X
Creation time
2010-06-02T15:55:00Z
Last change time
2015-06-09T01:27:40Z
Assigned to
nobody
Creator
sean

Attachments

IDFilenameSummaryContent-TypeSize
653headergen.diffUpdate the header generation to include missing @system and enum attributestext/plain2626
654fix.patchpatchtext/plain1072

Comments

Comment #0 by sean — 2010-06-02T15:55:33Z
Given the module: @system: int x = 1; The generated header is: { int x = 1; } Patch included.
Comment #1 by braddr — 2010-06-05T13:00:25Z
Created attachment 653 Update the header generation to include missing @system and enum attributes There's likely other attributes that are missing. I was focused on fixing the two cases that Sean found. Also fixes issue 4262.
Comment #2 by sean — 2010-06-05T14:25:31Z
Created attachment 654 patch This is a patch that should fix both 4262 and 4263.
Comment #3 by bugzilla — 2010-06-07T22:23:53Z