Commit bce52aa
committed
Remove temporary bridge rules from #traverseProjection
The two bridge rules added in bed3503 (Union-unwrap for Field,
and bare-value-to-Range for PointerOffset) treated a symptom
rather than the root cause. The real issue is in how
removeIndexTail and #typeProjection interact during pointer
construction and PtrToPtr casts for slice types.
Removing these rules exposes the underlying stuck state so the
proper fix can be validated against it.
See #1011 for the planned structural fix.1 parent c7c7548 commit bce52aa
1 file changed
Lines changed: 0 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | 512 | | |
523 | 513 | | |
524 | 514 | | |
| |||
660 | 650 | | |
661 | 651 | | |
662 | 652 | | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | 653 | | |
682 | 654 | | |
683 | 655 | | |
| |||
0 commit comments