tarantool / tarantool/tarantool
Support sandboxed Lua functions in Tarantool debugger
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.7k
- Forks
- 419
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 88
Description
Is your feature request related to a problem? Please describe.
Tarantool supports so-called sandboxed functions, see ^1.
Tarantool users (developers) desired to debug these functions by builtin debugger.
Describe the solution you'd like
Use tdbg in sandboxed Lua functions.
Describe alternatives you've considered
Using print()/io.write() with debug messages?
Additional context
None.
Definition of Done
TBD
Contributor guide
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 reading the tdbg entry point and the sandboxed Lua function behavior described in the linked box.schema.func_create documentation. Determine how tdbg currently handles ordinary Lua functions and what support is needed for sandboxed ones. Done means users can debug sandboxed Lua functions with tdbg; the issue currently provides no test path or finalized definition of done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- database, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100