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 dd3d35a36806b853db3c6d47a41204487fc41bc9
Merge: a0667538 0d5ff631
Author: PengZheng <[email protected]>
AuthorDate: Fri May 5 20:48:27 2023 +0800

    Merge pull request #543 from apache/feature/error_injector_ergonomics
    
    Feature/error injector ergonomics

 bundles/pubsub/pubsub_spi/CMakeLists.txt           |  2 +-
 libs/error_injector/api/celix_error_injector.h     | 12 ++++
 libs/framework/CMakeLists.txt                      | 55 ++++++++--------
 libs/framework/gtest/CMakeLists.txt                | 12 ++--
 .../CelixBundleContextBundlesWithErrorTestSuite.cc | 15 +++++
 libs/framework/src/bundle_archive_private.h        |  3 +-
 libs/framework/src/bundle_private.h                |  5 +-
 libs/framework/src/bundle_revision_private.h       |  4 +-
 libs/framework/src/celix_framework_utils_private.h | 13 +---
 libs/framework/src/module.c                        |  3 +-
 libs/utils/CMakeLists.txt                          | 76 ++++++++++++----------
 libs/utils/gtest/CMakeLists.txt                    |  6 +-
 libs/utils/src/array_list_private.h                |  1 -
 libs/utils/src/hash_map_private.h                  | 14 ++--
 14 files changed, 121 insertions(+), 100 deletions(-)

Reply via email to