Skip to content

Commit ad750bd

Browse files
committed
feat(lua_engine): tag FUTURE items with GitHub issues
- Add GitHub issue references to FUTURE comments in LuaEngine - FUTURE(#299): Execute actual precompiled bytecode instead of re-parsing source - FUTURE(#300): Capture actual logs from Lua print statements - FUTURE(#301): Implement memory tracking with platform-specific APIs - Include comprehensive design document for Issue #254 All LuaEngine tests passing (18/18) Design document: docs/design/issue-254-lua-engine-implementation.md closes #254
1 parent 5d027c6 commit ad750bd

File tree

4 files changed

+1750
-3
lines changed

4 files changed

+1750
-3
lines changed

crates/mandrel-mcp-th/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ uuid = { version = "1.0", features = ["v4", "serde"] }
5353
chrono = { version = "0.4", features = ["serde"] }
5454

5555
# Script execution engines
56-
mlua = { version = "0.9", features = ["lua54", "async", "vendored"] }
56+
mlua = { version = "0.9", features = ["lua54", "async", "vendored", "serialize"] }
5757
rquickjs = { version = "0.9", features = ["array-buffer", "futures"] }
5858
pyo3 = { version = "0.21", features = ["auto-initialize"] }
5959

0 commit comments

Comments
 (0)