-
Notifications
You must be signed in to change notification settings - Fork 739
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
Common - Fix retrieving the version of an addon when searching for mismatches #10377
Conversation
Does this match 3.17.1 behavior? |
No, it adds onto it. #9266 just moved that part of the code without modifying it. |
Mh, I noticed that my first case of just getting the number as a float is wrong compared to the other cases. Example: Should we just ignore floating point version altogether? |
I don't know if BI changed the behavior of |
iirc they mentioned using a newer compiler that might have changed float->string conversions? |
That's indeed less than ideal. I'm trying to come up with a better solution. |
…smatches (#10377) * Fix version retrieval * Correct spelling * Correct spelling 2 * Optimize --------- Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
When merged this pull request will:
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.