You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this commit it fails to compile while using vs studio preview, the change on methods.py should take into account for preview versions by using the '-prerelease' flag on the command, and also take into account the return of the 'Preview' keyword on the result to properly parse the returned value.
System information
Windows 11
Issue description
Cannot build due to failure on detecting compiler when using vs studio preview, it used to work prior to the specified commit.
Steps to reproduce
Simply install vs studio preview (without any other versions installed) and try to build it using the scons script
Minimal reproduction project (MRP)
Build issue, so theres no MRP
The text was updated successfully, but these errors were encountered:
@akien-mga@Repiteo It stills shows the issue due to the int parsing of the script, given the return string from vswhere when having preview versions differing from the normal ones.
in this case the sem_ver[2] contains "0 Preview 2.1".
Tested versions
After this commit it fails to compile while using vs studio preview, the change on methods.py should take into account for preview versions by using the '-prerelease' flag on the command, and also take into account the return of the 'Preview' keyword on the result to properly parse the returned value.
System information
Windows 11
Issue description
Cannot build due to failure on detecting compiler when using vs studio preview, it used to work prior to the specified commit.
Steps to reproduce
Simply install vs studio preview (without any other versions installed) and try to build it using the scons script
Minimal reproduction project (MRP)
Build issue, so theres no MRP
The text was updated successfully, but these errors were encountered: