-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
bind_rows() rejects POSIXlt columns #1875
Conversation
Current coverage is 20.00%@@ master #1875 diff @@
==========================================
Files 188 188
Lines 7422 7425 +3
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 1485 1485
- Misses 5937 5940 +3
Partials 0 0
|
Does the logic in case VECSXP:
{
if( Rf_inherits( vec, "data.frame" ) ){
return new OrderVisitorDataFrame<true>( vec ) ;
}
break ;
} I think that will fall through to the |
No, the logic looks odd. I'll submit a pull. Fall-through in |
@krlmlr good to know - better to be explicit anyway |
In clang: |
Thanks! |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
instead of segfaulting.
Fixes #1789.
Also fixes another instance with the same pattern, but I'm not sure if this is strictly necessary.
NEWS line: