On 3/18/13, timotheecour <[email protected]> wrote: > rdmd -cov /Users/timothee/test/test_01.d > creates a file "-Users-timothee-test-test_01.lst" > > A) > This leading "-" in filename is very unix unfriendly, eg:
http://d.puremagic.com/issues/show_bug.cgi?id=9751 There's a pull ready, which replaces invalid characters with an underscore. It also does this for periods to avoid the ..\foo.d or -I.. issue. > Also, why not add dmd flag : -covd=dirname, in which all lst > files will be generated? File as enhancement: http://d.puremagic.com/issues/show_bug.cgi?id=9752
