Prev: Filtered functions
Next: Macro with-timeout
From: Kaz Kylheku on 6 Dec 2009 15:22 If you run your smoke test suite with filtered functions, are you getting full coverage? How do you dispose of the filters? Are they toxic or can they be collected with your regular garbage? Thanks.
From: Pascal Costanza on 6 Dec 2009 16:35 Kaz Kylheku wrote: > If you run your smoke test suite with filtered functions, are you > getting full coverage? > > How do you dispose of the filters? > > Are they toxic or can they be collected with your regular garbage? Where do you expect any problems? I don't store the filters in some global hash-table, or so, if that's what you mean... Pascal -- My website: http://p-cos.net Common Lisp Document Repository: http://cdr.eurolisp.org Closer to MOP & ContextL: http://common-lisp.net/project/closer/
From: Captain Obvious on 7 Dec 2009 07:37 ??>> If you run your smoke test suite with filtered functions, are you ??>> getting full coverage? ??>> ??>> How do you dispose of the filters? ??>> ??>> Are they toxic or can they be collected with your regular garbage? PC> Where do you expect any problems? PC> I don't store the filters in some global hash-table, or so, if that's PC> what you mean... Maybe that was a joke?
From: Willem Broekema on 7 Dec 2009 08:01 On Dec 7, 1:37 pm, "Captain Obvious" <udode...(a)users.sourceforge.net> wrote: > Maybe that was a joke? Hah, nice one. I didn't get it the first time either :) - Willem
From: Pascal Costanza on 7 Dec 2009 08:55 Captain Obvious wrote: > ??>> If you run your smoke test suite with filtered functions, are you > ??>> getting full coverage? > ??>> > ??>> How do you dispose of the filters? > ??>> > ??>> Are they toxic or can they be collected with your regular garbage? > > PC> Where do you expect any problems? > > PC> I don't store the filters in some global hash-table, or so, if that's > PC> what you mean... > > Maybe that was a joke? > Duh... :) Pascal -- My website: http://p-cos.net Common Lisp Document Repository: http://cdr.eurolisp.org Closer to MOP & ContextL: http://common-lisp.net/project/closer/
|
Pages: 1 Prev: Filtered functions Next: Macro with-timeout |