Fatal1ty / mashumaro

Fast and well tested serialization library
Apache License 2.0
774 stars 45 forks source link

Forbid extra option and bubbling up the inner-most exception #183

Closed mishamsk closed 7 months ago

mishamsk commented 10 months ago

Hi,

This does two things:

Caveats:

I'd love this to be merged though. I think it adds quite a lot of value already.

Let me know what you think!

pep8speaks commented 10 months ago

Hello @mishamsk! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2023-12-17 16:04:54 UTC
Fatal1ty commented 9 months ago

Hi @mishamsk

Reviewing pull requests with mixed changes can be challenging. As a result, it has taken me some time to respond. Would you kindly consider splitting the pull request into separate parts? I appreciate your work and I'd like to review forbid_extra_keys part first since it looks less destructive. However, I would like to take more time to reflect on the other changes before making a decision. Thank you for your understanding.

mishamsk commented 8 months ago

Yeah, makes sense. Sorry for mixing these. Will get to it eventually, a bit busy now

mishamsk commented 7 months ago

split into #198 & #199 , closing