Coder Social home page Coder Social logo

Comments (9)

Timmmm avatar Timmmm commented on September 17, 2024

I have double checked and that test definitely passes on Boost 1.60.0 but not 1.67.0. Unfortunately brew doesn't have any versions between those so I can't easily narrow it down. :-(

from test.

raffienficiaud avatar raffienficiaud commented on September 17, 2024

Thanks for filing this bug and checking about the regression. Not so much happened on this part since some time, and I believe the fix is quite easy. The only thing I do not know about is how other floating point types (like multiprecision) handle infinity.

from test.

Timmmm avatar Timmmm commented on September 17, 2024

Do you happen to know what the fix is or which commit changed the behaviour?

from test.

raffienficiaud avatar raffienficiaud commented on September 17, 2024

I believe this is this one: https://svn.boost.org/trac10/ticket/13011
Rev bf703c2

I will check tonight.

from test.

Timmmm avatar Timmmm commented on September 17, 2024

Ah cool, I patched it like this and it works for us now:

inline assertion_result
compare_fpv( Lhs const& lhs, Rhs const& rhs, op::EQ<Lhs,Rhs>* )
{
    if (lhs == rhs) {
        return true;
    }
    ...

from test.

raffienficiaud avatar raffienficiaud commented on September 17, 2024

It is fixed on the branch topic/GH-156-comparison-to-infinity. However close_at_tolerance is using a tolerance value, and does not handle 0 nor infinity. I updated the doc as well.

Let me know if the branch works for you

from test.

raffienficiaud avatar raffienficiaud commented on September 17, 2024

In develop, thanks again for the report. Closing.

from test.

Timmmm avatar Timmmm commented on September 17, 2024

Seems like our tests have changed and I can't get them to fail now, but the fix looks good to me - thanks!

from test.

raffienficiaud avatar raffienficiaud commented on September 17, 2024

You're welcome!

from test.

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.