Support sub sequences in CharSequenceReader#91
Conversation
|
Thank you for the PR. Some requests: The Travis build fails with Checkstyle errors, may you fix these? Create a Jira ticket and link it to this PR. Update changes.xml with an entry for this PR. Do the same for your other PR if it represents something different as opposed to an evolution of this PR the user does not need to know about. Thank you! |
|
See https://issues.apache.org/jira/browse/IO-619. I've added you as developer just like the other issues. I've also fixed a small bug in changes.xml where you referenced the wrong ticket number (2x 617 instead of 617 and 618). The other PR is a performance improvement that probably does not warrant its own release notes. |
|
Please rebase on master and omit changes.xml, it makes it easier to merge when dealing with lots of PRs. I should not have asked you to edit changes.xml in the first place! ;-) |
|
Rebase complete, including revert of changes to changes.xml. That does mean that the incorrect 617 (should be 618) on line 131 is back. |
|
Hi @robtimus The PR is messed up now, it looks like you did a merge instead of a rebase. Please fix. |
Done. I ended up doing a cherry-pick from master instead, but the results are the same. |
garydgregory
left a comment
There was a problem hiding this comment.
@robtimus TY for your patience...
* Added support for sub sequences in CharSequenceReader * Added missing Javadoc. Added entry to changes.xml. * Added missing @SInCE tags. * [IO-619] Fixed issues reported in merge request apache#91 * [IO-619] Use assertThrows instead of try-fail-catch * [IO-619] Fixed issues reported in merge request apache#91
Depends on PR 90.