Skip to content
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

Check attributes of list column elements in anySpecialStatic #5178

Merged
merged 4 commits into from Sep 27, 2021

Conversation

tlapak
Copy link
Contributor

@tlapak tlapak commented Sep 25, 2021

Closes #4963

(Oops, I made a typo in a commit message...)

I've outlined there what happened. The change to dogroups back in 1.13.2 left a gap in the new anySpecialStatic. Attributes of elements of a list column returned in a grouping could still retain the pointer to one of the specials.

@codecov
Copy link

codecov bot commented Sep 25, 2021

Codecov Report

Merging #5178 (1305d22) into master (2b2e91f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5178   +/-   ##
=======================================
  Coverage   99.38%   99.38%           
=======================================
  Files          77       77           
  Lines       14536    14540    +4     
=======================================
+ Hits        14447    14451    +4     
  Misses         89       89           
Impacted Files Coverage Δ
src/dogroups.c 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b2e91f...1305d22. Read the comment docs.

@mattdowle mattdowle added this to the 1.14.3 milestone Sep 27, 2021
@mattdowle mattdowle merged commit bbe4164 into master Sep 27, 2021
@mattdowle mattdowle deleted the fix_4963 branch September 27, 2021 20:10
@jangorecki jangorecki modified the milestones: 1.14.9, 1.15.0 Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setNames causes error when used with groupby (the by parameter)
3 participants