The dmd.conf rant

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 31 22:00:51 PDT 2015


On Wed, Apr 01, 2015 at 04:28:43AM +0200, Martin Nowak via Digitalmars-d wrote:
[...]
> That dmd.conf is driving me crazy.

No kidding, after idgen.d got merged, I had to spend about an *hour*
trying to figure out how to get things to build with the right conf
files.


[...]
> ### conclusion
> 
> The lookup order for the config file should be changed to the following.
> - next to dmd binary (highest precedence so that I can have multiple
> installations)
> - per-user conf folder (HOME) (to override the system-wide config)
> - system-wide conf folder (to allow package installations .deb/.rpm)
> 
> The current situation is unmaintainable.

+1. This is the order that makes the most sense. I'm astonished it
wasn't implemented this way from the start.


T

-- 
People say I'm arrogant, and I'm proud of it.


More information about the Digitalmars-d mailing list