-
Notifications
You must be signed in to change notification settings - Fork 63
Add context to signature-related errors #357
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #357 +/- ##
==========================================
- Coverage 97.99% 97.98% -0.02%
==========================================
Files 20 20
Lines 4729 4901 +172
==========================================
+ Hits 4634 4802 +168
- Misses 95 99 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
83b6643
to
f836776
Compare
Moved the algorithm encodings from |
Fixes #356.
This could use some feedback. In particular, the macro encoding of
alg_tests
is fairly painful to update for this. Any suggestions how best to do that? I started on unwrapping some the macro test wrappers in another branch but that would a decent amount of boilerplate (though it does make things a bit more obvious).