lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>>>>> "Viacheslav" == Viacheslav Usov <via.usov@gmail.com> writes:

 >> And indeed, what you do to the stack in the deentify / deentifyn
 >> functions is a classic example of violating the luaL_Buffer protocol
 >> - you're assuming you can push something, do an addstring, and then
 >> pop the thing that you pushed - but this is explicitly forbidden,
 >> since addstring is allowed to push new entries on the stack.

 Viacheslav> Is this the same thing as in
 Viacheslav> http://lua-users.org/lists/lua-l/2017-11/msg00004.html?

Seems so.

-- 
Andrew.