Advertisement
Guest User

git bisect

a guest
Oct 22nd, 2014
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. 47a2d7642d249d70b5da0c330a73f3a0032e4bba is the first bad commit
  2. commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba
  3. Author: Juan Picca <jumapico@gmail.com>
  4. Date: Fri Sep 19 14:19:30 2014 -0300
  5.  
  6. fdo#81356: convert Fraction to boost::rational<long> - wip
  7.  
  8. * Added rational util functions used by Fraction class not
  9. available in the boost::rational class.
  10. * Replaced usage of Fraction by boost::rational<long>
  11. * Removed code that relies on:
  12. 1. fraction.IsValid() -- rational only allow valid values, ie
  13. denominator() != 0
  14. 2. rational.denominator() == 0 -- always false
  15. 3. rational.denominator() < 0 -- always false but implementation
  16. detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation
  17. * Simplified code that relies on:
  18. 1. rational.denominator() != 0 -- always true
  19. * BUGS EXIST because Fraction allows the creation of invalid values but
  20. boost::rational throws the exception boost::bad_rational
  21.  
  22. Change-Id: I84970a4956afb3f91ac0c8f726547466319420f9
  23. Reviewed-on: https://gerrit.libreoffice.org/11551
  24. Reviewed-by: David Tardon <dtardon@redhat.com>
  25. Tested-by: David Tardon <dtardon@redhat.com>
  26.  
  27. :040000 040000 150cff9e5a4b7967ac3f7dccf60c90a3e6414543 2e0aaa084ebd56342d63ef0bd9ae31eabab3b173 M basctl
  28. :040000 040000 04be353518bf3a5ed0ae21d52c660b4606e8880e 0bdbb2c90e8b9c098bb249749cf1dc2850f03273 M basic
  29. :040000 040000 67a8371b9867b6837044cba569dd70ebf288d580 4ab3b82af76068955151d827c1833b6140e2b2b4 M chart2
  30. :040000 040000 fb58c02a386f678fb7a6640bd8c786d08c288ed8 c070ac794bedeca405cb6337d2ac239a2496002e M connectivity
  31. :040000 040000 c257d7c7afbbd648959f76f5cc15b6c34e0b3d6a 7fbc4c3444b40eafde332b1d6c535d232737a074 M cui
  32. :040000 040000 88a7cd77eb1b318237d3b351871f96c499406d0b ea496421d343baf6ec3390c49eecd53f61271b40 M dbaccess
  33. :040000 040000 9cce9be11b92700330e952aa24ccb2cc08ef2a1e 3f0cb45a5b4d15caa52d175b787b084d0c3bf9f4 M desktop
  34. :040000 040000 0161259d0f95185fce40ff1883e3302247858217 eba266b54f77c28a43a56f0b1cda75cb51c9b113 M drawinglayer
  35. :040000 040000 292dbcbcafe5f0fd62e29174ace1943d5efe8716 de3a576a3951a19314cb513873e565b7ae405382 M editeng
  36. :040000 040000 65dcb864dcfd4274cc82cca3805b4ad466abbb46 2797de1a2b2295c4fbac153e94531c6b1c4a34ea M filter
  37. :040000 040000 6ea2e2916b034a01840ffc13edb9454682c9a075 b1d567bf4f9f76459703893b809646ade833a580 M forms
  38. :040000 040000 c4d122a7153a6e7aba603df82ddf18b8fb74168c b143ba17580610ee71c680a987c1c3d776b92f86 M include
  39. :040000 040000 d489f172e0ba96be6bd3a94515d21b089b88c8d4 ced7a2dd1566bd32c989ee23f2d392838d502397 M reportdesign
  40. :040000 040000 11c40b7004082a37488c266f811fab5fc57a09f6 034b026edf868dbeded7ee0730b72cc27e7f789f M sc
  41. :040000 040000 6c5303a61e090a54a5d362c42506a00ee90e8d96 8da01b93d647f73b57f0ee40c9ab328c8b322223 M sd
  42. :040000 040000 e6c0e8e3dc4dc196e0e05df4d038fc9b74c05625 7bcc19c32c7421fd3234c8af091adadfe74438da M sfx2
  43. :040000 040000 6cfc02e69e6846e46af84a88554ff78774ce6a37 56b73ad374310fed7756891c2ebc244e163e0b2c M starmath
  44. :040000 040000 4f6dbb469b256228a0af0ddcbe44445db9d6d79a 01f9da72933432aac7e6e74f01847fbf684ad1ff M svtools
  45. :040000 040000 3aaab43d4a23890520fdbeefd7ffcf7c51f728cb 6afdac0c35981db60f700eb2ed500d218795884b M svx
  46. :040000 040000 483e71f5c106caf3e745a98bca58697453830eb9 15a8fd784d89f517a26d3cb09a5a897ae3942371 M sw
  47. :040000 040000 95278c6b47cb6e2940f2d242a2957403791709c8 7168dd8c5da860fd7dd18c20386423abe721971a M toolkit
  48. :040000 040000 8f970f266ebdd0f43c7c834999151aa53c6c207a 6950285593e70fe86e0e3cbf7febdf811fc9e3be M tools
  49. :040000 040000 bcbbf53bda58dbbdf3f11c46965500cbe3eb34de 19410068aa317db6c0c9ffb96b86dcbeae9a74d7 M vcl
  50. :040000 040000 b403c3cd165c1f9250bf7780f25a8677b42211a9 00da15157090dc9d5397cb8a0d84650d262ee2f9 M writerfilter
  51.  
  52. (tramp)limux@dev-E7440:~/Development/libreoffice/bisect$ git bisect log
  53. git bisect start
  54. # bad: [d89a2aaaeb7c4afdb70978e5cb54443119e3ee45] fix font tests
  55. git bisect bad d89a2aaaeb7c4afdb70978e5cb54443119e3ee45
  56. # good: [75a23240d6ac090305f18ca93094ce2739eb8646] -Werror=unused-result
  57. git bisect good 75a23240d6ac090305f18ca93094ce2739eb8646
  58. # bad: [b1efc0e9ef657347ac7e2077a49bde331a8b2806] coverity#1078466 Unchecked return value
  59. git bisect bad b1efc0e9ef657347ac7e2077a49bde331a8b2806
  60. # bad: [d79ca9b29a346e53d1c24b29cce14b6698bd6dd4] cid#1244951 Uncaught exception
  61. git bisect bad d79ca9b29a346e53d1c24b29cce14b6698bd6dd4
  62. # good: [a0a919d2b541c415ad9b81d2ee91895bf106e9bb] remove SvRefBase::QueryDelete
  63. git bisect good a0a919d2b541c415ad9b81d2ee91895bf106e9bb
  64. # bad: [2b85db8b6b7cbdef8e8a8645c33d122ef987a27d] android: Simplify the About dialog creation.
  65. git bisect bad 2b85db8b6b7cbdef8e8a8645c33d122ef987a27d
  66. # bad: [ffc06f9f62497cf6a3ca1ad01e53e0c07ce57c75] Updated core Project: help 301caf5470aec71aeac5327f452c15a28caa2f10
  67. git bisect bad ffc06f9f62497cf6a3ca1ad01e53e0c07ce57c75
  68. # good: [9defb89ede306b81a0c31a1afad9e71c95a30d32] HAS_IA2 is never defined
  69. git bisect good 9defb89ede306b81a0c31a1afad9e71c95a30d32
  70. # bad: [4cdce63daf162709c3eff0f9c6c90ecc32109c21] testCropPixel: relax requirements a bit for OS X
  71. git bisect bad 4cdce63daf162709c3eff0f9c6c90ecc32109c21
  72. # bad: [47a2d7642d249d70b5da0c330a73f3a0032e4bba] fdo#81356: convert Fraction to boost::rational<long> - wip
  73. git bisect bad 47a2d7642d249d70b5da0c330a73f3a0032e4bba
  74. # good: [ae77dc81c33ab0817264bcf5fc8bb71a55b78a73] fdo#75757: remove inheritance to std::vector
  75. git bisect good ae77dc81c33ab0817264bcf5fc8bb71a55b78a73
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement