[Issue 2586] broken import gcstats

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 15 15:10:21 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2586





------- Comment #1 from someanon at yahoo.com  2009-01-15 17:10 -------
and more fun:

previously I call: std.gc.getStats(...);

according to: http://digitalmars.com/d/2.0/changelog.html#new2_020
from  to
std.gc.*()  memory.gc_*()

I tried: memory.gc_getStats(gs);
it says: Error: undefined identifier memory

I tried: core.memory.gc_getStats(gs);
it says: Error: undefined identifier module memory.gc_getStats

I tried: core.memory.gc.getStats(gs);
it says: Error: undefined identifier module memory.gc

I tried: core.memory.getStats(gs);
it says: Error: undefined identifier module memory.getStats

Come on!!!!! is the release package really tested? or the doc accurate at all?


-- 



More information about the Digitalmars-d-bugs mailing list