Re: [ANN] Lua 5.2.0 (beta-rc2) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc2) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2011年6月22日 10:38:08 -0300
> It's never a good idea to export an internal structure. Especially
> not, if it's allocated externally. You cannot add an element or
> increase the struct size without breaking the ABI.
Usually new Lua versions break the ABI in several other ways, so
that does not seem a big problem.
> You already made that mistake with lua_Debug, please don't make it
> again.
What was (is) the problem with lua_Debug?
-- Roberto