Akeit0
|
34aaa59dcd
fix: adjust indent in LuaObjectGenerator
|
7 months ago |
Akeit0
|
947479e9df
fix: update io access to use registry instead of environment
|
7 months ago |
Akeit0
|
0491bc3b5e
fix: rename io["stdio"] to io["stdin"]
|
7 months ago |
Akeit0
|
8e600ba7d2
fix: io.write
|
7 months ago |
Akeit0
|
069babf8e7
fix: call hook pc
|
7 months ago |
Akeit0
|
d17154c328
fix: required return value
|
7 months ago |
Akeit0
|
627b358027
fix: handle _ENV upvalue in LuaClosure
|
7 months ago |
Akeit0
|
0070772467
fix: improve indent in LuaObjectGenerator
|
7 months ago |
Akeit0
|
3dc8e41fd1
fix: prevent null startLine from causing unnecessary line append in CodeBuilder
|
7 months ago |
Akeit0
|
30c2d348a8
fix: add more types in SymbolReferences for Lua.SourceGenerator
|
7 months ago |
Akeit0
|
f3d299c3e2
fix: fix LuaObjectGenerator value conversion handling
|
7 months ago |
Akeit0
|
930b5d90dc
Fix: correct async return statement in LuaObjectGenerator generated code
|
7 months ago |
Akeit0
|
97d996f63c
Merge remote-tracking branch 'origin/v0.5-dev' into v0.5-dev
|
7 months ago |
Akeit0
|
e5e7121fe1
Add: support passing CancellationToken in parameter by LuaObjectGenerator
|
7 months ago |
Akeit0
|
060e12f13e
Add: support passing CancellationToken in parameter by LuaObjectGenerator
|
7 months ago |
Akeit0
|
3cd21a8d5f
Refactor: optimize LuaTableEnumerator and extract MoveNext logic to LuaValueDictionary
|
7 months ago |
Akeit0
|
19eb52ef4e
Add: implement IEnumerable interface for LuaTable and add enumerator
|
7 months ago |
Akeit0
|
01c919f4b2
Add: support exception handling from hook
|
7 months ago |
Akeit0
|
417a890df6
fix: use GetArgumentOrDefault for mask in SetHook method
|
7 months ago |
Akeit0
|
64e415ceba
Add: SetHook API
|
7 months ago |
Akeit0
|
d3e99c43fd
Improve hook check performance
|
7 months ago |
Akeit0
|
2b5e0a2297
rename: rename LuaCancelledException to LuaCanceledException for consistency
|
7 months ago |
Akeit0
|
d36e9b8dcf
Merge pull request #147 from nuskey8/improve-cancel
|
7 months ago |
Akeit0
|
0d72037f21
improve: enhance error message for LuaCancelledException
|
7 months ago |
Akeit0
|
59e367842a
improve: enhance cancellation handling and introduce LuaCancelledException
|
7 months ago |
Akeit0
|
f6abe5289e
fix: update new line detection to handle both LF and CRLF
|
7 months ago |
Akeit0
|
df5ed5c42e
refactor: simplify exception hierarchy by removing LuaException base class
|
7 months ago |
Akeit0
|
e97aefc8b7
improve: error message
|
7 months ago |
Akeit0
|
e80362efe6
improve: better error message
|
7 months ago |
Akeit0
|
40ec0535d5
refactor: replace File.ReadAllBytesAsync with sync to prevent unintended Threading
|
7 months ago |