From: Timur Safin <tsafin@tarantool.org> To: v.shpilevoy@tarantool.org, alexander.turenko@tarantool.org Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH 1.10 0/9] RFC: module api: extend for external merger Lua module Date: Fri, 25 Sep 2020 00:00:32 +0300 [thread overview] Message-ID: <cover.1600955796.git.tsafin@tarantool.org> (raw) This patchset is a 1.10 backport of a 2.X series which was in turn continuation of patch series which Alexander Turenko has sent before. The major difference here - is the way how we export symbols: - in 1.10 there was no `src/exports.h` existing, and we were using old good `extra/exports` instead. Issue: * https://github.com/tarantool/tarantool/issues/5273 ('module api: expose everything that is needed for external key_def module') Branches: * https://github.com/tarantool/tarantool/tree/tsafin/gh-5273-expand-module-api (top 7 commits above of 14 @Totktonada's commits) * https://github.com/tarantool/tarantool/tree/tsafin/gh-5273-expand-module-api-1.10 (last 9 commits above of 16 @Totktonada's commits) Alexander Turenko (1): module api: add luaL_iscallable with support of cdata metatype Timur Safin (8): module api: export box_tuple_validate module api: export box_key_def_dup module api: luaT_newthread module api: luaL_register_module & luaL_register_type module api: luaT_temp_luastate & luaT_release_temp_luastate module api: luaL_checkibuf & luaL_checkconstchar module api: extend list of public symbols in 1.10 module api: luaL_cdata_iscallable extra/exports | 22 +++++++ src/box/key_def_api.c | 6 ++ src/box/key_def_api.h | 10 ++++ src/box/tuple.c | 8 +++ src/box/tuple.h | 11 ++++ src/lua/utils.c | 92 +++++++++++++++++++++++++++++ src/lua/utils.h | 99 +++++++++++++++++++++++++++----- test/app-tap/module_api.c | 10 ++++ test/app-tap/module_api.test.lua | 85 ++++++++++++++++++++++++++- 9 files changed, 327 insertions(+), 16 deletions(-) -- 2.20.1
next reply other threads:[~2020-09-24 21:01 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-24 21:00 Timur Safin [this message] 2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 1/9] module api: export box_tuple_validate Timur Safin 2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 2/9] module api: export box_key_def_dup Timur Safin 2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 3/9] module api: luaT_newthread Timur Safin 2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 4/9] module api: luaL_register_module & luaL_register_type Timur Safin 2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 5/9] module api: luaT_temp_luastate & luaT_release_temp_luastate Timur Safin 2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 6/9] module api: luaL_checkibuf & luaL_checkconstchar Timur Safin 2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 7/9] RFC: module api: extend list of public symbols in 1.10 Timur Safin 2020-09-29 6:21 ` Alexander Turenko 2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 8/9] module api: add luaL_iscallable with support of cdata metatype Timur Safin 2020-09-24 21:00 ` [Tarantool-patches] [PATCH 1.10 9/9] module api: luaL_cdata_iscallable Timur Safin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1600955796.git.tsafin@tarantool.org \ --to=tsafin@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 1.10 0/9] RFC: module api: extend for external merger Lua module' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox