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
05fccce09af296e3ac23036b55c3124c1e48a012
hakorune/local_tests/test_filebox_static.hako

7 lines
229 B
Plaintext
Raw Normal View History

feat(phase-9.75f-1): Complete FileBox dynamic library implementation - Implement C ABI plugin system with workspace configuration - Create FileBox plugin with full read/write/exists/toString support - Fix critical memory management issues (double free) with Arc - Add comprehensive test suite for dynamic FileBox functionality - Achieve 98% build time improvement for plugin (2.87s vs 2-3min) - Maintain full backward compatibility with feature flags FileBox now loads dynamically, drastically reducing build times while maintaining all functionality. Next: Math/Time dynamic migration. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-17 09:31:35 +09:00
// 静的FileBoxテスト(比較用)
local file = new FileBox("static_test.txt")
print("Static FileBox created!")
// 静的FileBoxでtoString()を試す
local result = file.toString()
print("toString() called successfully!")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 77ms 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