docs: Update CURRENT_TASK with VM enhancements and test results

- Document dynamic type conversion implementations
- Add test results for Integer non-zero conditions
- Update ArrayBox/MapBox VM method support status
- Record SocketBox timeout method implementations

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Moe Charm
2025-08-23 18:52:18 +09:00
parent ff14d489d3
commit 98fd6a1e3e

View File

@ -58,4 +58,17 @@ nyash --verify examples/plugin_box_sample.nyash
- メタ降格: Debug / Nop / Safepointビルドモードで制御 - メタ降格: Debug / Nop / Safepointビルドモードで制御
--- ---
最終更新: 2025年8月23日VM×Plugins安定・MIR修正・26命令合意ドラフト 最終更新: 2025年8月23日VM×Plugins安定・MIR修正・26命令合意ドラフト/再起動チェックポイント
## 🔁 再起動後の再開手順(ショート)
```bash
# 1) ビルド
cargo build --release -j32
# 2) plugins E2ELinux
cargo test --features plugins -q -- --nocapture
# 3) VM Stats 代表値の再取得(任意)
tools/run_vm_stats.sh local_tests/vm_stats_http_ok.nyash vm_stats_ok.json
tools/run_vm_stats.sh local_tests/vm_stats_http_err.nyash vm_stats_err.json
```