OpenXRay/xray-16

Support Lua 5.1 (without LuaJIT)

Aperta

#822 aperta il 12 giu 2021

 (2 commenti) (0 reazioni) (0 assegnatari)C++ (519 fork)auto 404
Developer ExperienceHelp wantedLuaModmaker ExperiencePortability

Metriche repository

Star
 (3524 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor