OpenXRay/xray-16

Support Lua 5.1 (without LuaJIT)

オープン

#822 opened on 2021/06/12

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (519 件のフォーク)auto 404
Developer ExperienceHelp wantedLuaModmaker ExperiencePortability

Repository metrics

Stars
 (3,524 個のスター)
PR merge metrics
 (PR metrics pending)

説明

To ease scripts debugging and also increase portability, we can support pure Lua 5.1.

We can use https://github.com/WheretIB/LuaDkmDebugger to debug Lua from within the Visual studio, but it doesn't support LuaJIT, so using pure Lua can help in this matter. (https://github.com/WheretIB/LuaDkmDebugger/issues/8) LuaDkmDebugger now supports LuaJIT.

コントリビューターガイド