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

changed strategy for dropping duplicates (fixes #137) #138

Merged
merged 4 commits into from
Jan 30, 2019

Conversation

jameslamb
Copy link
Collaborator

This addresses #137 . To be honest, we should have been unique-ing by _id anyway.

I feel ok about this change because you can't actually avoid _id being a part of each hit (AFAIK), even if you do the "source": {"include" trick.

@jameslamb
Copy link
Collaborator Author

don't merge this yet. If CRAN rejects us again on #136 , let's just get this into the next submission.

If not, then I'll bump the version on here to 0.3.2

Copy link
Collaborator

@austin3dickey austin3dickey left a comment

Choose a reason for hiding this comment

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

Great!

@codecov-io
Copy link

codecov-io commented Jan 30, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #138   +/-   ##
=======================================
  Coverage   95.23%   95.23%           
=======================================
  Files           8        8           
  Lines         608      608           
=======================================
  Hits          579      579           
  Misses         29       29

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 98172a9...9101883. Read the comment docs.

@jameslamb jameslamb merged commit ced8bb4 into uptake:master Jan 30, 2019
@jameslamb jameslamb deleted the bugfix/parsing branch June 1, 2021 04:08
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