pnoltes commented on issue #674: URL: https://github.com/apache/celix/issues/674#issuecomment-1962937220
In PR #727, element types for the array list were introduced. To ensure the introduction of array list element types is backwards compatible, a potential element type value of `CELIX_ARRAY_LIST_ELEMENT_TYPE_UNDEFINED` was added. The support for the `CELIX_ARRAY_LIST_ELEMENT_TYPE_UNDEFINED` element type is intended to be temporary. This addition allows for a separate PR that focuses solely on refactoring Celix array list usage. - [ ] Create a pull request to remove the `CELIX_ARRAY_LIST_ELEMENT_TYPE_UNDEFINED` array list element type and the `celix_arrayList_create` function. Additionally, refactor all instances where the undefined array list usage occurs. -- 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]
