mirror of
https://github.com/ThePhD/sol2
synced 2026-08-15 10:32:03 -04:00
- 🛠️ Supports lua/* prefix for header inclusion of the lua library - 🛠️ Use luaL_error to try and retain traceback information, even when compiled as C++ (don't catchall) - 🛠️ Revise trampoline usage by changing automatic macro detection to be more precise (e.g. Building as C++ doesn't automatically enable catchalls - 🛠️ Use safety argument checking for the object argument, to get better error messages in certain places - 🛠️ Pull errors more appropriately (e.g. check directly for the sol::error / sol::detail::error_exception type to make sure it gets propagated properly |
||
|---|---|---|
| .. | ||
| compat-5.3.c.h | ||
| compat-5.3.h | ||
| compat-5.4.h | ||
| lua_version.hpp | ||