Files
hakorune/docs/archive/README.md
Moe Charm cc2a820af7 feat(plugin): Fix plugin BoxRef return and Box argument support
- Fixed deadlock in FileBox plugin copyFrom implementation (single lock)
- Added TLV Handle (tag=8) parsing in calls.rs for returned BoxRefs
- Improved plugin loader with config path consistency and detailed logging
- Fixed loader routing for proper Handle type_id/fini_method_id resolution
- Added detailed logging for TLV encoding/decoding in plugin_loader_v2

Test docs/examples/plugin_boxref_return.nyash now works correctly:
- cloneSelf() returns FileBox Handle properly
- copyFrom(Box) accepts plugin Box arguments
- Both FileBox instances close and fini correctly

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-21 00:41:26 +09:00

43 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Nyash Archive 🗄️
過去のドキュメント、設計決定、相談記録のアーカイブです。
## 📂 ディレクトリ構造
### consultations/
AI相談記録の保管場所
- **gemini/** - Gemini AIとの相談記録
- **chatgpt/** - ChatGPTとの相談記録
- **codex/** - Codexの解析結果
### decisions/
過去の設計決定とその理由
- アーキテクチャ決定記録ADR
- 廃止された機能の説明
- 設計変更の経緯
### build-logs/
ビルドログとベンチマーク結果
- パフォーマンス測定記録
- ビルドエラーの履歴
- 最適化の記録
### old-versions/
古いバージョンのドキュメント
- 廃止された仕様
- 以前のガイドやチュートリアル
- 旧バージョンのREADME
### generated/
自動生成されたドキュメント
- MIRダンプ
- ベンチマーク結果
- コード解析レポート
## ⚠️ 注意事項
このディレクトリの内容は歴史的参照用です。
最新情報は以下を参照してください:
- 現在の仕様: `/reference/`
- 利用ガイド: `/guides/`
- 開発状況: `/development/`