ppkarwasz commented on PR #790: URL: https://github.com/apache/commons-io/pull/790#issuecomment-3344222545
Hi @garydgregory, > There are a lot of builds failures here. Yes, I noticed: they all come from subtle changes in how those classes validate their arguments. I’ll take a closer look tomorrow. For `ClosedInputStream` and `ClosedReader`, the tests need to be updated: the Javadoc specifies that when the buffer length is `0`, the method should return `0`. Only when the buffer is non-empty should it attempt to read bytes or characters. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
