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

Fixed blank lines skip when sep is space #2650

Merged
merged 3 commits into from
Mar 2, 2018
Merged

Fixed blank lines skip when sep is space #2650

merged 3 commits into from
Mar 2, 2018

Conversation

mattdowle
Copy link
Member

@mattdowle mattdowle commented Mar 1, 2018

Closes #2535
Arose because sep = space is treated specially and bypasses the hot loop. If there's a way to include it in hot without slowing hot down then that would be better, but can't think of a way.

@mattdowle mattdowle added this to the v1.10.6 milestone Mar 1, 2018
@codecov-io
Copy link

codecov-io commented Mar 1, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2650      +/-   ##
==========================================
+ Coverage   93.18%   93.19%   +<.01%     
==========================================
  Files          61       61              
  Lines       12199    12204       +5     
==========================================
+ Hits        11368    11373       +5     
  Misses        831      831
Impacted Files Coverage Δ
R/test.data.table.R 100% <100%> (ø) ⬆️
src/fread.c 97.97% <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 a664ea4...87f285f. Read the comment docs.

@mattdowle mattdowle requested a review from st-pasha March 2, 2018 08:04
@mattdowle mattdowle merged commit cb0b500 into master Mar 2, 2018
@mattdowle mattdowle deleted the fix_sep_space branch March 2, 2018 08:21
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.

3 participants