natecraddock / natecraddock/ziglua
Support system and vendored Lua libraries
Nobody has claimed this yet.
- Dominant language
- Zig
- Stars
- 522
- Forks
- 72
- Avg merge
- 10d 6h
- Merged PRs (30d)
- 1
Description
Hey, I'm using your ziglua project to devendor lua in my redis fork. However, the vendored lua exposes two additional functions that it seems upstream doesn't otherwise expose (https://github.com/terrablue/zkv/blob/master/deps/lua/src/lua.h#L361-L362).
Would you mind exposing those functions as well? I find it very convenient to use ziglua as a dependency instead of rolling out my own.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the vendored Lua header at the linked lua.h lines 361-362, then find the corresponding ziglua binding entry points. The work is complete when both additional functions are exposed for the supported system and vendored Lua setups.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, zig
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100