You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/05/22 12:13:50 UTC

[GitHub] [commons-csv] belugabehr opened a new pull request, #169: CSV-285: Replace BufferedReader with PushbackReader

belugabehr opened a new pull request, #169:
URL: https://github.com/apache/commons-csv/pull/169

   https://issues.apache.org/jira/browse/CSV-285


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-csv] belugabehr commented on pull request #169: CSV-285: Replace BufferedReader with PushbackReader

Posted by GitBox <gi...@apache.org>.
belugabehr commented on PR #169:
URL: https://github.com/apache/commons-csv/pull/169#issuecomment-1279842462

   I'm going to close this.
   
   I think a push-back buffer is cleaner as it's really well suited for this use case, but the current implementation is faster (and not all that hard to follow).


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-csv] garydgregory closed pull request #169: CSV-285: Replace BufferedReader with PushbackReader

Posted by GitBox <gi...@apache.org>.
garydgregory closed pull request #169: CSV-285: Replace BufferedReader with PushbackReader
URL: https://github.com/apache/commons-csv/pull/169


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-csv] garydgregory commented on pull request #169: CSV-285: Replace BufferedReader with PushbackReader

Posted by GitBox <gi...@apache.org>.
garydgregory commented on PR #169:
URL: https://github.com/apache/commons-csv/pull/169#issuecomment-1133882770

   @belugabehr 


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-csv] belugabehr closed pull request #169: CSV-285: Replace BufferedReader with PushbackReader

Posted by GitBox <gi...@apache.org>.
belugabehr closed pull request #169: CSV-285: Replace BufferedReader with PushbackReader
URL: https://github.com/apache/commons-csv/pull/169


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-csv] garydgregory commented on pull request #169: CSV-285: Replace BufferedReader with PushbackReader

Posted by GitBox <gi...@apache.org>.
garydgregory commented on PR #169:
URL: https://github.com/apache/commons-csv/pull/169#issuecomment-1279823054

   Hi @belugabehr 
   Are you still working on this PR or should it be closed?


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org