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

Withdrawn changes from #2858 as they break ABI compat #2899

Merged

Conversation

ethouris
Copy link
Collaborator

@ethouris ethouris commented Mar 5, 2024

Changes in the logger.h file and changes following this one have been blocked.

These changes break ABI compatibility. Parts of the changes and dependent parties are in the header files in the form of inline functions, which are considered static part of the library and will get incompatible with the parallel changes in the shared library.

Other changes from #2858 remain, and some that interfere with the restored old version have been blocked.

All these changes will be restored in 1.6.0, for which it is allowed to break ABI compatibility.

@ethouris ethouris added Type: Maintenance Work required to maintain or clean up the code [core] Area: Changes in SRT library core labels Mar 5, 2024
srtcore/logging.h Fixed Show fixed Hide fixed
srtcore/logging.h Fixed Show fixed Hide fixed
srtcore/logging.h Fixed Show fixed Hide fixed
srtcore/logging.h Fixed Show fixed Hide fixed
srtcore/logging.h Fixed Show fixed Hide fixed
srtcore/api.cpp Fixed Show fixed Hide fixed
srtcore/api.cpp Fixed Show fixed Hide fixed
srtcore/api.cpp Fixed Show fixed Hide fixed
srtcore/api.cpp Fixed Show fixed Hide fixed
srtcore/logging.cpp Fixed Show fixed Hide fixed
srtcore/logging.h Outdated Show resolved Hide resolved
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Attention: Patch coverage is 92.30769% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 65.01%. Comparing base (12aad6e) to head (513314f).

Files Patch % Lines
srtcore/logging.h 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2899      +/-   ##
==========================================
+ Coverage   64.72%   65.01%   +0.28%     
==========================================
  Files         101      101              
  Lines       17543    17525      -18     
==========================================
+ Hits        11355    11394      +39     
+ Misses       6188     6131      -57     

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

@maxsharabayko maxsharabayko merged commit 710c202 into Haivision:master Mar 6, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Type: Maintenance Work required to maintain or clean up the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants