[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: luajson (or lpeg) issue
- From: Alexander Gladysh <agladysh@...>
- Date: Mon, 2 May 2011 02:16:05 +0400
Hi, list!
On rather small JSON data (will prepare a minimal sample ASAP) we get
this error from luajson[1] 1.2.1:
/luajson/lua/json/decode.lua:90: too many pending calls/choices
The line: local ret, next_index = lpeg.match(grammar, data)
It seems that we're affected by this problem in lpeg:
http://lua-users.org/lists/lua-l/2010-03/msg00107.html
Any known workarounds?
Thanks,
Alexander.
[1] — https://github.com/harningt/luajson