Hi, Sergey!
I’ve fixed the nit you mentioned, the branch is force pushed.
 
--
Best regards,
Maxim Kokryashkin
 
 
Четверг, 29 сентября 2022, 16:11 +03:00 от Sergey Kaplun <skaplun@tarantool.org>:
 
Hi, Maxim!

Thanks for the fixes!
LGTM, just a single nit below.

On 29.09.22, Maxim Kokryashkin via Tarantool-patches wrote:
>
> Hi, Sergos!
> Thanks for the questions!
> Please consider my answers amd changes below.

<snipped>

> Here is the diff:
> ===============================================
> --- a/test/tarantool-tests/gh-6976-narrowing-of-unary-minus.test.lua
> +++ b/test/tarantool-tests/gh-6976-narrowing-of-unary-minus.test.lua

<snipped>

> +test:ok(check(function()
> +  -- See the comment about `table.new()` above.
> +  local res = require('table.new')(3, 0)
> +  for i = 2, 0, -1 do
> +    table.insert(res, 1 / -i)
> +  end
> +  return res
> +end),'assertion guard fail')

Typo: s/,/, /

>  

<snipped>

> Best regards,
> Maxim Kokryashkin
>  

--
Best regards,
Sergey Kaplun