On Tue, 2003-12-02 at 09:12, Rob Shortt wrote:
> Hi, sorry for the late response, been busy.
NP. I understand (man do I!)
> I don't think we need to override those methods here anymore as logging
> has been added to the ChildApp class.
Ahhh. That must be post 1.4 then.
> We can actually trim
Rob Shortt wrote:
> IIRC there are some gotchas with how we use cl_options / VCR_CMD. If
your VCR_CMD doesn't contain entries for each cl_options key then it
will error.
...
So, if my VCR_CMD only contains a couple of the cl_options keys won't it
fail?
Or maybe it only errors when you have %
Hi, sorry for the late response, been busy.
Brian J. Murrell wrote:
In the 1.4 release the stdout_cb and stderr_cb methods seems to be
missing from the RecordApp class. The following patch seems to fix
I don't think we need to override those methods here anymore as logging
has been added to the
In the 1.4 release the stdout_cb and stderr_cb methods seems to be
missing from the RecordApp class. The following patch seems to fix
this. I also added the ability to pass the base filename of the
destination file as well as title and sub-title of the program being
recorded to the VCR_CMD. (Thi