[PATCH v3] core: Non-blocking io.popen

Vladimir Davydov vdavydov.dev at gmail.com
Wed Jun 19 12:41:48 MSK 2019


On Mon, Jun 17, 2019 at 09:54:59PM +0300, Stanislav Zudin wrote:
>  src/CMakeLists.txt              |   1 +
>  src/lua/fio.lua                 |  50 +++--------
>  src/lua/init.c                  |   2 +
>  src/lua/lua_signal.c            | 155 ++++++++++++++++++++++++++++++++
>  src/lua/lua_signal.h            |  45 ++++++++++
>  test/app-tap/fio_popen.test.lua |  11 +--
>  6 files changed, 220 insertions(+), 44 deletions(-)
>  create mode 100644 src/lua/lua_signal.c
>  create mode 100644 src/lua/lua_signal.h

Looks like you forgot to squash commits. Please do and rebase on
the current master commit.



More information about the Tarantool-patches mailing list