Commit 7894c0b
committed
fix(copilot): warn when an edit batch reuses one block handle
Two declarations sharing a handle collapse to a single block, because
references naming that handle are ambiguous and the flat id mapping has no
way to express a per-declaration-site id. Behavior is unchanged; the warn
makes the case visible in production instead of silent.1 parent f69d12b commit 7894c0b
1 file changed
Lines changed: 11 additions & 1 deletion
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
722 | 732 | | |
723 | 733 | | |
724 | 734 | | |
| |||
0 commit comments