-
Notifications
You must be signed in to change notification settings - Fork 1
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
Contextualize deserialization error #86
base: develop
Are you sure you want to change the base?
Conversation
@@ -363,87 +368,6 @@ mod tests { | |||
}; | |||
test_serialization(&dummy).unwrap(); | |||
|
|||
{ |
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.
just for my knowledge, you've removed these tests since tests are already done in crypto_core?
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.
+1 , same question
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
@@ -363,87 +368,6 @@ mod tests { | |||
}; | |||
test_serialization(&dummy).unwrap(); | |||
|
|||
{ |
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.
+1 , same question
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.
Ah and btw, something in the CI seems to fail ?
Link : https://github.com/Cosmian/crypto_core/actions/runs/13266887641/job/37036467454?pr=86
This error seems to be unrelated to the present PR as this is a compilation error of a dependency. |
No description provided.