Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
ee2915a6b2d97fb1ac0164543b75b5f3d6b810d3
hakorune/local_tests/test_filebox_debug.hako

9 lines
197 B
Plaintext
Raw Normal View History

🎉 FileBox v2 plugin system fully working with TLV encoding fix Major achievements: - Fixed TLV encoding format to match plugin expectations - Header: version(2 bytes) + argc(2 bytes) - Entry: tag(1) + reserved(1) + size(2) + data - Removed duplicate implementation in method_dispatch.rs - All FileBox methods working: open/read/write/close - Successfully tested file I/O operations This completes the v2 plugin system integration for FileBox. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 13:57:17 +09:00
// Debug test for FileBox type checking
local file
file = new FileBox()
print("Created FileBox")
// Try method call
local result
result = file.open("test.txt", "w")
print("Open result: " + result)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 65ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API