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
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 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 user coveralls commented on the issue:
https://github.com/apache/commons-text/pull/92
[](https://coveralls.io/builds/19956092)
Coverage increased (+0.002%) to 97.878% when pulling
**a8d94daaa59eef6709b7
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