Re: undocumented function repl

2006-08-01 Thread Kevin Ryde
Jon Wilson <[EMAIL PROTECTED]> writes: > > There seem to be a number of repl related procedures that are > exported. Should all of them be available? Probably not. There's a fair bit of stuff in boot-9 that ought to either made private or documented.

Re: Garbage collection bug

2006-08-01 Thread Kevin Ryde
Andreas Røsdal <[EMAIL PROTECTED]> writes: > > When the cards get dragged the list of cards is kept purely on the C side > of the code - hence there is an opportunity for them to get garbage > collected. Do you mean the CallData bits of cscmi_drag_valid and friends in cscmi.c? Yes, they look a

Re: Enabling Debugging

2006-08-01 Thread Volkan YAZICI
On Jul 31 10:53, dave wrote: > I had to work through this a while back, and the problem I had was that > there are two types of error handler callback - one is called before the > stack is unwound, the other after. If you only set the error callback > for after the unwind there is no stack to do th