<!DOCTYPE html>
<html data-lt-installed="true">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body style="padding-bottom: 1px;">
    <p>Sergey,</p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 21.08.2024 11:58, Sergey Kaplun
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:439d9b017029c16d49cb9cf40dec881d6a9697b3.1724228998.git.skaplun@tarantool.org">
      <pre class="moz-quote-pre" wrap="">This patch refactors the aforementioned test to make its code style
closer to ours.

Relates to tarantool/tarantool#9398
---</pre>
    </blockquote>
    <p>thanks for the patch! LGTM with a minor:</p>
    <p>probably line 10 needs more whitespaces:</p>
    <p>>      do local a,b,c,d,e,f,g,h,i,j,k,l,m,n end -- Ensure
      bigger frame size.<br>
    </p>
    <blockquote type="cite"
cite="mid:439d9b017029c16d49cb9cf40dec881d6a9697b3.1724228998.git.skaplun@tarantool.org">
      <pre class="moz-quote-pre" wrap="">
 test/LuaJIT-tests/lang/gc_stack.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/LuaJIT-tests/lang/gc_stack.lua b/test/LuaJIT-tests/lang/gc_stack.lua
index cd3d8f90..8aee57e3 100644
--- a/test/LuaJIT-tests/lang/gc_stack.lua
+++ b/test/LuaJIT-tests/lang/gc_stack.lua
@@ -1,5 +1,5 @@
 do --- Marking sparse stack.
-  local t = setmetatable({}, { __index=function(t, k)
+  local t = setmetatable({}, { __index = function(t, k)
     k = k - 1
     if k == 0 then
       collectgarbage() -- Mark stack, including holes.
</pre>
    </blockquote>
  </body>
  <lt-container></lt-container>
</html>