Oipo opened a new pull request #137: Constify parameters to functions, assorted 
minor fixes
URL: https://github.com/apache/celix/pull/137
 
 
   * Calling `pubsubAvrobinSerializer_createSerializerMap` in the factory 
`getService` or `ungetService` required casting away constness. However, the 
function doesn't require non-const bundle.
   * `framework_markBundleResolved` contained a bug where a shadowing variable 
made a call to `module_getSymbolicName` always return ILLEGAL_ACCESS.
   * Assorted shadowing fixes for cases that didn't lead to bugs.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to