You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
jameslamb
changed the title
new check: wheel contains compiled objects/libraries with debug symbols
[new check] wheel contains compiled objects/libraries with debug symbols
Oct 24, 2022
What should be checked?
Given a built distribution contain compiled code in the following languages:
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
.tar.gz
).whl
)Notes
Some references:
The text was updated successfully, but these errors were encountered: