On Thursday, 12 February 2015 at 13:29:12 UTC, John Colvin wrote:
On Thursday, 12 February 2015 at 13:27:52 UTC, John Colvin
wrote:
On Thursday, 12 February 2015 at 13:23:59 UTC, Vladimir
Panteleev wrote:
On Thursday, 12 February 2015 at 13:08:34 UTC, John Colvin
wrote:
Does anyone know of a way to get dmd to print the path of
the chosen dmd.conf?
touch empty.d
dmd -o- -v empty.d | grep ^config
cheers. It would be great if there was a simple switch for
that, dmd.conf misplacement/duplication is among the most
common problem people have with dmd installations.
Even better, dmd would list *all* the dmd.conf's it can find,
in order of preference.
Would that be possible to issue a warning at install time if a
dmd.conf is known is some location ?