Commit bc03c06
committed
Fix support for mixed value-type arrays
While refactoring this code, I had assumed that an array value would
contain either pointers or primitives, but we allow mixed arrays. Trying
to use `include` to preload pointers in such an array shouldn't drop
the other elements from the array.1 parent 60750b4 commit bc03c06
1 file changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
963 | | - | |
964 | | - | |
965 | | - | |
966 | | - | |
967 | | - | |
968 | | - | |
969 | | - | |
970 | | - | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
| |||
0 commit comments