-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
Allow to select specific version of msc in command line. #2076
Conversation
I have a question, how is this different to choosing the compiler via the toolset keyword? |
@redorav: |
Ah I see, I haven't configured projects much from the command line. How would you choose the clang or gcc version in a similar fashion? Or would that be unrelated? |
Never select gcc/clang version from premake (pretty sure it is not possible from command line). |
I see, looks good to me then. How does the process normally work, write the review? I'd like to be a bit more active with Premake and get to know the normal workflows you guys are using |
Simple contributor here :-) |
I'm currently abroad on vacation. Looks like I have a few reviews and issues to triage when I get back if someone else hasn't. Should be able to look around the 15th or so. |
Quick question: What was the previous behavior of just putting "msc" as an argument? Is there behavior there that we should preserve rather than remove? Also, are there existing unit tests for CLI arguments? Or is this an area of test deficiency? |
Putting simply msc, we don't have version so all version checks assume the oldest. so problematic for some flags as
msc was added recently by me.
I don't think there is UTs for CLI arguments except maybe to check that |
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.
If you're happy with the version selection from the command as state in the comments I'd say let's get it merged
What does this PR do?
Allow to select specific version of msc in command line
How does this PR change Premake's behavior?
No changes, except option "cc"
Anything else we should know?
No
Did you check all the boxes?
closes #XXXX
in comment to auto-close issue when PR is merged)You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!