[numbers] Fraction() and Knuth 4.5.1 -- overflow, BigInteger, long, and rounding

2018-11-07 Thread Eric Barnhill
I read Kunth's "Art of Computer Programming 4.5.1" that is referenced many times in the doc as the guidance for the commons-math/commons-numbers Fraction class. It is an interesting read. Also, for all the times it is cited in the doc, it is interesting that Fraction doesn't really use it as implem

[Text] Change for TEXT-138

2018-11-07 Thread Gary Gregory
Hi all, I want widden the audiance beyond Jira watchers for https://issues.apache.org/jira/browse/TEXT-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677936#comment-16677936 since it is a fix with a change in behavior in order to abide by the Appenda

[GitHub] commons-collections pull request #56: The put method should return the previ...

2018-11-07 Thread ttulka
GitHub user ttulka opened a pull request: https://github.com/apache/commons-collections/pull/56 The put method should return the previous record only if not expired You can merge this pull request into a Git repository by running: $ git pull https://github.com/ttulka/commons-c

[GitHub] commons-text issue #92: TEXT-138 TextStringBuilder append sub-sequence not c...

2018-11-07 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-text/pull/92 [![Coverage Status](https://coveralls.io/builds/19956092/badge)](https://coveralls.io/builds/19956092) Coverage increased (+0.002%) to 97.878% when pulling **a8d94daaa59eef6709b7

[GitHub] commons-text pull request #92: TEXT-138 TextStringBuilder append sub-sequenc...

2018-11-07 Thread drajakumar
GitHub user drajakumar opened a pull request: https://github.com/apache/commons-text/pull/92 TEXT-138 TextStringBuilder append sub-sequence not consistant with Appendable 1 considered the end index as exclusive because its exclusive as per the definition done in Appendable. 2 c