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

Correctly depends on ICU #422

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Correctly depends on ICU #422

merged 1 commit into from
Aug 21, 2024

Conversation

mgautierfr
Copy link
Collaborator

getTextLength in metadata.cpp directly use icu so we must explicitly depend on it.

It was working as libzim wrongly put it in it libzim.pc file.
It is not the case anymore with openzim/libzim#91

`getTextLength` in `metadata.cpp` directly use icu so we must explicitly
depend on it.
It was working as libzim wrongly put it in it `libzim.pc` file.
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.01%. Comparing base (21ac578) to head (7e89024).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #422   +/-   ##
=======================================
  Coverage   27.01%   27.01%           
=======================================
  Files          26       26           
  Lines        2458     2458           
  Branches     1339     1339           
=======================================
  Hits          664      664           
  Misses       1305     1305           
  Partials      489      489           

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

@mgautierfr mgautierfr merged commit 296f0f9 into main Aug 21, 2024
11 of 12 checks passed
@mgautierfr mgautierfr deleted the fix_icu_dep branch August 21, 2024 13:14
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.

1 participant