February 26, 2011 Is std.cover deprecated or gone? | ||||
---|---|---|---|---|
| ||||
It's documented here... http://www.digitalmars.com/d/2.0/phobos/std_cover.html ... but I can't find it in the Phobos source. (Also, I can't import it -- which is perhaps the most pressing issue :) It's just that I'm using rdmd (for convenience), but then I don't know where any coverage reports end up (unless I examine the path to the generated executable), so I thought I'd specify where I wanted them... -- Magnus Lie Hetland http://hetland.org |
February 26, 2011 Re: Is std.cover deprecated or gone? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Magnus Lie Hetland | On 2011-02-26 16:30:10 +0100, Magnus Lie Hetland said: > It's documented here... > > http://www.digitalmars.com/d/2.0/phobos/std_cover.html > > ... but I can't find it in the Phobos source. (Also, I can't import it -- which is perhaps the most pressing issue :) > > It's just that I'm using rdmd (for convenience), but then I don't know where any coverage reports end up (unless I examine the path to the generated executable), so I thought I'd specify where I wanted them... Seems the specific problem isn't really a problem -- rdmd with -conv places the files in the right directory anyway :) -- Magnus Lie Hetland http://hetland.org |
Copyright © 1999-2021 by the D Language Foundation