From: Cyrill Gorcunov via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: tml <tarantool-patches@dev.tarantool.org> Cc: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> Subject: [Tarantool-patches] [PATCH 0/4] cmod: refactor box/func Date: Wed, 17 Feb 2021 23:15:17 +0300 [thread overview] Message-ID: <20210217201521.436951-1-gorcunov@gmail.com> (raw) In-Reply-To: <20210217123945.396396-1-gorcunov@gmail.com> Add more use of cmod code in box.schema.func related functionality. This allows us to shrink code a bit. Note the series is on top of > [PATCH v18 0/2] box: implement cmod Lua module > https://lists.tarantool.org/tarantool-patches/20210217123945.396396-1-gorcunov@gmail.com/ thus not on plain master branch code. They are sitting in branch gorcunov/gh-4642-func-ro-18-unify Cyrill Gorcunov (4): box/func: drop redundant module argument box/func: update module cache in one pass cmod: export cmod_call helper box/func: simplify func_c_call src/box/call.c | 11 +++------- src/box/func.c | 55 ++++++++++++++++++---------------------------- src/box/func.h | 3 +-- src/box/lua/cmod.c | 24 ++++++++------------ src/box/lua/cmod.h | 15 +++++++++++++ 5 files changed, 49 insertions(+), 59 deletions(-) base-commit: 99b13539c8534460bf99e5a90c8865a35413dbbd -- 2.29.2
next prev parent reply other threads:[~2021-02-17 20:15 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-02-17 12:39 [Tarantool-patches] [PATCH v18 0/2] box: implement cmod Lua module Cyrill Gorcunov via Tarantool-patches 2021-02-17 12:39 ` [Tarantool-patches] [PATCH v18 1/2] box/cmod: " Cyrill Gorcunov via Tarantool-patches 2021-02-17 12:39 ` [Tarantool-patches] [PATCH v18 2/2] test: box/cfunc -- add cmod test Cyrill Gorcunov via Tarantool-patches 2021-02-17 20:15 ` Cyrill Gorcunov via Tarantool-patches [this message] 2021-02-17 20:15 ` [Tarantool-patches] [PATCH 1/4] box/func: drop redundant module argument Cyrill Gorcunov via Tarantool-patches 2021-02-17 20:15 ` [Tarantool-patches] [PATCH 2/4] box/func: update module cache in one pass Cyrill Gorcunov via Tarantool-patches 2021-02-17 20:15 ` [Tarantool-patches] [PATCH 3/4] cmod: export cmod_call helper Cyrill Gorcunov via Tarantool-patches 2021-02-17 20:15 ` [Tarantool-patches] [PATCH 4/4] box/func: simplify func_c_call Cyrill Gorcunov via Tarantool-patches
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=20210217201521.436951-1-gorcunov@gmail.com \ --to=tarantool-patches@dev.tarantool.org \ --cc=gorcunov@gmail.com \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/4] cmod: refactor box/func' \ /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