Skip to content
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

Merged
merged 1 commit into from
Oct 2, 2024
Merged

SCons: Fix MSVC version check for VS Preview #97639

merged 1 commit into from
Oct 2, 2024

Conversation

HKunogi
Copy link
Contributor

@HKunogi HKunogi commented Sep 30, 2024

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

@HKunogi HKunogi requested a review from a team as a code owner September 30, 2024 12:12
Copy link
Contributor

@Repiteo Repiteo left a 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

@Repiteo Repiteo added this to the 4.4 milestone Sep 30, 2024
@Repiteo
Copy link
Contributor

Repiteo commented Sep 30, 2024

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!

@HKunogi
Copy link
Contributor Author

HKunogi commented Sep 30, 2024

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.

@akien-mga akien-mga changed the title Fix MSVC for Preview patch version check SCons: Fix MSVC version check for VS Preview Oct 2, 2024
@akien-mga
Copy link
Member

I pushed a rebase to squash the two commits into one. This should now be ready to merge.

@akien-mga akien-mga merged commit 3e4cfeb into godotengine:master Oct 2, 2024
19 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

@shadowfox87
Copy link

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.

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.

4 participants