+1 
I definitely like the idea of preserving the API name that's already existed 
and throwing away the unimplemented one! 
    On Tuesday, July 2, 2019, 11:36:00 AM PDT, Alan M. Carroll 
<a...@network-geographics.com> wrote:  
 
 In the current documentation is the C API function TSIOBufferReaderRead which 
reads from an IOBufferReader in to a fixed buffer, the dual of 
TSIOBufferWriter. This function is not actually implemented which has caused 
some consternation. In working on providing an implementation, I came across an 
implementation for TSIOBufferReaderCopy which does (almost) the same thing but 
for unknown reasons was hidden from the C API. I have PR #5668 which unifies 
these, keeping the name TSIOBufferReaderCopy, cleaning up the implementation, 
and updating the documentation. It's somewhat unclear if this is really "new" 
API since a variant already existed and the non-existent variant was already 
documented, but might as well be clear and proper about it.

  

Reply via email to