Skip to content

List one row#3925

Merged
mattdowle merged 6 commits intomasterfrom
list_one_row
Oct 1, 2019
Merged

List one row#3925
mattdowle merged 6 commits intomasterfrom
list_one_row

Conversation

@mattdowle
Copy link
Copy Markdown
Member

@mattdowle mattdowle commented Oct 1, 2019

Closes #3626

Also removed the list() wrapper that set() always added to avoid copies from before R 3.1. Each call would have been an allocation for the length-1 list wrapper there.

No changes to existing tests other than verbose output.

3 of 744 cran revdeps failed fail.log :

Tests in 1294.* that were error in dev, back to v1.12.2 behaviour which was to coerce list to atomic with warning.

@mattdowle mattdowle added this to the 1.12.4 milestone Oct 1, 2019
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 1, 2019

Codecov Report

Merging #3925 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #3925      +/-   ##
=========================================
+ Coverage    99.4%   99.4%   +<.01%     
=========================================
  Files          72      72              
  Lines       13547   13549       +2     
=========================================
+ Hits        13466   13468       +2     
  Misses         81      81
Impacted Files Coverage Δ
R/data.table.R 100% <ø> (ø) ⬆️
R/tables.R 100% <100%> (ø) ⬆️
src/assign.c 100% <100%> (ø) ⬆️

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 f4e2b27...d0bd1e6. Read the comment docs.

Copy link
Copy Markdown
Member

@jangorecki jangorecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to have this one in coming release!

@mattdowle mattdowle merged commit 37346b5 into master Oct 1, 2019
@mattdowle mattdowle deleted the list_one_row branch October 1, 2019 18:01
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.

Adding list column to one row data table

2 participants