gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] [Child Process unable to receive input from a file(sc


From: John Griessen
Subject: Re: [Gnucap-devel] [Child Process unable to receive input from a file(script)]
Date: Sat, 28 Jun 2014 12:47:37 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 06/26/2014 07:28 PM, al davis wrote:
Perhaps CMD::command() should be eliminated.  That whole file
should be reviewed.

So, I ask myself .. why was it created?  Answer: to simplify the
interface for commands that call a collection of other commands.
It doesn't work to pass the stream in the usual way because
doing so would clobber it.  Also, avoiding accounting and the
like makes the command look like a single command, and not the
sum of its parts.  That is needed, so CMD::command stays.

One could give it a new name such as:

CMD::commandchunks
CMD::commandfromchunks
CMD::commandparts
CMD::commandfromparts
CMD::commandassemblage
CMD::commandlist



reply via email to

[Prev in Thread] Current Thread [Next in Thread]