-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add letter checking for release version #127
Comments
More complex to do. Letters should be detected, and compared, in different patterns... |
Maybe the following module can do the jobs: Without a new module, it should be more complicated ... |
could be, will investiguate now, anyway, will not work in all cases, if versions do not follow some patterns |
It seems there is an other issue with the current algorithm.
The good algorithm should stop after comparing 0 >?1, but this is not the case. |
Hum, need complete recheck of the algo... |
Hi, i will be off for some time (holidays), feel frree to submit a pr for
this issue meanwhile i you feel so ;-)
Else will manage this after my holidays :-)
I will follow requests
Le lun. 5 juil. 2021 à 13:20, Brice Raffestin ***@***.***> a
écrit :
… It seems there is an other issue with the current algorithm.
2021-07-05 13:07:28,183 DEBUG [root][MainThread] found a release 2.1.1
2021-07-05 13:07:28,183 DEBUG [root][MainThread] compare next release 2.0.2
2021-07-05 13:07:28,183 DEBUG [root][MainThread] compare release major,minor,etc. : 2 >? 2
2021-07-05 13:07:28,183 DEBUG [root][MainThread] compare release major,minor,etc. : 0 >? 1
2021-07-05 13:07:28,183 DEBUG [root][MainThread] compare release major,minor,etc. : 2 >? 1
2021-07-05 13:07:28,183 DEBUG [root][MainThread] found newer release 2.0.2
2021-07-05 13:07:28,184 INFO [root][MainThread] Workflow:DownloadService:CleanSession
2021-07-05 13:07:28,185 INFO [root][MainThread] Session:RemoteRelease:2.0.2
2021-07-05 13:07:28,185 INFO [root][MainThread] Session:Release:2.0.2
The good algorithm should stop after comparing 0 >?1, but this is not the
case.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH2AYQE6XNMZCV473ANQ33TWGIRNANCNFSM47W5CMGQ>
.
|
Hi again,
It should be interesting, if the comparison between version works with version which contains letter.
For example, currently I have:
As we see, when the version contains letters, the verification doesn't work.
Thanks for you attention,
Brice
The text was updated successfully, but these errors were encountered: