https://bugs.kde.org/show_bug.cgi?id=461135
Alexander Semke <alexander.se...@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/educ | |ation/cantor/commit/3aa4202 | |cfcd52cb6c335c4fda9957164c1 | |04d3e8 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |23.03 --- Comment #1 from Alexander Semke <alexander.se...@web.de> --- Git commit 3aa4202cfcd52cb6c335c4fda9957164c104d3e8 by Alexander Semke. Committed on 25/03/2023 at 11:13. Pushed by asemke into branch 'master'. [lua] refactored and fixed the parsing of LuaJIT's output. The current implementation doesn't work at all, the output of LuaJIT doesn't fit to the parsing logic (anymore) that was implemented initially. The refactored code works and handles also multi-line commands where the tests were deactivated earlier for. More testing and more investment is still probably required to cover more code syntax in Lua/LuaJIT. This commit makes the lua backend in Cantor working now first, more improvements will come later. FIXED-IN: 23.03 M +1 -1 src/backends/lua/luabackend.cpp M +17 -4 src/backends/lua/luaexpression.cpp M +31 -107 src/backends/lua/luasession.cpp M +10 -16 src/backends/lua/luasession.h M +54 -19 src/backends/lua/testlua.cpp M +2 -6 src/backends/lua/testlua.h https://invent.kde.org/education/cantor/commit/3aa4202cfcd52cb6c335c4fda9957164c104d3e8 -- You are receiving this mail because: You are watching all bug changes.