[Issue 2586] New: broken import gcstats
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jan 15 14:54:52 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2586
Summary: broken import gcstats
Product: D
Version: 2.023
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: someanon at yahoo.com
the file is in dmd-v2.023/src/druntime/src/gc/basic/gcstats.d
and declared: module gc.gcstats;
However, if I do:
import gc.gcstats;
dmd says: module gcstats cannot read file 'gc/gcstats.d'
if I do:
import gcstats;
dmd says: module gcstats cannot read file 'gcstats.d'
So how do I import gcstats?
--
More information about the Digitalmars-d-bugs
mailing list