-
Notifications
You must be signed in to change notification settings - Fork 23
fix: Import changes, error handling made consistent, formatting #126
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
tmathern
commented
Jun 25, 2025
- Formatting and import ordering changes
- Keep error messages on classes so the dictionaries aren't recreated
- Improve Stream error handling on close
tmathern
commented
Jun 25, 2025
tmathern
commented
Jun 25, 2025
tmathern
commented
Jun 25, 2025
tmathern
commented
Jun 25, 2025
tmathern
commented
Jun 25, 2025
tmathern
added a commit
that referenced
this pull request
Jun 26, 2025
* fix: create signer tests * fix: Test repro * fix: Clean up * fix: Plenty of debug logs * fix: Remove debug logs * fix: Clean up * fix: FOrmat * fix: Clean up * fix: Change return * fix: Change sign_file signature again * fix: Improve pointer handling and refactor * fix: Refactor * fix: Refactor * fix: Refactor * fix: Refactor 3 * fix: Refactor once more * fix: Refactor once more with overload * fix: Refactor once more with overload * fix: Format * fix: Change logic * fix: Deprecation * fix: Logic * fix: Test stdout output * fix: One last format * fix: Refactor * fix: Refactor 2 * fix: Refactor * fix: Better API * fix: Verify error gets raised * fix: Verify error gets raised 2 * fix: Add context manager test for callback signer * fix: Verify used alg in tests * fix: More tests * fix: Verify signer can be used multiple times * fix: Be more friendly with input * fix: Throw in stream optimization * fix: Faster memory tricks * fix: Memory handling change * fix: Docs * fix: Docs * fix: Refactor * fix: Import changes, error handling made consistent, formatting (#126) * fix: No error emssage dict recreation, all strings are static, so... * fix: Imports * fix: autopep8 formatting opinions * fix: Errors become consistent * fix: Stream closing error handling * fix: Stream error handling update * fix: Format * fix: Format 2 * fix: Return sign values * fix: Return sign values * fix: Change API build.sign* to return manifest bytes * fix: Version number bump
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.