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

Test 1590 robust to locale #2813

Merged
merged 3 commits into from Apr 30, 2018
Merged

Test 1590 robust to locale #2813

merged 3 commits into from Apr 30, 2018

Conversation

mattdowle
Copy link
Member

Closes #2771

@mattdowle mattdowle added this to the v1.11.0 milestone Apr 30, 2018
@codecov-io
Copy link

codecov-io commented Apr 30, 2018

Codecov Report

Merging #2813 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2813   +/-   ##
=======================================
  Coverage   93.45%   93.45%           
=======================================
  Files          61       61           
  Lines       12367    12367           
=======================================
  Hits        11558    11558           
  Misses        809      809

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 58beb3e...093c50d. Read the comment docs.

@mattdowle
Copy link
Member Author

@jangorecki I'll merge without review given CRAN release is pressing. Please check post-merge and we can always revert if needed.

@mattdowle mattdowle merged commit 6593a40 into master Apr 30, 2018
@mattdowle mattdowle deleted the test1590_clocale branch April 30, 2018 23:35
oy = if (length(oy <- forderv(y))) oy else seq_along(y)
test(1590.5, oy, order(y))
# data.table::forderv is encoding-aware and independent of locale
# [ Aside: data.table needs to be independent of locale because keys/indexes depend on a sort order. If a data.table is stored on disk with a key
Copy link
Member

Choose a reason for hiding this comment

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

note to self to add this to FAQ #2664

Copy link
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.

did fix the problem

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.

None yet

4 participants