Go to file
Ana Guerrero 4141f17cb0 Accepting request 1233621 from devel:languages:lua
- Update to 2.8:
  - Fix handling of decoding errors when Lua is compiled with
    LUA_NOCVTN2S.
- Update to 2.7:
  - Enable working with newer versions of LPeg where the
    "version" field is no longer a function.
  - Fix error messages when an encoding error happens in an
    ordered dictionary.
- Update to 2.6:
  - The decode function is no longer automatically replaced by
    the version implemented using LPeg, but an LPeg-enabled
    copy of the module has to be requested explicitly with
    the function use_lpeg. This was changed to improve the
    predictability of the code and make audits more reliable.
  - The LPeg-version of the decode function now reports
    unterminated strings, arrays and objects with the position
    where they started rather than where parsing failed which was
    usually at the end of the input string. This was already the
    behavior of the pure-Lua-implementation.
  - Fixed a bug where entries in a dictionary were not put in the
    desired order when their value was the boolean false.

OBS-URL: https://build.opensuse.org/request/show/1233621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-dkjson?expand=0&rev=6
2024-12-30 11:51:25 +00:00
_multibuild - Update to 2.8: 2024-12-28 00:29:24 +00:00
.gitattributes - Update to 2.8: 2024-12-28 00:29:24 +00:00
.gitignore - Update to 2.8: 2024-12-28 00:29:24 +00:00
dkjson-2.8.tar.gz - Update to 2.8: 2024-12-28 00:29:24 +00:00
lua-dkjson.changes - Update to 2.8: 2024-12-28 00:29:24 +00:00
lua-dkjson.spec - Update to 2.8: 2024-12-28 00:29:24 +00:00