Coder Social home page Coder Social logo

Comments (3)

sloria avatar sloria commented on August 19, 2024

Can you please provide a full snippet to reproduce the problem? What data structure is mythings?

from marshmallow.

svenstaro avatar svenstaro commented on August 19, 2024

The problem is that in __filter_fields() you only check against self.many (but don't respect the many that was just was just passed into dump()). Same goes for _postprocess(). I don't think you need any additional code of mine here as the bug is right there but I can try providing a minimal test case that reproduces the problem if you really want. However, I think reasoning about the code, we can already see where it goes wrong.

I do agree that self.many should not be changed and my pull request is bad. The whole idea of having dump() take many as a parameter is that the object stays unchanged, after all. This being the case, many needs to be passed through all called functions instead, then.

from marshmallow.

sloria avatar sloria commented on August 19, 2024

@svenstaro You are correct. many will have to be passed through to those private functions. Would you like to update your pull request?

from marshmallow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.