[Tarantool-patches] [PATCH 0/3] LuaJIT misclib minor improvements

Sergey Kaplun skaplun at tarantool.org
Fri Oct 16 18:26:31 MSK 2020


This patch series fix small faults crowed up in the scope of
5a61e1ab54b5c66bfebd836db1ac47996611e065 ('misc: add C and Lua API
for platform metrics').

Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-5187-add-missing-header

Although the CI is red, I found no errors related to LuaJIT.
CI: https://gitlab.com/tarantool/tarantool/-/pipelines/203641026

Sergey Kaplun (3):
  misc: add lmisclib.h to lua.hpp header
  misc: add lib_misc.c to all .bat files
  misc: fix linking when LUA_BUILD_AS_DLL is defined

 src/lj_mapi.c       | 3 +++
 src/lua.hpp         | 1 +
 src/msvcbuild.bat   | 2 +-
 src/ps4build.bat    | 2 +-
 src/psvitabuild.bat | 2 +-
 src/xb1build.bat    | 2 +-
 src/xedkbuild.bat   | 2 +-
 7 files changed, 9 insertions(+), 5 deletions(-)

-- 
2.28.0



More information about the Tarantool-patches mailing list