[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Thursday afternoon teaser
- From: Rob Kendrick <rjek@...>
- Date: Thu, 31 Jan 2013 14:20:28 +0000
On Thu, Jan 31, 2013 at 12:10:20PM -0200, Roberto Ierusalimschy wrote:
> > Oh, I know the code's nonsense. What surprised me is why the REPL bails
> > out. On #lua, we're theorising that lua.c does not wrap its lookup of
> > _PROMPT in a pcall or similar.
>
> It does not. (BTW, we are considering removing _PROMPT...)
That would certainly solve the problem - I didn't even realise the
feature was there until I investigated this.
B.