- Add nyash.console.log_handle(i64) -> i64 family functions to nyrt - Replace invalid int-to-pointer conversion with proper handle-based calls - Fix bool(i1) -> i64 type conversion in LLVM compiler - Resolve LLVM function verification errors - Enable plugin method execution without NYASH_LLVM_ALLOW_BY_NAME - Merge codex TLV fixes for plugin return value handling (2000+ lines) Technical Details: - Root cause: build_int_to_ptr(handle_value, i8*, "arg_i2p") treated handle IDs as memory addresses (invalid operation) - Solution: Direct i64 handle passing to nyrt functions with proper handle registry lookup and to_string_box() conversion - Type safety: Added proper i1/i32/i64 -> i64 conversion handling Status: Console.log type errors resolved, plugin return value display still under investigation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
423 B
Plaintext
9 lines
423 B
Plaintext
tree 440b283e63d74f8a975171098fa6cf65bd316011
|
|
parent 8913cd87e692e4e09091654f8934a214c194575b
|
|
author copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> 1755176865 +0000
|
|
committer copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> 1755176865 +0000
|
|
|
|
Identified clone state sharing issue - different Arc data pointers
|
|
|
|
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
|