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

32bit rdevel (attempt 2) #2668

Merged
merged 7 commits into from Mar 10, 2018
Merged

32bit rdevel (attempt 2) #2668

merged 7 commits into from Mar 10, 2018

Conversation

mattdowle
Copy link
Member

@mattdowle mattdowle commented Mar 10, 2018

Closes #2658
Continuation of #2665
Have reproduced on Windows 32bit R-devel.
Seems like in bmerge.c somewhere, related to empty join. In agreement with hints from others in #2265

The problem and fix is now known and it's on data.table's side. Thanks to help from Luke Tierney.

Success. Passing 32bit again and re-enabled that job in AppVeyor.

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

codecov-io commented Mar 10, 2018

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #2668      +/-   ##
=========================================
+ Coverage   93.19%   93.2%   +<.01%     
=========================================
  Files          61      61              
  Lines       12161   12169       +8     
=========================================
+ Hits        11334   11342       +8     
  Misses        827     827
Impacted Files Coverage Δ
src/fcast.c 72.88% <ø> (-2.51%) ⬇️
src/freadR.c 89.57% <100%> (-0.04%) ⬇️
src/forder.c 97.89% <100%> (+0.02%) ⬆️
src/bmerge.c 97.7% <100%> (+0.01%) ⬆️
src/init.c 93.65% <100%> (+0.43%) ⬆️

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 7120b75...c9ed2c2. Read the comment docs.

@mattdowle mattdowle merged commit bb3ba9a into master Mar 10, 2018
@mattdowle mattdowle deleted the 32bit-rdevel-attempt2 branch March 10, 2018 09:15
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.

Error on joining empty data.tables in R-devel on windows ("type must be LANGSXP at this point")
2 participants