pnoltes commented on PR #591: URL: https://github.com/apache/celix/pull/591#issuecomment-1646954435
Nice work!. Very interesting and welcome addition. For me 1 of the 3 major issues with C is no support for "scoped based" cleanup and this somewhat solves that (the other ones are no type safe containers and no easy way to do white-box code reuse (e.g. inheritance/polymorphism). And very nice that the user can do this - if I am correct - with 3 macros `celxi_auto`, `celix_autoptr` and `celix_autofree`. I want to review this more thoroughly, but do need some time to do this. -- 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: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org