-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
SCons: Fix MSVC version check for VS Preview #97639
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shoot, good catch! Not used to testing against pre-release versions, so this slipped through the cracks
Looks like the codestyle check is failing, but that's fine as it'd be addressed with my above suggestion. Just amend the commit and you'll be good to go! |
Done, applied it. |
I pushed a rebase to squash the two commits into one. This should now be ready to merge. |
Thanks! And congrats for your first merged Godot contribution 🎉 |
Congrats @HKunogi . I hope that there is a place to collaborate for just devs that have contributed. We have often tried to discuss on discord but it's often just users. |
This alters the methods.py check for patch semantic version to account for "A Preview B.C" case in where it takes A as the patch version, otherwise, proceed as normal.
Related to: #97619