[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Two bugs....
"Chris Double" <chris.double@double.co.nz> writes:
> I can confirm both happen on win32 as well.
>
> The first is reproducable with just:
>
> (dc <treap> (<map> <col.>))
> (new <treap>)
yes, it's because <treap>'s don't yet implement enumerators and the
write-map method depends on it. it's getting a recursive error that's
stack overflowing. i'll come up with some kind of solution for this
so at least it doesn't fall over with a stack overflow.
jonathan
> Chris.
> --
> Chris Double
> chris.double@double.co.nz