ResultBox migration complete: remove legacy box_trait::ResultBox

- Delete deprecated ResultBox implementation from box_trait.rs
- All code paths use boxes::result::NyashResultBox (aka boxes::ResultBox)
- Tests remain green (179)
- Mark phase 9.78h acceptance: ResultBox移行完了 as done
This commit is contained in:
Moe Charm
2025-08-26 06:52:35 +09:00
parent b0537a4e59
commit bec61e38c5
3 changed files with 249 additions and 154 deletions

View File

@ -48,7 +48,7 @@ P2PBoxPhase 9.79に着手する前に、MIRパイプラインBuilder/SS
- [ ] 軽量スナップショット緑TypeOp/extern_call/loop/await/boxcall
- [ ] VM未実装の解消And/Or・BoxRef演算
- [ ] CLI分離テスト導線`cargo test -p core`)安定
- [ ] ResultBox移行完了旧参照なし
- [x] ResultBox移行完了旧参照なし
- [ ] 命令セットの単一出典化INSTRUCTION_SET.mdと総数26のテストがCIで緑
## 🪜 タスク分解(実行順)