Skip to content

tests/lapi: add string.buffer tests #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ligurio
Copy link
Owner

@ligurio ligurio commented Jul 21, 2025

The patch add tests for LuaJIT's string buffer library.

  1. https://luajit.org/ext_buffer.html

@ligurio ligurio force-pushed the ligurio/gh-xxxx-lapi-string.buffer branch 3 times, most recently from d0a24a8 to 36e5ef8 Compare July 22, 2025 12:19
@ligurio ligurio requested a review from Buristan July 22, 2025 12:20
@ligurio ligurio force-pushed the ligurio/gh-xxxx-lapi-string.buffer branch from 36e5ef8 to 26ef371 Compare July 22, 2025 12:35
The patch add tests for LuaJIT's string buffer library [1].

Note, as it is stated in documentation [1] this serialization
format is designed for internal use by LuaJIT applications, and
this format is explicitly not intended to be a 'public standard'
for structured data interchange across computer languages (like
JSON or MessagePack). The purpose of the proposed tests is testing
the library because other LuaJIT components relies on it and
also the proposed tests indirectly tests FFI library.

1. https://luajit.org/ext_buffer.html
@ligurio ligurio force-pushed the ligurio/gh-xxxx-lapi-string.buffer branch from 26ef371 to 0837c06 Compare July 22, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants