Skip to content

Conversation

@mristin
Copy link
Collaborator

@mristin mristin commented Dec 2, 2020

Static libraries are a special case for ldd where it simply returns a
message "statically linked". This patch handles this special case in
pylddwrap as well.

Fixes #12.

Static libraries are a special case for `ldd` where it simply returns a
message "statically linked". This patch handles this special case in
pylddwrap as well.

Fixes #12.
@coveralls
Copy link

coveralls commented Dec 2, 2020

Pull Request Test Coverage Report for Build 61

  • 5 of 6 (83.33%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.4%) to 91.716%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lddwrap/init.py 5 6 83.33%
Totals Coverage Status
Change from base Build 58: -0.4%
Covered Lines: 155
Relevant Lines: 169

💛 - Coveralls

@mristin mristin merged commit 60b8b05 into master Dec 2, 2020
@mristin mristin deleted the mristin/Added-handling-of-static-libraries branch December 2, 2020 20:41
mristin added a commit that referenced this pull request May 12, 2021
* Ignore not-indented ldd output (#14)
* Added handling of static libraries (#13)
@mristin mristin mentioned this pull request May 12, 2021
mristin added a commit that referenced this pull request May 12, 2021
* Ignore not-indented ldd output (#14)
* Added handling of static libraries (#13)
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.

pylddwrap 1.1.0 fails to handle statically linked libraries

3 participants