stegemr commented on code in PR #476: URL: https://github.com/apache/celix/pull/476#discussion_r1153324221
########## libs/framework/src/framework.c: ########## @@ -1243,7 +1121,7 @@ static celix_status_t framework_markBundleResolved(framework_pt framework, modul bool isSystemBundle = false; bundle_isSystemBundle(bundle, &isSystemBundle); if (!isSystemBundle) { - status = CELIX_DO_IF(status, framework_loadBundleLibraries(framework, bundle)); + status = CELIX_DO_IF(status, celix_module_loadLibraries(module)); Review Comment: A lot of commented code in this function -- 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