Coder Social home page Coder Social logo

Comments (7)

eclipxe13 avatar eclipxe13 commented on July 22, 2024

You are right, a quick workaround is to set the rule with the non-minimal sintax:
Change '0' to 'min=0'.

This is because var_dump((bool) '0'); // bool(false) and the developer use a lot of simple string to boolean comparisons.

from validation.

sergiobelya avatar sergiobelya commented on July 22, 2024

@eclipxe13 @adrianmiu Thanks for your work.
There are doubts that ValueValidator::parseRule($ruleAsString) will not process parameter "0".
But I can check up it not earlier than Monday, January 29th.

from validation.

eclipxe13 avatar eclipxe13 commented on July 22, 2024

@sergiobelya You are right. ValueValidator::parseRule has the same problem. I don't know why it has to evaluate to truly. anyhow AbstractRule already know how to handle with this. I think that you can use the same workaround: change "0" to "min=0".

I encourage you to try to fix this. If you want to we can chat about it. If you can't, or don't want to, tell me and I make the tests and a PR with the fix.

from validation.

sergiobelya avatar sergiobelya commented on July 22, 2024

@eclipxe13 I can assume that it's enough to correct the line https://github.com/siriusphp/validation/blob/2.2.0/src/ValueValidator.php#L220
as indicated in my first comment.
But I can be wrong.
I can try to fix this and add the tests, but with the tests there may be problems. Nevertheless, I will try.

from validation.

eclipxe13 avatar eclipxe13 commented on July 22, 2024

from validation.

adrianmiu avatar adrianmiu commented on July 22, 2024

Fixed. Thank you @sergiobelya

from validation.

sergiobelya avatar sergiobelya commented on July 22, 2024

And thank you @eclipxe13 @adrianmiu

from validation.

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.