nyash-codex
2db8ff72d0
refactor(mir): Remove CoreContext legacy fields (Phase 2-2/7)
完全移行→削除の安全順序(Option C)に従い、CoreContext の
deprecated フィールドと sync helpers を完全削除。
## Changes
- Migrated all access sites to core_ctx.* (SSOT allocators)
- utils.rs: value_gen (3 sites), block_gen (1 site), temp_slot_counter (1 site)
- loop_api.rs: block_gen (1 site)
- phi_helpers.rs: value_gen (1 site)
- builder.rs: sync helpers (2 methods), test assertions (2 sites)
- Removed 5 deprecated fields from builder.rs
- value_gen: ValueIdGenerator
- block_gen: BasicBlockIdGenerator
- next_binding_id: u32
- temp_slot_counter: u32
- debug_join_counter: u32
- Removed sync helper calls (allocate_binding_id, debug_next_join_id)
- Removed field initializations from MirBuilder::new()
- Maintained Phase 136 P0 SSOT structure (next_value_id() remains as high-level API)
## Tests
- cargo build --release: PASS
- cargo test --release --lib: 1029 passed (4 pre-existing failures)
- Deprecation warnings: 435 → 456 (+21)
Note: Warnings increased due to remaining deprecated field *uses* being exposed
after removing the field *definitions*. This is expected during migration.
## Code metrics
- Net reduction: 40 lines (-56 removed, +16 modifications)
- Files changed: 4 (builder.rs, utils.rs, loop_api.rs, phi_helpers.rs)
Phase 2 Progress: 2/7 contexts complete (MetadataContext ✅, CoreContext ✅)
2025-12-15 23:05:36 +09:00
..
2025-12-08 23:43:26 +09:00
2025-12-04 13:32:58 +09:00
2025-12-11 20:54:33 +09:00
2025-09-24 14:13:15 +09:00
2025-12-12 23:11:45 +09:00
2025-08-18 20:53:48 +09:00
2025-12-10 00:01:53 +09:00
2025-12-11 20:54:33 +09:00
2025-11-21 06:25:17 +09:00
2025-12-11 20:54:33 +09:00
2025-12-10 00:01:53 +09:00
2025-12-13 19:01:14 +09:00
2025-09-17 07:43:07 +09:00
2025-11-21 06:25:17 +09:00
2025-12-03 19:58:50 +09:00
2025-11-22 05:33:40 +09:00
2025-12-15 12:12:54 +09:00
2025-11-29 12:44:40 +09:00
2025-09-17 07:43:07 +09:00
2025-12-15 23:05:36 +09:00
2025-12-07 23:45:55 +09:00
2025-12-11 20:54:33 +09:00
2025-11-10 23:17:46 +09:00
2025-12-15 17:49:08 +09:00
2025-12-15 17:00:51 +09:00
2025-09-23 02:15:56 +09:00
2025-11-21 06:25:17 +09:00
2025-09-17 07:43:07 +09:00
2025-12-12 03:15:45 +09:00
2025-11-30 14:30:28 +09:00
2025-09-17 07:43:07 +09:00
2025-11-30 14:30:28 +09:00
2025-12-13 01:30:04 +09:00
2025-11-20 03:56:12 +09:00
2025-11-21 06:25:17 +09:00
2025-11-21 06:25:17 +09:00
2025-11-21 06:25:17 +09:00
2025-09-17 07:43:07 +09:00
2025-11-13 18:55:14 +09:00
2025-09-17 07:43:07 +09:00
2025-09-17 07:43:07 +09:00
2025-12-08 23:43:26 +09:00
2025-11-21 06:25:17 +09:00
2025-12-11 20:54:33 +09:00
2025-09-17 07:43:07 +09:00
2025-09-17 07:43:07 +09:00
2025-12-01 11:10:46 +09:00
2025-09-17 07:43:07 +09:00
2025-09-19 12:13:43 +09:00
2025-09-17 07:43:07 +09:00
2025-09-17 07:43:07 +09:00