Skip to content
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

feat: deserialize bytes from Value Array #130

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

lperlaki
Copy link
Contributor

@lperlaki lperlaki commented Jul 4, 2024

allow to deserialize bytes from a Value::Array(Integer)

matches the behaviour of serve_json

should we also allow to deserialize bytes from Value::Text ?

@lperlaki lperlaki requested a review from a team as a code owner July 4, 2024 10:42
@lperlaki lperlaki requested a review from rjzak July 4, 2024 10:42
@rjzak
Copy link
Member

rjzak commented Jul 4, 2024

Could you add a unit test which shows this working?

@rjzak rjzak added the enhancement New feature or request label Jul 4, 2024
@rjzak
Copy link
Member

rjzak commented Jul 5, 2024

Ok, last thing. Could you squash your commits and update the commit message? The PR title looks great, but the commisery check is upset. Otherwise, looks good.

@lperlaki
Copy link
Contributor Author

lperlaki commented Jul 5, 2024

Thank you for the quick responses.
I squashed the commit and used the PR title as the commit message as you requested.

@rjzak rjzak merged commit bb03b26 into enarx:main Jul 5, 2024
53 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants