- Notifications
You must be signed in to change notification settings - Fork5
Commitc155f65
committed
intarray: return empty zero-dimensional array for an empty array
Previously a one-dimensional empty array was returned, but its textrepresentation matched a zero-dimensional array, and there is no way todump/reload a one-dimensional empty array.BACKWARD INCOMPATIBILITYPer report from elein1 parentb810473 commitc155f65
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
249 | 256 |
| |
250 | 257 |
| |
251 | 258 |
| |
|
0 commit comments
Comments
(0)