This patch is a minor suggestion to not rely on the fact
that the LUA_OK macro is 0.
This assumption could change in future versions of the C API.
Paths
| Differential D90556
[LLDB][NFC] treat Lua error codes in a more explicit manner ClosedPublic Authored by tammela on Nov 1 2020, 8:26 AM.
Details Summary This patch is a minor suggestion to not rely on the fact This assumption could change in future versions of the C API.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 2 2020, 12:46 PM This revision was landed with ongoing or failed builds.Nov 3 2020, 1:40 AM Closed by commit rG4b9fa3b705c8: [LLDB][NFC] treat Lua error codes in a more explicit manner (authored by tammela). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302509 lldb/source/Plugins/ScriptInterpreter/Lua/Lua.cpp
|