Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/509 remove deprecated version #728

Merged
merged 11 commits into from
Feb 11, 2024

Conversation

pnoltes
Copy link
Contributor

@pnoltes pnoltes commented Feb 10, 2024

This PR removes the deprecated version.h and version_range.h headers, their implementation and usage.

This is part of #509.

Also refactors unit test so that the celix_ api is always used and introduces a celix_version_type.h and celix_version_range_type.h (which is part of #715)

@codecov-commenter
Copy link

codecov-commenter commented Feb 10, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (70548d6) 88.85% compared to head (cc69c9f) 88.94%.

Files Patch % Lines
libs/framework/src/manifest_parser.c 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #728      +/-   ##
==========================================
+ Coverage   88.85%   88.94%   +0.08%     
==========================================
  Files         216      216              
  Lines       24293    24200      -93     
==========================================
- Hits        21585    21524      -61     
+ Misses       2708     2676      -32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@PengZheng PengZheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -37,7 +37,7 @@ struct manifestParser {
module_pt owner;
manifest_pt manifest;

version_pt bundleVersion;
celix_version_t* bundleVersion;
Copy link
Contributor

@PengZheng PengZheng Feb 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: indentation mismatch when reviewed in CLion.

Also fix indentation in manifest_parser.c.
@pnoltes pnoltes merged commit 6a550a4 into master Feb 11, 2024
32 checks passed
@pnoltes pnoltes deleted the feature/509-remove-deprecated-version branch February 11, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants