Commit b4538a0
setDT generates shallow copy earlier to avoid interfering with attributes of co-bound tables (#6551)
* Fix #4784: setDT inside a function no longer modifies the class of the data.frame argument
* data.table style
* Add a second, "dumb" test for completeness
* Run setalloccol before _any_ set* affects original table
* New test of row.names issue for moving setalloccol up
* Directly call .shallow to keep selfrefok() in other tests
* trailing ws
* NEWS wording & improvement
* Improve comment wording
* Shrink ws diff
---------
Co-authored-by: Ofek Shilon <[email protected]>1 parent d62aac9 commit b4538a0
3 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2922 | 2922 | | |
2923 | 2923 | | |
2924 | 2924 | | |
| 2925 | + | |
| 2926 | + | |
| 2927 | + | |
| 2928 | + | |
2925 | 2929 | | |
2926 | 2930 | | |
2927 | 2931 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20583 | 20583 | | |
20584 | 20584 | | |
20585 | 20585 | | |
| 20586 | + | |
| 20587 | + | |
| 20588 | + | |
| 20589 | + | |
| 20590 | + | |
| 20591 | + | |
| 20592 | + | |
| 20593 | + | |
0 commit comments