tarantool / tarantool/tarantool
Add coio_task() to public API and remove coio_call()
Open
Nobody has claimed this yet.
breaking change
- Dominant language
- Lua
- Stars
- 3.7k
- Forks
- 419
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 88
Description
This buggy function was added to API as a temporary solution for tarantool/pg and tarantool/mysql. It had never been designed for the general public. We don't need this function anymore.
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 the public API definitions for coio_call() and coio_task(), then inspect the tarantool/pg and tarantool/mysql callers mentioned in the issue. Done means coio_task() is exposed through the public API, coio_call() is removed, and those affected integrations no longer depend on the old function.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- api, backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100