Commit 85e52c5
Add test for nested array reference tracking limitation
Nested arrays like `[[&$a]]` don't propagate reference updates through
`$b[0][0] = 2` to `$a`. This documents the current behavior as a known
limitation of the array reference tracking implementation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 59ca979 commit 85e52c5
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments