🔧 Hotfix 7 (Enhanced): ValueId receiver alias tracking for nested loops
- Problem: Pinned receiver variables in loops cause undefined ValueId errors - Enhanced fix: Update all receiver aliases (me + all __pin$N$@recv levels) - Handles nested loops by updating previous pin levels - Test status: Partial improvement, ValueId(50) → ValueId(40) - Further investigation needed for complete fix Files modified: - src/mir/phi_core/loopform_builder.rs (emit_header_phis)
This commit is contained in:
@ -67,6 +67,7 @@ path = "lang/src/shared/common/string_helpers.hako"
|
||||
|
||||
# Lang compiler (Phase 20.33 migration)
|
||||
"lang.compiler.parser.box" = "lang/src/compiler/parser/parser_box.hako"
|
||||
"lang.compiler.parser.parser_box" = "lang/src/compiler/parser/parser_box.hako"
|
||||
"lang.compiler.parser.scan.parser_string_utils_box" = "lang/src/compiler/parser/scan/parser_string_utils_box.hako"
|
||||
"lang.compiler.parser.scan.parser_ident_scan_box" = "lang/src/compiler/parser/scan/parser_ident_scan_box.hako"
|
||||
"lang.compiler.parser.scan.parser_number_scan_box" = "lang/src/compiler/parser/scan/parser_number_scan_box.hako"
|
||||
@ -187,6 +188,7 @@ path = "lang/src/shared/common/string_helpers.hako"
|
||||
"selfhost.shared.json.stringify" = "lang/src/shared/json/stringify.hako"
|
||||
"selfhost.shared.mir.schema" = "lang/src/shared/mir/mir_schema_box.hako"
|
||||
"selfhost.shared.mir.loopform" = "lang/src/shared/mir/loop_form_box.hako"
|
||||
"selfhost.shared.mir.control_form" = "lang/src/shared/mir/control_form_box.hako"
|
||||
"selfhost.shared.mir.builder" = "lang/src/shared/mir/block_builder_box.hako"
|
||||
"selfhost.shared.mir.io" = "lang/src/shared/mir/mir_io_box.hako"
|
||||
"selfhost.shared.mir.json_emit" = "lang/src/shared/mir/json_emit_box.hako"
|
||||
|
||||
Reference in New Issue
Block a user