Re: Need for testing [was Re: one more time.lisp patch]

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Thu, 24 Nov 2005 17:11:44 -0700
Newsgroups gmane.lisp.clsql.devel
Message-ID <[email protected]>
Aleksandar Bakic wrote:
> Sure, I like testing myself... (if you look at my Climacs contributions (base,
> buffer, cl-automaton), you will see hundreds of test cases). As for CLSQL, I
> need some more time to get familiar enough with the configuration; until then,
> at least, I am actively using the code for which I sometimes send patches here,
> and I will probably send extensions of it once I am sure they work.
> Unfortunately, I don't have enough time at the moment to write test cases...

That all sounds fine. Mostly, I'm musing aloud about how to best
prevent committing code which both add new features but introduces
bugs for existing users.

Kevin