Skip to content

[fix] Cppcheck version parse fix#4696

Merged
barnabasdomozi merged 1 commit intoEricsson:masterfrom
bruntib:cppcheck_version_fix
Nov 14, 2025
Merged

[fix] Cppcheck version parse fix#4696
barnabasdomozi merged 1 commit intoEricsson:masterfrom
bruntib:cppcheck_version_fix

Conversation

@bruntib
Copy link
Copy Markdown
Contributor

@bruntib bruntib commented Nov 13, 2025

The semver python module handles version numbers only with 3 sections, like 1.2.3
Cppcheck 2.7 prints only a 2-section version number that fails version parser.

The `semver` python module handles version numbers only with 3 sections,
like 1.2.3
Cppcheck 2.7 prints only a 2-section version number that fails version
parser.
@barnabasdomozi barnabasdomozi merged commit 5e12ec3 into Ericsson:master Nov 14, 2025
8 of 9 checks passed
@bruntib bruntib deleted the cppcheck_version_fix branch November 20, 2025 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants