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

Made constructor of SuggestionItem public #740

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

veloman-yunkan
Copy link
Collaborator

@veloman-yunkan veloman-yunkan commented Nov 10, 2022

Private constructor of SuggestionItem doesn't buy us anything, but poses problems for unit testing.

This PR is needed for kiwix/libkiwix#843

Private constructor of SuggestionItem doesn't buy us anything, but
poses problems for unit testing.
@codecov
Copy link

codecov bot commented Nov 10, 2022

Codecov Report

Base: 84.98% // Head: 84.98% // No change to project coverage 👍

Coverage data is based on head (4647508) compared to base (04d4ee7).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #740   +/-   ##
=======================================
  Coverage   84.98%   84.98%           
=======================================
  Files          99       99           
  Lines        4428     4428           
  Branches     1921     1921           
=======================================
  Hits         3763     3763           
  Misses        664      664           
  Partials        1        1           
Impacted Files Coverage Δ
include/zim/suggestion_iterator.h 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kelson42
Copy link
Contributor

@mgautierfr Good to merge?

@mgautierfr
Copy link
Collaborator

CI failing on macos is independent from this PR. I'm merging.

@mgautierfr mgautierfr merged commit a6bab01 into master Nov 16, 2022
@mgautierfr mgautierfr deleted the SuggestionItem_public_constructor branch November 16, 2022 10:34
mgautierfr added a commit that referenced this pull request Nov 30, 2022
* Optimization ofthe first call to `zim::Archive::iterEfficient` (@veloman-yunkan #724)
* Add some documentation to `zim::writer::IndexData` (@mgautierfr #727)
* Correctly catch and rethrow exception thrown in worker threads at creation (@mgautierfr #496 #748)
* Optimization of `Entry::getItem()` (@veloman-yunkan #732)
* Fix declaration of `zim::setICUDataDirectory()` (@MohitMaliFtechiz #733)
* Add `zim::Archive::getMediatCount()` (@mgautierfr #730)
* Make compilaton of examples optional (@mgautierfr #738)
* Add a CI for wasm (@mgautierfr #746)
* Make constructor of SuggestionItem public (@veloman-yunkan #740)
@mgautierfr mgautierfr mentioned this pull request Nov 30, 2022
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.

3 participants