I haven't figured this out yet :-( It's probably going to be next week before I can take another look.
On Apr 2, 2005 4:29 PM, Stephen Deasey <[EMAIL PROTECTED]> wrote:
> Here's a minimal test case:
>
> test ns_parseargs-2.3 {object type conversion / display} -body {
> set tid [ns_thread begin {
> proc x {args} {
> ns_parseargs {-a} $args
> }
> x
> }]
> ns_thread wait $tid
> } -cleanup {
> unset -nocomplain -- tid
> } -result {}
>
> I'll take a look at this, but any input is most welcome!
