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

Fix SuggestionIterator hasNext. #61

Merged
merged 2 commits into from
Aug 8, 2023
Merged

Conversation

mgautierfr
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f561034) 92.38% compared to head (c94a04b) 92.38%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #61   +/-   ##
=========================================
  Coverage     92.38%   92.38%           
  Complexity      213      213           
=========================================
  Files            44       44           
  Lines           289      289           
  Branches          3        3           
=========================================
  Hits            267      267           
  Misses           19       19           
  Partials          3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kelson42 kelson42 added this to the 1.0.0 milestone Aug 7, 2023
Copy link
Collaborator

@MohitMaliFtechiz MohitMaliFtechiz left a comment

Choose a reason for hiding this comment

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

@mgautierfr, Thanks for you quick fix, now SuggestionIterator.hasNext() method giving output as expected.

@mgautierfr mgautierfr merged commit 4fed04f into main Aug 8, 2023
4 checks passed
@mgautierfr mgautierfr deleted the fix_suggestion_iterator branch August 8, 2023 09:58
MohitMaliFtechiz pushed a commit to kiwix/kiwix-android that referenced this pull request Aug 8, 2023
After addressing the issue documented in kiwix/java-libkiwix#61, we now have the ability to search within zim files that do not have a Xapian index. As a result, we have enhanced our test to utilize pre-existing zim files. This improvement leads to reduced time consumption, improved memory efficiency, and minimized network usage impact.
MohitMaliFtechiz pushed a commit to kiwix/kiwix-android that referenced this pull request Aug 17, 2023
After addressing the issue documented in kiwix/java-libkiwix#61, we now have the ability to search within zim files that do not have a Xapian index. As a result, we have enhanced our test to utilize pre-existing zim files. This improvement leads to reduced time consumption, improved memory efficiency, and minimized network usage impact.
kelson42 pushed a commit to kiwix/kiwix-android that referenced this pull request Aug 27, 2023
After addressing the issue documented in kiwix/java-libkiwix#61, we now have the ability to search within zim files that do not have a Xapian index. As a result, we have enhanced our test to utilize pre-existing zim files. This improvement leads to reduced time consumption, improved memory efficiency, and minimized network usage impact.
kelson42 pushed a commit to kiwix/kiwix-android that referenced this pull request Aug 28, 2023
After addressing the issue documented in kiwix/java-libkiwix#61, we now have the ability to search within zim files that do not have a Xapian index. As a result, we have enhanced our test to utilize pre-existing zim files. This improvement leads to reduced time consumption, improved memory efficiency, and minimized network usage impact.
kelson42 pushed a commit to kiwix/kiwix-android that referenced this pull request Aug 29, 2023
After addressing the issue documented in kiwix/java-libkiwix#61, we now have the ability to search within zim files that do not have a Xapian index. As a result, we have enhanced our test to utilize pre-existing zim files. This improvement leads to reduced time consumption, improved memory efficiency, and minimized network usage impact.
kelson42 pushed a commit to kiwix/kiwix-android that referenced this pull request Aug 31, 2023
After addressing the issue documented in kiwix/java-libkiwix#61, we now have the ability to search within zim files that do not have a Xapian index. As a result, we have enhanced our test to utilize pre-existing zim files. This improvement leads to reduced time consumption, improved memory efficiency, and minimized network usage impact.
MohitMaliFtechiz pushed a commit to kiwix/kiwix-android that referenced this pull request Sep 5, 2023
After addressing the issue documented in kiwix/java-libkiwix#61, we now have the ability to search within zim files that do not have a Xapian index. As a result, we have enhanced our test to utilize pre-existing zim files. This improvement leads to reduced time consumption, improved memory efficiency, and minimized network usage impact.
kelson42 pushed a commit to kiwix/kiwix-android that referenced this pull request Sep 18, 2023
After addressing the issue documented in kiwix/java-libkiwix#61, we now have the ability to search within zim files that do not have a Xapian index. As a result, we have enhanced our test to utilize pre-existing zim files. This improvement leads to reduced time consumption, improved memory efficiency, and minimized network usage impact.
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