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
I would gladly submit a PR as well, but it's not entirely clear what cases the function is meant to cover. A small test suite would be beneficial here. I suppose I could create one from the large pool of version numbers already being handled by the tool.
The text was updated successfully, but these errors were encountered:
Hi @qchateau and thank you for creating this incredibly useful tool.
It looks like the
_fix_version()
function has an edge case that is not being handled correctly:a
0.7b1
release gets incorrectly transformed into0.7
.I unfortunately did not catch that when merging that version into CCI, leading to conan-io/conan-center-index#22071.
I traced the issue down to this regex replacement:
conan-center-bot/ccb/version.py
Line 7 in bc403d9
conan-center-bot/ccb/version.py
Lines 94 to 96 in bc403d9
I would gladly submit a PR as well, but it's not entirely clear what cases the function is meant to cover. A small test suite would be beneficial here. I suppose I could create one from the large pool of version numbers already being handled by the tool.
The text was updated successfully, but these errors were encountered: