External lib unittests: they're killin me!

Steven Schveighoffer schveiguy at yahoo.com
Thu May 23 06:56:25 PDT 2013


On Thu, 23 May 2013 09:49:59 -0400, Kagamin <spam at here.lot> wrote:

> On Tuesday, 21 May 2013 at 18:58:33 UTC, Steven Schveighoffer wrote:
>> Fully disagree!  For free, every single command line application,  
>> including custom ones, handles expansion in exactly the same way.   
>> Compare to windows command line...
>
> Something wrong with FindFirstFile and FindNextFile functions?

No I mean, I want to pass in all the files in a directory to a windows  
command line tool.  But the tool has to "opt in" to allow me to use  
wildcards.

In other words, the tool receives "*.*" as a parameter, and it is  
responsible for expanding.  If it doesn't, I'm SOL.

Compare to Unix, I don't care what the tool supports, I am in control of  
the expressiveness of what I want to say.

-Steve


More information about the Digitalmars-d mailing list