paleolimbot commented on issue #215: URL: https://github.com/apache/arrow-nanoarrow/issues/215#issuecomment-1582710950
I honestly just haven't thought about it! Most current usage/testing is in C right now where const-ness isn't quite as baked in to the language. One first step is could be to go through the C API functions and declare pointers that are not modified as `const`...there are quite a few of them but mostly that lives in documentation at this point and not as `const` declarations. -- 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]
