## Changes - debug_helper.py: Remove backward compatibility (warning → error + exit 1) - environment-variables.md: Migrate deprecated section with migration guide - phase278_p0_deprecated_env_fail.sh: Add smoke test for deprecated var detection ## Removed Variables (5) - NYASH_LLVM_PHI_DEBUG - NYASH_PHI_TYPE_DEBUG - NYASH_PHI_ORDERING_DEBUG - NYASH_LLVM_TRACE_PHI - NYASH_LLVM_VMAP_TRACE ## SSOT Variables (3) - Unchanged - NYASH_LLVM_DEBUG_PHI=1 - NYASH_LLVM_DEBUG_PHI_TRACE=1 - NYASH_LLVM_PHI_STRICT=1 ## Benefits - ✅ Deprecated vars cause fail-fast error (not silent) - ✅ Error messages include replacement hints - ✅ Documentation reflects removal (migration guide included) - ✅ Smoke test verifies deprecated var rejection - ✅ No regressions in existing tests ## Testing ✅ Test 1: Deprecated NYASH_LLVM_PHI_DEBUG rejected ✅ Test 2: Deprecated NYASH_LLVM_TRACE_PHI rejected ✅ Test 3: SSOT vars work normally ✅ Regression tests: strict=OFF, strict=ON, debug mode - all pass 🤖 Generated with Claude Code Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Nyash Reference Documentation 📖
このディレクトリには、Nyashプログラミング言語の正式な技術仕様が含まれています。
📚 サブディレクトリ
language/
- 言語仕様(構文、型システム、Box仕様、デリゲーション)
- 正式な言語リファレンス
architecture/
- システムアーキテクチャ(MIR、VM、インタープリター)
- 実行バックエンド仕様
- 内部設計ドキュメント
api/
- ビルトインBoxのAPI仕様
- 標準ライブラリリファレンス
- 各Boxのメソッド詳細
plugin-system/
- プラグインシステム仕様
- BID-FFI(Box Interface Definition - Foreign Function Interface)
- プラグイン開発ガイド
📝 注意事項
このディレクトリのドキュメントは安定版です。開発中の仕様はdevelopment/を参照してください。