On 10/9/12 4:38 PM, Andrej Mitrovic wrote:
On 10/9/12, Andrei Alexandrescu<seewebsiteforem...@erdani.org>  wrote:
On 10/9/12 12:30 PM, Faux Amis wrote:
On a side-note, why is rdmd picky about argument order?

  >dmd test.d -I..\include

Because anything after the program is considered an argument to the
program.

Andrei


I think this is a fairly common user error. Perhaps we could consider
introducing --args which would treat all args as compiler args except
the ones set with --args which are for the app itself?

I'd be bummed because that's quite a logical decision, and how other interpreters do it.

Andrei

Reply via email to