[Issue 13989] add system-specific ext to -of parameter if ext is invalid

2015-09-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13989

bb.t...@gmx.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |LATER

--- Comment #3 from bb.t...@gmx.com ---
implementation of the -fe switch tested in ddmd. Maybe later when real D string
will be used.

--


[Issue 13989] add system-specific ext to -of parameter if ext is invalid

2015-01-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13989

--- Comment #2 from bb.t...@gmx.com ---
Your argument doesn't stand. If I follow your logic then in case 2) the
extension shouldn't be added.

Another thing: let's imagine a cross-plateform script for building an
application, if the of parameter contain a dot in its name. On linux the output
file can be executed directly but not under Win.

Maybe should I rephrase my feature request as a proposition for a new switch,
e.g: -fe force standard extension ?

-fe: under win always add .exe, under nux add nothing
-lib -fe: always add .lib or .a
-shared -fe: always add .dll or .so
etc

--


[Issue 13989] add system-specific ext to -of parameter if ext is invalid

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13989

Orvid King blah38...@gmail.com changed:

   What|Removed |Added

 CC||blah38...@gmail.com

--- Comment #1 from Orvid King blah38...@gmail.com ---
I disagree with this, it is perfectly reasonable to want to output a file with
a non-standard extension, many plugin mechanisms for instance use a file
extension other than .dll. I believe it is the user's issue if they want to
output a file with an extension of .cool.

--


[Issue 13989] add system-specific ext to -of parameter if ext is invalid

2015-01-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13989

Orvid King blah38...@gmail.com changed:

   What|Removed |Added

   Hardware|x86 |All

--