nyash-codex
192c29efb1
docs: Pattern 4 stub clarification (Phase 195 deferred)
Phase 33-11 Quick Wins - Task 2
Clarified that Pattern 4 (continue statements) is intentionally
not implemented, with explicit error message and migration guide.
Changes:
1. Added clear STUB IMPLEMENTATION header to module docs
2. Updated lower() to return explicit error (not silent stub)
3. Added #[doc(hidden)] and #[allow(dead_code)] annotations
4. Created comprehensive migration guide (phase-195-pattern4.md)
Status:
- Not implemented: Pattern 4 (continue)
- Use instead: Pattern 1-3 (simple/break/if+phi)
- Reason: Continue requires complex PHI analysis, lower priority
- Build: ✅ Success (no errors, no new warnings)
Migration path:
- Pattern 1: Simple while loops (no break/continue)
- Pattern 2: Loops with break
- Pattern 3: Loops with if + PHI (workaround for continue)
- Pattern 4: (FUTURE) Loops with continue statements
2025-12-07 03:13:05 +09:00
..
2025-09-26 00:27:02 +09:00
2025-11-06 15:41:52 +09:00
2025-11-06 15:41:52 +09:00
2025-08-21 00:41:26 +09:00
2025-12-05 20:23:59 +09:00
2025-11-21 06:22:02 +09:00
2025-08-21 00:41:26 +09:00
2025-08-21 00:41:26 +09:00
2025-09-01 23:44:34 +09:00
2025-08-26 06:41:30 +09:00
2025-12-07 03:13:05 +09:00
2025-11-20 20:18:33 +09:00
2025-09-26 00:27:02 +09:00
2025-11-23 05:53:27 +09:00
2025-09-26 00:27:02 +09:00
2025-11-06 15:41:52 +09:00