Commit 741d362
j copies list() columns in output (#4890)
* Ensure dt[, col] copies when col is list
* Add news item
* Add unit test
* Fix unit test
* Remove now obsolete check for get in jsub
* re-use object
* errant keystroke
* Use = instead of <-
* Add test against hidden update-by-reference too
* Check is.null() outside the loop first
---------
Co-authored-by: Michael Chirico <[email protected]>1 parent a77e8c2 commit 741d362
3 files changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1382 | 1382 | | |
1383 | 1383 | | |
1384 | 1384 | | |
1385 | | - | |
1386 | | - | |
1387 | | - | |
1388 | | - | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
1389 | 1393 | | |
1390 | 1394 | | |
1391 | 1395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19201 | 19201 | | |
19202 | 19202 | | |
19203 | 19203 | | |
| 19204 | + | |
| 19205 | + | |
| 19206 | + | |
| 19207 | + | |
| 19208 | + | |
| 19209 | + | |
| 19210 | + | |
0 commit comments