tarantool / tarantool/tarantool

Add coio_task() to public API and remove coio_call()

Open
#1,970 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.