pisa-engine / pisa

PISA: Performant Indexes and Search for Academia
https://pisa-engine.github.io/pisa/book
Apache License 2.0
941 stars 65 forks source link

Lib updates #518

Closed elshize closed 1 year ago

elshize commented 1 year ago

I updated a few libraries and fixed breaking changes, and now it compiles successfully on Clang 12. I added it to CI, along with one run in C++20 mode.

Note: Google Benchmark still does not compile in C++20 mode, or at least I haven't confirmed it yet; will do that next.

codecov[bot] commented 1 year ago

Codecov Report

Base: 93.03% // Head: 93.06% // Increases project coverage by +0.02% :tada:

Coverage data is based on head (3f326bf) compared to base (f657c78). Patch has no changes to coverable lines.

:exclamation: Current head 3f326bf differs from pull request most recent head 6f13dab. Consider uploading reports for the commit 6f13dab to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #518 +/- ## ========================================== + Coverage 93.03% 93.06% +0.02% ========================================== Files 90 90 Lines 4497 4497 ========================================== + Hits 4184 4185 +1 + Misses 313 312 -1 ``` | [Impacted Files](https://codecov.io/gh/pisa-engine/pisa/pull/518?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pisa-engine) | Coverage Δ | | |---|---|---| | [include/pisa/type\_safe.hpp](https://codecov.io/gh/pisa-engine/pisa/pull/518?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pisa-engine#diff-aW5jbHVkZS9waXNhL3R5cGVfc2FmZS5ocHA=) | `100.00% <ø> (ø)` | | | [include/pisa/util/util.hpp](https://codecov.io/gh/pisa-engine/pisa/pull/518?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pisa-engine#diff-aW5jbHVkZS9waXNhL3V0aWwvdXRpbC5ocHA=) | `100.00% <ø> (ø)` | | | [include/pisa/wand\_data\_range.hpp](https://codecov.io/gh/pisa-engine/pisa/pull/518?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pisa-engine#diff-aW5jbHVkZS9waXNhL3dhbmRfZGF0YV9yYW5nZS5ocHA=) | `84.61% <0.00%> (+1.28%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pisa-engine). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pisa-engine)

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