-
Notifications
You must be signed in to change notification settings - Fork 57
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
Refactor pgp_key_search_t #2187
Conversation
3e90da9
to
8a6e9b6
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2187 +/- ##
==========================================
+ Coverage 77.26% 77.29% +0.02%
==========================================
Files 194 194
Lines 37751 37692 -59
==========================================
- Hits 29170 29135 -35
+ Misses 8581 8557 -24 ☔ View full report in Codecov by Sentry. |
8a6e9b6
to
9df4427
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2862a8a
to
625ad86
Compare
Is it actually faster now? :P |
There is some conflict, probably caused by the recent merged PR... |
I mean faster transition to C++ from all the anonymous unions, char * and suchlike internal stuff :) I'll rebase and fix errors and ping you back for review, thanks! |
1161ae9
to
a388301
Compare
a388301
to
f58c69a
Compare
55a2b14
to
683ade3
Compare
07ae57a
to
8c433ee
Compare
8c433ee
to
bab4033
Compare
…e issue with hex decoding.
bab4033
to
e40c4ff
Compare
@ronaldtse @antonsviridenko ping for review. Spend a lot of time on debugging on some test failure but separated it to the issue #2192 as too much time was spent on it. |
Another one on the C++-transition way.Thought it would be faster...