← Back to index
|
Original Bugzilla link
Bug 8883 – -H and non-object object handled incorrectly
Status
NEW
Severity
normal
Priority
P3
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-10-23T19:45:04Z
Last change time
2024-12-13T18:01:54Z
Assigned to
No Owner
Creator
Ellery Newcomer
Moved to GitHub: dmd#18479 →
Comments
Comment #0
by ellery-newcomer — 2012-10-23T19:45:04Z
$ cat a/object.d module a.object; int objectystuff = 1; $ cat a/other.d module a.other; import a.object; public import a.object; dmd -Hdd a/*.d -c -o- cat d/object.di // D import file generated from 'a/object.d' module a.object; int objectystuff = 1; cat d/other.di // D import file generated from 'a/other.d' module a.other; public /// <------ where'd my imports go?
Comment #1
by dlang-bugzilla — 2017-07-05T19:55:50Z
Not sure if allowing "object" in module names is intentional.
Comment #2
by robert.schadek — 2024-12-13T18:01:54Z
THIS ISSUE HAS BEEN MOVED TO GITHUB
https://github.com/dlang/dmd/issues/18479
DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB