-
Notifications
You must be signed in to change notification settings - Fork 205
Improve usability of -l flag #795
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
Improve usability of -l flag #795
Conversation
Requesting review : @varungandhi-apple |
Should I use swift-format to format these code? I'm guessing clang-format is not suitable for this |
Formatting-wise, we're not using swift-format, but please follow the style of the surrounding code. For example, there should be a space before an opening brace. |
Sources/SwiftDriver/Jobs/GenericUnixToolchain+LinkerSupport.swift
Outdated
Show resolved
Hide resolved
Largely LGTM. Most of the comments are kinda' nitpicks (sorry!) about placement/code simplication. Thank you for your patience and submitting this mirroring PR. |
Thank you for reviewing the code and for your patient feedback. Maybe my next PR would be little bit better I guess :) |
Could someone trigger swift-ci for this please? |
@swift-ci please test |
@swift-ci please test |
This macOS failure:
Should've been fixed by #804 @swift-ci smoke test |
My pr is not up to date with upstream I guess. |
It should be running tests after (locally) merging your PR into |
@swift-ci smoke test macOS |
Oh I see, let me know if I have to do something else |
@swift-ci test macOS platform |
My bad, I'm used to smoke test from working on the apple/swift repository. You can find the difference explained here: https://github.com/apple/swift/blob/main/docs/ContinuousIntegration.md#pull-request-testing |
Resolves SR-14122
Complements PR from bundled driver at swift