-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autoname j #3802
Autoname j #3802
Conversation
Also FWIW I think we can make a small change to allow
|
I would say no to breaking changes 1.12.4 |
Codecov Report
@@ Coverage Diff @@
## master #3802 +/- ##
=========================================
+ Coverage 99.4% 99.4% +<.01%
=========================================
Files 72 72
Lines 13655 13673 +18
=========================================
+ Hits 13574 13592 +18
Misses 81 81
Continue to review full report at Codecov.
|
Closes #2478
Closes #609
The meat is in the
do_j_names
function internal to[.data.table
so it inherits the right parent & can editjvnames
with<<-
. Also realized this would clean up the fix done in #3604 so did that. The rest of the diff (in 0b2e058) comes from using ourvapply_1{i,b,c}
wrappers more consistentlyI imagine this one will have some revdep breaking (e.g. we broke two of our own tests)... maybe save for the next release then?