https://bugs.documentfoundation.org/show_bug.cgi?id=135084

raal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Keywords|bibisectRequest             |bibisected, bisected

--- Comment #6 from raal <[email protected]> ---
This seems to have begun at the below commit.
Adding Cc: to XXX ; Could you possibly take a look at this one?
Thanks

0918a0c29b494e043480b9f1ed3f032524968d59 is the first bad commit
commit 0918a0c29b494e043480b9f1ed3f032524968d59
Author: Matthew Francis <[email protected]>
Date:   Sun Mar 15 03:51:36 2015 +0800

    source-hash-47a2d7642d249d70b5da0c330a73f3a0032e4bba

    commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba
    Author:     Juan Picca <[email protected]>
    AuthorDate: Fri Sep 19 14:19:30 2014 -0300
    Commit:     David Tardon <[email protected]>
    CommitDate: Thu Oct 9 11:33:33 2014 +0000

        fdo#81356: convert Fraction to boost::rational<long> - wip

        * Added rational util functions used by Fraction class not
          available in the boost::rational class.
        * Replaced usage of Fraction by boost::rational<long>
        * Removed code that relies on:
          1. fraction.IsValid() -- rational only allow valid values, ie
             denominator() != 0
          2. rational.denominator() == 0 -- always false
          3. rational.denominator() < 0 -- always false but implementation
             detail:
http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation
        * Simplified code that relies on:
          1. rational.denominator() != 0 -- always true
        * BUGS EXIST because Fraction allows the creation of invalid values but
          boost::rational throws the exception boost::bad_rational

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to