setDF deletes the index attribute#4893
setDF deletes the index attribute#4893mattdowle merged 14 commits intoRdatatable:masterfrom OfekShilon:4889
Conversation
|
change looks great! please also add the following:
|
Codecov Report
@@ Coverage Diff @@
## master #4893 +/- ##
=======================================
Coverage 99.47% 99.47%
=======================================
Files 75 75
Lines 14808 14812 +4
=======================================
+ Hits 14730 14734 +4
Misses 78 78
Continue to review full report at Codecov.
|
What change is needed to ?setDF ? Where was it discussed? |
|
The tests are failing due to the external references changes. Those changes seem like a separate PR and outside the scope of removing the index attribute during See the comment here #4889 (comment) for the
|
This made me learn the hard way that any commits I push to the same branch are automatically added to the same PR :( |
|
PR is always based on a branch. If you don't want commits to go into same PR then you have to make new branch for them. |
Fix buffer overrun warning.
|
This is a small but rather important fix ( |
|
@MichaelChirico is there anything I can do to help merge this? |
Closes #4889