From: Vladislav Shpilevoy via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Serge Petrenko <sergepetrenko@tarantool.org>,
tarantool-patches@dev.tarantool.org, olegrok@tarantool.org
Subject: Re: [Tarantool-patches] [PATCH 1/1] json: use cord_ibuf for encoding and decoding
Date: Mon, 24 May 2021 17:47:03 +0200 [thread overview]
Message-ID: <063bf9bd-2fbc-136a-a75e-44e6942ec57d@tarantool.org> (raw)
In-Reply-To: <65ce8ac8-6af3-e822-9fb0-113b37f51b18@tarantool.org>
Thanks for the review!
> Sorry, I noticed this too late: luacheck has one warning on your branch:
>
> Checking test/app-tap/json.test.lua 1 warning
> 422 <https://github.com/tarantool/tarantool/runs/2650197964#step:4:422>
> 423 <https://github.com/tarantool/tarantool/runs/2650197964#step:4:423>test/app-tap/json.test.lua:210:9: (W213) unused loop variable i
> 424 <https://github.com/tarantool/tarantool/runs/2650197964#step:4:424>
Fixed:
====================
@@ -207,7 +207,7 @@ tap.test("json", function(test)
--
local bigstr = string.rep('a', 16384)
local t = {}
- for i = 1, 10 do
+ for _ = 1, 10 do
table.insert(t, bigstr)
end
local bigjson = serializer.encode(t)
====================
next prev parent reply other threads:[~2021-05-24 15:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-23 14:06 Vladislav Shpilevoy via Tarantool-patches
2021-05-24 10:04 ` Oleg Babin via Tarantool-patches
2021-05-24 15:49 ` Vladislav Shpilevoy via Tarantool-patches
2021-05-24 16:00 ` Oleg Babin via Tarantool-patches
2021-05-24 13:01 ` Serge Petrenko via Tarantool-patches
2021-05-24 13:05 ` Serge Petrenko via Tarantool-patches
2021-05-24 15:47 ` Vladislav Shpilevoy via Tarantool-patches [this message]
2021-05-24 15:47 ` Vladislav Shpilevoy via Tarantool-patches
2021-05-24 16:17 ` Serge Petrenko via Tarantool-patches
2021-05-25 21:20 ` Vladislav Shpilevoy 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=063bf9bd-2fbc-136a-a75e-44e6942ec57d@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=olegrok@tarantool.org \
--cc=sergepetrenko@tarantool.org \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH 1/1] json: use cord_ibuf for encoding and decoding' \
/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