From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH luajit] Add missing coercion when recording select(string, ...) Date: Tue, 24 Sep 2024 13:33:30 +0300 [thread overview] Message-ID: <ZvKVegEFhsc-34VH@root> (raw) In-Reply-To: <d50a0254-d8d9-4544-b99e-b3cc46e3942a@tarantool.org> Hi, Sergey! Thanks for the review! Fixed your comment and force-pushed the branch. On 24.09.24, Sergey Bronnikov wrote: > Hi, Sergey, > > thanks for the patch! > > See minor comment below. > > LGTM > > > On 23.09.2024 14:28, Sergey Kaplun wrote: <snipped> > > + > > +test:is(result, 1, 'corect select result after recording') > > s/corect/correct/ Fixed, thanks! =================================================================== diff --git a/test/tarantool-tests/lj-1083-missing-tostring-coercion-in-select.test.lua b/test/tarantool-tests/lj-1083-missing-tostring-coercion-in-select.test. lua index 8089247f..5145efd5 100644 --- a/test/tarantool-tests/lj-1083-missing-tostring-coercion-in-select.test.lua +++ b/test/tarantool-tests/lj-1083-missing-tostring-coercion-in-select.test.lua @@ -34,6 +34,6 @@ jit.opt.start('hotloop=1') -- XXX: amount of arguments is empirical, see the comment above. local result = test_select(1, 2, 3, 4) -test:is(result, 1, 'corect select result after recording') +test:is(result, 1, 'correct select result after recording') test:done(true) =================================================================== > > > > + > > +test:done(true) -- Best regards, Sergey Kaplun
next prev parent reply other threads:[~2024-09-24 10:34 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-09-23 11:28 Sergey Kaplun via Tarantool-patches 2024-09-24 10:28 ` Sergey Bronnikov via Tarantool-patches 2024-09-24 10:33 ` Sergey Kaplun via Tarantool-patches [this message] 2024-10-11 19:04 ` Maxim Kokryashkin via Tarantool-patches 2024-10-18 15:17 ` Sergey Kaplun 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=ZvKVegEFhsc-34VH@root \ --to=tarantool-patches@dev.tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit] Add missing coercion when recording select(string, ...)' \ /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