[GitHub] commons-collections issue #57: COLLECTIONS-701 SetUniqueList.add() crashes d...

2018-11-14 Thread drajakumar
Github user drajakumar commented on the issue: https://github.com/apache/commons-collections/pull/57 @garydgregory can you kindly check the new fix, thank you! --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] commons-collections issue #57: COLLECTIONS-701 SetUniqueList.add() crashes d...

2018-11-11 Thread drajakumar
Github user drajakumar commented on the issue: https://github.com/apache/commons-collections/pull/57 @garydgregory can you kindly check the new fix, thank you! --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] commons-collections pull request #57: COLLECTIONS-701 SetUniqueList.add() cr...

2018-11-11 Thread drajakumar
GitHub user drajakumar reopened a pull request: https://github.com/apache/commons-collections/pull/57 COLLECTIONS-701 SetUniqueList.add() crashes due to infinite recursion… … when it receives itself You can merge this pull request into a Git repository by running: $ git

[GitHub] commons-collections pull request #57: COLLECTIONS-701 SetUniqueList.add() cr...

2018-11-11 Thread drajakumar
GitHub user drajakumar reopened a pull request: https://github.com/apache/commons-collections/pull/57 COLLECTIONS-701 SetUniqueList.add() crashes due to infinite recursion… … when it receives itself You can merge this pull request into a Git repository by running: $ git

[GitHub] commons-collections issue #57: COLLECTIONS-701 SetUniqueList.add() crashes d...

2018-11-09 Thread drajakumar
Github user drajakumar commented on the issue: https://github.com/apache/commons-collections/pull/57 sure @garydgregory i am analyzing for a fix as per the expectation, will update you. --- - To unsubscribe, e

[GitHub] commons-collections pull request #57: COLLECTIONS-701 SetUniqueList.add() cr...

2018-11-09 Thread drajakumar
Github user drajakumar closed the pull request at: https://github.com/apache/commons-collections/pull/57 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h

[GitHub] commons-collections issue #57: COLLECTIONS-701 SetUniqueList.add() crashes d...

2018-11-09 Thread drajakumar
Github user drajakumar commented on the issue: https://github.com/apache/commons-collections/pull/57 closing the pr as the fix is not as expected --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

[GitHub] commons-collections pull request #57: COLLECTIONS-701 SetUniqueList.add() cr...

2018-11-09 Thread drajakumar
Github user drajakumar closed the pull request at: https://github.com/apache/commons-collections/pull/57 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h

[GitHub] commons-collections pull request #57: COLLECTIONS-701 SetUniqueList.add() cr...

2018-11-08 Thread drajakumar
GitHub user drajakumar opened a pull request: https://github.com/apache/commons-collections/pull/57 COLLECTIONS-701 SetUniqueList.add() crashes due to infinite recursion… … when it receives itself You can merge this pull request into a Git repository by running: $ git pull

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

2018-11-08 Thread drajakumar
Github user drajakumar closed the pull request at: https://github.com/apache/commons-text/pull/92 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h

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

2018-11-08 Thread drajakumar
Github user drajakumar commented on the issue: https://github.com/apache/commons-text/pull/92 closing as its consider in this commit https://github.com/apache/commons-text/commit/70c080b146e8e6fb79cd97f780b65f863d4ec6d8

[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

[GitHub] commons-text issue #91: TEXT-127 Detect when a variable is unknown in String...

2018-10-31 Thread drajakumar
Github user drajakumar commented on the issue: https://github.com/apache/commons-text/pull/91 closed the pr as @garydgregory made applied a different patch that changes the instance variable name and method name. He also provided the variable name that is not found. He added some

[GitHub] commons-text pull request #91: TEXT-127 Detect when a variable is unknown in...

2018-10-31 Thread drajakumar
Github user drajakumar closed the pull request at: https://github.com/apache/commons-text/pull/91 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h

[GitHub] commons-text pull request #91: TEXT-127 Detect when a variable is unknown in...

2018-10-29 Thread drajakumar
GitHub user drajakumar opened a pull request: https://github.com/apache/commons-text/pull/91 TEXT-127 Detect when a variable is unknown in StringSubstitutor You can merge this pull request into a Git repository by running: $ git pull https://github.com/drajakumar/commons-text

[GitHub] commons-text pull request #72: fix for TEXT-100

2017-10-18 Thread drajakumar
GitHub user drajakumar opened a pull request: https://github.com/apache/commons-text/pull/72 fix for TEXT-100 You can merge this pull request into a Git repository by running: $ git pull https://github.com/drajakumar/commons-text master Alternatively you can review and apply