Skip to content

feat(checker): add dcmtk checker #5160

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ffontaine
Copy link
Contributor

No description provided.

Choose a reason for hiding this comment

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

This regex is only going to pick up the pattern for the .rpm, it's not going to pick up debian packages which have been included. I think changing it from dcmtk-([0-9]+.[0-9]+.[0-9]+) to dcmtk(_|-)([0-9]+.[0-9]+.[0-9]+) and it should work.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The original regex is working perfectly fine on debian and rpm packages (i.e. LONG_TESTS=1 pytest -k dcmtk -v returns PASSED from the 3 test cases)
Moreover, there is not a single occurrence of dcmtk_ in debian package (tested by running zgrep -a dcmtk- ./test/condensed-downloads/dcmtk_3.6.4-2.1_amd64.deb.tar.gz)

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
@ffontaine ffontaine force-pushed the add-dcmtk-checker branch from d79a066 to 2b49ce9 Compare July 15, 2025 16:10
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.

2 participants