pnoltes commented on a change in pull request #392:
URL: https://github.com/apache/celix/pull/392#discussion_r795030461



##########
File path: libs/framework/src/bundle_context.c
##########
@@ -76,7 +76,7 @@ celix_status_t bundleContext_create(framework_pt framework, 
celix_framework_logg
 
         }
        }
-
+    //FIXME: context == NULL?

Review comment:
       Thanks for the detailed answer. I am not familiar with the link-time 
test double approach; Its sound very interesting. 
   
   But to be honest, I am not sure if we need to pursue this for Celix. In my 
professional I can rely on the Linux oom killer.
   But on the other hand testing mallocs, calloc, pthread, etc on a framework 
where functionality can be dynamically extended would be helpful. 
   




-- 
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]


Reply via email to