tarantool / tarantool/tarantool
`field_type_strs` not exposed in `module.h`
Open
Nobody has claimed this yet.
feature
- Dominant language
- Lua
- Stars
- 3.7k
- Forks
- 419
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 88
Description
Seems better to have it as it simplifies parsing types passed to C stored procedures from Lua.
Preferably along with str[n]index and lengthof (these ones would not belong to module.h as they're not Tarantool-related, so seems like a bad idea, actually).
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 locating module.h and the existing field_type_strs definition, then trace the Lua C stored-procedure type parsing described in the issue. Done means field_type_strs is exposed through module.h and the parsing use case works as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, lua
- Domain
- api, database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100