fix: return error on interrupted sleep#993
Merged
Merged
Conversation
texastony
reviewed
Nov 14, 2024
Contributor
texastony
left a comment
There was a problem hiding this comment.
Can we use Opaque(e)?
I think this is a good place for it.
5c2dda5 to
3915c82
Compare
seebees
approved these changes
Nov 14, 2024
Contributor
seebees
left a comment
There was a problem hiding this comment.
Looks good. Will update the commit message when I merge
lucasmcdonald3
pushed a commit
to lucasmcdonald3/aws-cryptographic-material-providers-library
that referenced
this pull request
Nov 15, 2024
## [1.7.5](v1.7.4...v1.7.5) (2024-11-15) ### Bug Fixes * **Python-Release:** Run validate tests from release commit ([41c0c94](41c0c94)) * **Python:** CMCs release lock for unhandled runtime exceptions ([aws#979](https://github.com/lucasmcdonald3/aws-cryptographic-material-providers-library/issues/979)) ([1510b77](1510b77)) * return error on interrupted sleep ([aws#993](https://github.com/lucasmcdonald3/aws-cryptographic-material-providers-library/issues/993)) ([f49460a](f49460a))
lucasmcdonald3
pushed a commit
to lucasmcdonald3/aws-cryptographic-material-providers-library
that referenced
this pull request
Nov 15, 2024
## [1.7.5](v1.7.4...v1.7.5) (2024-11-15) ### Bug Fixes * **Python-Release:** Run validate tests from release commit ([41c0c94](41c0c94)) * **Python:** CMCs release lock for unhandled runtime exceptions ([aws#979](https://github.com/lucasmcdonald3/aws-cryptographic-material-providers-library/issues/979)) ([1510b77](1510b77)) * return error on interrupted sleep ([aws#993](https://github.com/lucasmcdonald3/aws-cryptographic-material-providers-library/issues/993)) ([f49460a](f49460a))
seebees
pushed a commit
that referenced
this pull request
Nov 19, 2024
# [1.8.0](v1.7.4...v1.8.0) (2024-11-19) ### Bug Fixes * Drop SelectOpt from MutableMap ([bdb6509](bdb6509)) * Externs ([0bc1f96](0bc1f96)) * formatting ([b608ab8](b608ab8)) * **Python-Release:** Run validate tests from release commit ([41c0c94](41c0c94)) * **Python:** CMCs release lock for unhandled runtime exceptions ([#979](#979)) ([1510b77](1510b77)) * **Python:** return error on interrupted sleep ([#1003](#1003)) ([405cf37](405cf37)) * remove input and output traits on DynamoDB operations ([#1012](#1012)) ([8377acf](8377acf)) * return error on interrupted sleep ([#993](#993)) ([f49460a](f49460a)) * rust CI ([42e39cc](42e39cc)) ### Features * **Rust:** Interop test vectors; bump Dafny to 4.9.0 ([#1004](#1004)) ([a505a30](a505a30)) * Storm cache supports millisecond resolution ([#1011](#1011)) ([6f09d5d](6f09d5d))
seebees
added a commit
that referenced
this pull request
Nov 19, 2024
* chore(release): 1.8.0 [skip ci] # [1.8.0](v1.7.4...v1.8.0) (2024-11-19) ### Bug Fixes * Drop SelectOpt from MutableMap ([bdb6509](bdb6509)) * Externs ([0bc1f96](0bc1f96)) * formatting ([b608ab8](b608ab8)) * **Python-Release:** Run validate tests from release commit ([41c0c94](41c0c94)) * **Python:** CMCs release lock for unhandled runtime exceptions ([#979](#979)) ([1510b77](1510b77)) * **Python:** return error on interrupted sleep ([#1003](#1003)) ([405cf37](405cf37)) * remove input and output traits on DynamoDB operations ([#1012](#1012)) ([8377acf](8377acf)) * return error on interrupted sleep ([#993](#993)) ([f49460a](f49460a)) * rust CI ([42e39cc](42e39cc)) ### Features * **Rust:** Interop test vectors; bump Dafny to 4.9.0 ([#1004](#1004)) ([a505a30](a505a30)) * Storm cache supports millisecond resolution ([#1011](#1011)) ([6f09d5d](6f09d5d))
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
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.
Issue #, if available:
Description of changes:
Squash/merge commit message, if applicable:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.