From: Oleg Babin <olegrok@tarantool.org> To: sergeyb@tarantool.org, tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org, alexander.turenko@tarantool.org Subject: Re: [Tarantool-patches] [PATCH 1/2] src: return back import of table.clear() method Date: Wed, 12 Aug 2020 16:03:50 +0300 [thread overview] Message-ID: <0f75a16f-c1a7-992b-29fb-54358861cd70@tarantool.org> (raw) In-Reply-To: <1f495519687c8e037c638ccabab28e23882a41df.1595943364.git.sergeyb@tarantool.org> Hi! Thanks for your patch! I think it shouldn't be placed in "src/lua/trigger.lua". I believe "src/lua/table.lua" is more appropriate place. Of course with comment why it should be done e.g. "This require modifies global "table" module and adds "clear" function to it". On 28/07/2020 16:52, sergeyb@tarantool.org wrote: > From: Sergey Bronnikov <sergeyb@tarantool.org> > > Import of 'table.clear' module has been removed > to fix luacheck warning about unused variable in > commit 3af79e70b5e1e9b1d69b97f3031a299132a02d2f > and method table.clear() became unavailable in Tarantool. > > Part of #5210 > --- > src/lua/trigger.lua | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/lua/trigger.lua b/src/lua/trigger.lua > index 1330ecdd4..066329ea6 100644 > --- a/src/lua/trigger.lua > +++ b/src/lua/trigger.lua > @@ -1,4 +1,5 @@ > local fun = require('fun') > +local _ = require('table.clear') BTW, "require('table.clear')" should be enough without "local _ =" > > -- > -- Checks that argument is a callable, i.e. a function or a table
next prev parent reply other threads:[~2020-08-12 13:03 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-07-28 13:52 [Tarantool-patches] [PATCH 0/2] Recover " sergeyb 2020-07-28 13:52 ` [Tarantool-patches] [PATCH 1/2] src: return back import " sergeyb 2020-07-28 16:41 ` Alexander Turenko 2020-08-31 11:14 ` Sergey Bronnikov 2020-09-01 13:57 ` Alexander Turenko 2020-08-12 13:03 ` Oleg Babin [this message] 2020-08-31 11:18 ` Sergey Bronnikov 2020-07-28 13:52 ` [Tarantool-patches] [PATCH 2/2] test: add regression test for table.clear() sergeyb 2020-07-28 16:41 ` Alexander Turenko 2020-08-31 11:20 ` Sergey Bronnikov 2020-07-28 16:41 ` [Tarantool-patches] [PATCH 0/2] Recover of table.clear() method Alexander Turenko 2020-09-02 9:49 ` Sergey Bronnikov 2020-09-08 13:25 ` Kirill Yukhin
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=0f75a16f-c1a7-992b-29fb-54358861cd70@tarantool.org \ --to=olegrok@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 1/2] src: return back import of table.clear() method' \ /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