[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-cbor 1.0.0 released
- From: Sergey Zakharchenko <doublef.mobile@...>
- Date: Mon, 29 Aug 2022 05:31:58 +0000
Hello Kim,
Kim Alvefur <zash@zash.se>:
> I just released version 1.0.0 of lua-cbor, an implementation of the
> CBOR[^1] serialization format. It is written purely in Lua and supports
> Lua 5.1 to 5.4.
This looks nice, thanks! FWIW the big integer tests (GwAAAOjUpRAA,
GwAAAOjUpRAA, G///////////) fail on a 32-bit CPU; e.g. Lua parses
1000000000000 as a float there, and the CBOR decode result is a
wrapped-around integer.
Best regards,
--
DoubleF