-
Notifications
You must be signed in to change notification settings - Fork 10.6k
bumped minor version number swift argument parser #85489
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
|
@swift-ci please test |
|
Please test with following PRs: @swift-ci Please Build Toolchain macOS Platform |
| -InstallTo "$($Platform.ToolchainInstallRoot)\usr" ` | ||
| -Platform $Platform ` | ||
| -UseBuiltCompilers Swift ` | ||
| -UseBuiltCompilers Swift,C ` |
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.
question: why is this need to bump the swift-argument-parser version?
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.
swift-argument-parser now has C code and needs a C compiler. I'm still not sure why this has to be the just built C compiler and cannot be the MSVC compiler.
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.
we are also able to add -UseMSVCCompilers C to the argument-parser build, but I talked with someone who is an expert and said the change above solves the issue too. FYI, the windows build failed due to a docc build error, swift-argument-parser was built successfully with the correct compiler
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.
Who did you talk with? I want to make sure that they are on the same page as me. The DocC issues should be resolved at this point. I think that it would be better to use the MSVC compilers for the time being to maintain a uniform behaviour throughout the build.
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.
Talked with Evan Wilde, but I will change it to use the MSVC compilers
Working on the swift templates proposal. In order to pass SwiftPM CI smoke tests, need to bump the swift-argument-parser version to 1.6.1 to support argument parsing features that come with templates.