This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit b7c42cd81520ebf5449cfa5bf64d6111adfcbaab Merge: 82775a1e 28b25c4a Author: PengZheng <[email protected]> AuthorDate: Fri Apr 7 20:59:19 2023 +0800 Merge pull request #514 from apache/hotfix/convert_utils_fix Fix broken celix_utils_convertStringToDouble/celix_utils_convertStringToLong libs/error_injector/malloc/src/malloc_ei.cc | 7 +++ libs/utils/CMakeLists.txt | 8 ++++ libs/utils/gtest/CMakeLists.txt | 1 + .../src/ConvertUtilsErrorInjectionTestSuite.cc | 46 ++++++++++++++++++ libs/utils/gtest/src/ConvertUtilsTestSuite.cc | 10 ++++ libs/utils/private/test/version_ei_test.cc | 56 ++++++++++++++++++++++ libs/utils/src/celix_convert_utils.c | 26 ++++------ libs/utils/src/version.c | 17 ++++--- 8 files changed, 148 insertions(+), 23 deletions(-)
