natecraddock / natecraddock/ziglua
Redo the debug interface
Nobody has claimed this yet.
- Dominant language
- Zig
- Stars
- 522
- Forks
- 72
- Avg merge
- 10d 6h
- Merged PRs (30d)
- 1
Description
After merging https://github.com/natecraddock/ziglua/issues/52, most of the combined library code is relatively clean. One area I would like to improve is the debug library.
I am not sure on the how or the what, but this is a reminder to take a look and see if we can build a more "ziggy" interface on top of what Lua provides. Bonus points if it also hides some of the differences between Lua versions
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
Start by examining the existing debug library and the Lua C API bindings in ziglua. Define what a more Zig-oriented interface should cover and how it could hide differences between Lua versions; the work is done when that scope and the resulting interface are agreed and implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, zig
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100