Commit Graph

3 Commits

Author SHA1 Message Date
63749b683e feat: Add VM statistics and fix compilation errors for plugin tests
- Add VM instruction statistics (--vm-stats, --vm-stats-json)
- Fix missing fields in ast.rs test code (public_fields, private_fields)
- Add CliConfig fields for VM statistics
- Enable TLV debug logging in plugin_loader_v2
- Successfully test FileBox handle passing and HTTP plugin creation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-23 04:51:24 +09:00
d6529b477b test: Add comprehensive E2E tests for unified registry system
- Add reserved name guard test to prevent non-builtin factories from hijacking builtin names
- Add Handle TLV encoding/decoding test for FileBox copyFrom method
- Add CounterBox plugin tests for inc/get operations and clone/share behavior
- All unified registry E2E tests passing 

統一レジストリシステムの包括的なE2Eテスト追加
- ビルトイン名保護テスト
- Handle型TLVエンコーディングテスト
- CounterBoxプラグインテスト
- 全テスト成功確認

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-21 16:46:07 +09:00
64167def8f test: Add E2E tests for plugin FileBox integration
 インタープリター経由のプラグインBox呼び出しテスト成功
- FileBoxプラグインのclose()メソッド呼び出し確認
- TLVエンコード/デコードの動作確認

⚠️ 未実装(今後の課題):
- VM経由のプラグインBox実行(Phase 9.78b)
- プラグインBoxからのデリゲーション

🎉 プラグインBoxの基本機能が動作確認できました!
2025-08-20 21:22:31 +09:00