digitalmars.D.learn - Is std.cover deprecated or gone?
- Magnus Lie Hetland (10/10) Feb 26 2011 It's documented here...
- Magnus Lie Hetland (6/16) Feb 26 2011 Seems the specific problem isn't really a problem -- rdmd with -conv
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
Feb 26 2011
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
Feb 26 2011