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

Parse backslash #3375

Merged
merged 2 commits into from
Feb 8, 2019
Merged

Parse backslash #3375

merged 2 commits into from
Feb 8, 2019

Conversation

MichaelChirico
Copy link
Member

@MichaelChirico MichaelChirico commented Feb 8, 2019

Closes #3319

A bit of a kludge but it works. Better not to use such messy names in the first place... we should offer a name cleaning tool...

Second thing done in this commit is set fixed = TRUE in g(?:sub|repl?) whenever a pattern is not used, which is more efficient. Can file separately in a new PR if preferred, but I kept that as its own commit here.

@codecov
Copy link

codecov bot commented Feb 8, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3375      +/-   ##
==========================================
+ Coverage   94.74%   94.74%   +<.01%     
==========================================
  Files          65       65              
  Lines       12154    12156       +2     
==========================================
+ Hits        11515    11517       +2     
  Misses        639      639
Impacted Files Coverage Δ
R/setkey.R 98.26% <100%> (ø) ⬆️
R/fread.R 98.58% <100%> (ø) ⬆️
R/data.table.R 95.2% <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 c5ec44f...916a25d. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Feb 8, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3375      +/-   ##
==========================================
+ Coverage   94.74%   94.74%   +<.01%     
==========================================
  Files          65       65              
  Lines       12154    12156       +2     
==========================================
+ Hits        11515    11517       +2     
  Misses        639      639
Impacted Files Coverage Δ
R/setkey.R 98.26% <100%> (ø) ⬆️
R/fread.R 98.58% <100%> (ø) ⬆️
R/data.table.R 95.2% <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 c5ec44f...916a25d. Read the comment docs.

@mattdowle mattdowle added this to the 1.12.2 milestone Feb 8, 2019
@mattdowle mattdowle merged commit 079968b into master Feb 8, 2019
@mattdowle mattdowle deleted the parse_backslash branch February 8, 2019 21:47
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.

Unrecognized escaped in keyby
2 participants