Code Monkey home page Code Monkey logo

Comments (8)

strmaks avatar strmaks commented on August 22, 2024 1

Thank you.

from mergo.

PamelaKelly avatar PamelaKelly commented on August 22, 2024 1

This is the expected behavior.

@darccio does this mean it is not possible to merge booleans at all using this tool then? If we cannot rely on it respecting a legitimate value of false? Or do you have a recommendation for how to get around this?

It would be unfortunate if so as it would make it unusable for anyone with boolean values in their yaml, and otherwise the tool is brilliant. :(

from mergo.

darccio avatar darccio commented on August 22, 2024

This is the expected behavior. As stated in README:

Mergo is intended to assign only zero value fields on destination with source value.

The zero value of a boolean field is false. It isn't possible to avoid it even with a pointer because Merge follows the pointers too. So, when it finds a pointer to bool with false value, it will overwrite with a true value if src matching field is true.

If you have any doubt, don't hesitate to ask me.

from mergo.

TomOperator avatar TomOperator commented on August 22, 2024

For those of you who need it, @Pothulapati built a fork that solves this here.

from mergo.

vtolstov avatar vtolstov commented on August 22, 2024

i think that for bool case we need to add additional logic

from mergo.

PamelaKelly avatar PamelaKelly commented on August 22, 2024

i think that for bool case we need to add additional logic

Do you mean in the mergo repo or where it is being called?

from mergo.

vtolstov avatar vtolstov commented on August 22, 2024

i think that for bool case we need to add additional logic

Do you mean in the mergo repo or where it is being called?

in mergo repo, but i dont know how to detect false vs not set =)

from mergo.

emirot avatar emirot commented on August 22, 2024

Here is 3 ways to handle merge boolean the way we would like:

  • Using mergo.WithOverwriteWithEmptyValue #129 (comment) but the drawback is that empty values won't be kept
  • Using a customBoolean Type see #129 (comment)
  • Treat boolean as string

from mergo.

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.