-
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
Using 1-based indices in grouping metadata #3610
Conversation
romainfrancois
commented
May 28, 2018
… algorithm can still use 0-based.
366b600
to
a5929e4
Compare
Is this going to break tidyr? If so, we need to think a bit about release planning. |
I'll have a look at tidyr, how much does it use the internal structure of grouped data frames ? |
This is a dangerous off by one kind of PR, and it was a bit too easy so I need to carefully check if there are no other off by one problems lurking around. |
Between #3489 and this, I guess we can do a rev dev check soon, there are probably 📦 that depend on the previous structure of attributes. |
I could relate segfaults to this pull requests, specifically to c5fc0d2. Will try to come up with a reprex. |
These segfaults are gone now with 9584596. |
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/ |