Skip to content

Fix bad quote rule detection in fread#2745

Merged
mattdowle merged 1 commit intomasterfrom
issue2744
Apr 13, 2018
Merged

Fix bad quote rule detection in fread#2745
mattdowle merged 1 commit intomasterfrom
issue2744

Conversation

@st-pasha
Copy link
Copy Markdown
Contributor

@st-pasha st-pasha commented Apr 13, 2018

This fixes all problems listed in #2744 except the (-2147483648 rows) in the final report.

The coverage failure is spurious: I was fixing 3 warnings on a line that never runs (yet still produces warnings at compile time).

Closes #2744

@st-pasha st-pasha added the fread label Apr 13, 2018
@st-pasha st-pasha added this to the v1.10.6 milestone Apr 13, 2018
@st-pasha st-pasha self-assigned this Apr 13, 2018
@st-pasha st-pasha requested a review from mattdowle April 13, 2018 01:52
@codecov-io
Copy link
Copy Markdown

codecov-io commented Apr 13, 2018

Codecov Report

Merging #2745 into master will increase coverage by <.01%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2745      +/-   ##
==========================================
+ Coverage   93.43%   93.43%   +<.01%     
==========================================
  Files          61       61              
  Lines       12296    12298       +2     
==========================================
+ Hits        11489    11491       +2     
  Misses        807      807
Impacted Files Coverage Δ
src/fread.c 97.98% <75%> (ø) ⬆️

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 c579e01...c48179d. Read the comment docs.

@mattdowle mattdowle merged commit 920c918 into master Apr 13, 2018
@mattdowle mattdowle deleted the issue2744 branch April 13, 2018 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bad quote rule detection for a backslash-escaped test file

3 participants