Conversation
|
I think the test is not needed because it should have been addressed by previous PRs a long time ago, see #2566, #2678, and #3451 ... In fact, except for the recent two issues, I'm pretty sure everything works fine because I'm using data.table to handle large numbers of non-ASCII related problems on Windows every day. |
|
It is not needed as of now but we are adding it to be future proof |
|
I mean the tests are already there. data.table/inst/tests/tests.Rraw Lines 11948 to 11964 in 3bb130d |
|
@shrektan thanks for tracking that down. I think that helps pin down why the test fails to compile on Windows. To your point, this test is a little different though, right? That test is about keys on non-UTF8, this test has no keys & is just about subsetting. |
Codecov Report
@@ Coverage Diff @@
## master #3843 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 71 71
Lines 13423 13423
=======================================
Hits 13346 13346
Misses 77 77Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #3843 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 71 71
Lines 13408 13408
=======================================
Hits 13331 13331
Misses 77 77Continue to review full report at Codecov.
|
Closes #2041
(also hoping Appveyor will let us know if the issue persists on Windows)