Skip to content

always open conformance mode#2814

Closed
salix5 wants to merge 1 commit into
masterfrom
salix5-patch-1
Closed

always open conformance mode#2814
salix5 wants to merge 1 commit into
masterfrom
salix5-patch-1

Conversation

@salix5

@salix5 salix5 commented May 31, 2025

Copy link
Copy Markdown
Collaborator

@salix5 salix5 requested review from Copilot and mercury233 May 31, 2025 04:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request removes the conditional check for WINXP_SUPPORT, ensuring that the conformance mode is always enabled for Visual Studio builds as per the PR title "always open conformance mode".

  • Removed conditional branch checking WINXP_SUPPORT
  • Forced conformance mode to "On" unconditionally
Comments suppressed due to low confidence (1)

premake5.lua:339

  • The removal of the WINXP_SUPPORT condition forces 'conformancemode' to always be enabled. If WINXP_SUPPORT is no longer used elsewhere, consider cleaning up its references to improve code clarity.
if not WINXP_SUPPORT then

@mercury233

Copy link
Copy Markdown
Collaborator

do toolset v141_xp support this?

@salix5

salix5 commented Jun 1, 2025

Copy link
Copy Markdown
Collaborator Author

I am not sure.

@mercury233

Copy link
Copy Markdown
Collaborator

https://ci.appveyor.com/project/mercury233/ygopro/builds/52156187

It does not.

Since we have already checked conformance on other versions of the toolset, this check can be exempted in order to maintain support for XP.

@salix5 salix5 closed this Jun 1, 2025
@salix5 salix5 deleted the salix5-patch-1 branch June 1, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants