[Issue 1871] New: DMD debug messages printed
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 26 07:41:51 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1871
Summary: DMD debug messages printed
Product: D
Version: 2.011
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: dhasenan at gmail.com
I got the following from dmd at one point:
test1
0x88c71a8 typedot type=object.Object
test2
test1
0x88d94a8 typedot type=object.Object
test2
test1
0x88e8b28 typedot type=object.Object
test2
test1
0x88f7408 typedot type=object.Object
test2
test1
0x8910430 typedot type=object.Object
test2
test1
0x8a2a590 typedot type=dmocks.Mocks.Templated!(int).Templated
test2
test1
0x8a354d8 typedot type=dmocks.Mocks.Templated!(int).Templated
test2
test1
0x8a41b10 typedot type=dmocks.Mocks.Templated!(int).Templated
test2
test1
0x8a4e0d8 typedot type=dmocks.Mocks.Templated!(int).Templated
test2
test1
0x8a5a6b0 typedot type=dmocks.Mocks.Templated!(int).Templated
test2
test1
0x8aca5c8 typedot type=dmocks.Mocks.IM
test2
test1
0x8af5388 typedot type=dmocks.Mocks.ConstructorArg
test2
test1
0x8af9ae8 typedot type=dmocks.Mocks.ConstructorArg
test2
test1
0x8b04c58 typedot type=dmocks.Mocks.ConstructorArg
test2
test1
0x8b11498 typedot type=dmocks.Mocks.ConstructorArg
test2
test1
0x8b1dc38 typedot type=dmocks.Mocks.ConstructorArg
test2
test1
0x8b2a410 typedot type=dmocks.Mocks.ConstructorArg
test2
The strings 'typedot', 'test1', and 'test2' do not appear in my code. These
appear to be debug messages for DMD that have been left in production code.
--
More information about the Digitalmars-d-bugs
mailing list