quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
413 stars 47 forks source link

Please add jzon #2281

Closed aartaka closed 1 year ago

aartaka commented 1 year ago

https://github.com/Zulu-Inuoe/jzon

It's yet another JSON parser for CL, this time focusing on JSON testcases conformance.

I'm not a maintainer, but I'm interested in seeing it on Quicklisp :)

Loading the library causes

; caught STYLE-WARNING:
;   Call to FLOAT-FEATURES:BITS-SINGLE-FLOAT could not be inlined because no
;   definition for it was seen prior to its first use.

is that critical for the build (float-features is on Quicklisp already)?

quicklisp commented 1 year ago

See issue #2256. It will be in the next release.

On Thu, Apr 6, 2023 at 8:22 AM Artyom Bologov @.***> wrote:

https://github.com/Zulu-Inuoe/jzon

It's yet another JSON parser for CL, this time focusing on JSON testcases conformance.

I'm not a maintainer, but I'm interested in seeing it on Quicklisp :)

Loading the library causes

; caught STYLE-WARNING: ; Call to FLOAT-FEATURES:BITS-SINGLE-FLOAT could not be inlined because no ; definition for it was seen prior to its first use.

is that critical for the build (float-features is on Quicklisp already)?

— Reply to this email directly, view it on GitHub https://github.com/quicklisp/quicklisp-projects/issues/2281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACPNLJIWX7WBF2JQQDJOHTW72YOXANCNFSM6AAAAAAWVKV7PM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

aartaka commented 1 year ago

Ouch :sweat_smile: Closing then!