You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/06/08 14:37:27 UTC

[GitHub] [arrow-nanoarrow] paleolimbot commented on issue #215: Const-correctness

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: github-unsubscribe@arrow.apache.org

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