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

[new check] wheel contains compiled objects/libraries with debug symbols #54

Open
3 of 6 tasks
jameslamb opened this issue Sep 7, 2022 · 0 comments
Open
3 of 6 tasks
Labels
enhancement New feature or request

Comments

@jameslamb
Copy link
Owner

jameslamb commented Sep 7, 2022

What should be checked?

Given a built distribution contain compiled code in the following languages:

  • C
  • C++
  • Fortran
  • Rust

pydistcheck should attempt to detect debug symbols in that compiled code and report on it.

See the links in the Notes section for some more information on how this could work. Significant additional research is definitely needed to accomplish this in a way that's portable, fast, and correct.

What should the name of this check be?

using-debug-symbols

Will this check introduce any additional configuration?

no

Details on additional configuration required.

No response

Distribution type

  • source (e.g. .tar.gz)
  • built(e.g. .whl)

Notes

Some references:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant