[Issue 1995] invalid paths feed to -J option should be warned
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 14 19:59:21 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1995
wbaxter at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
------- Comment #1 from wbaxter at gmail.com 2008-04-14 21:59 -------
I disagree. -J is specifying an include path, for where to search for
something. Include directories that don't exist usually don't trigger warning
messages (like -Idir or -Ldir).
Making it not an error is useful in that you can include a bunch of standard
locations that may or may not exist inside a build file, and a user can add an
extra location at the command line if none of the standard locations exist or
contain the file sought.
--
More information about the Digitalmars-d-bugs
mailing list