<div dir="ltr">I'd like to be able to customize rendering of files (eg in error messages) output by dmd, eg:<div><br></div><div>dmd XXX</div><div>foo/bar.d: Warning: statement is unreachable</div><div><br></div><div><div>dmd --fileprefix=mydir/ XXX</div><div>mydir/foo/bar.d: Warning: statement is unreachable</div></div><div><br></div><div>this makes it easy to allow user to see where errors came from even after changing directories. Eg, on OSX iterm2 allows clicking on file links, when connecting to a server (mounted somwhere), this would allow the user to simply click on a file and trigger action (open with editor).</div><div><br></div></div>