[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 now available
- From: "Pierre Chapuis" <catwell@...>
- Date: Thu, 02 Jul 2020 08:08:58 +0200
On Wed, Jul 1, 2020, at 21:10, Roberto Ierusalimschy wrote:
> I am afraid I didn't ask what I wanted :-) What I meant was to print
> the value of 'numbuff' in 'addnum2buff' (not 'buff'); that is the value
> that becomes 'buff' in 'tostringbuff'. Better still if you could print
> both values ('numbuff' and 'buff' in 'addnum2buff').
[lua-5.4.0 08:07] ./src/lua -e "tostring(1.0)"
buff: 0x7ffe557f6140, numbuff: 0x7ffe557f6150
Bus error (core dumped)