Skip to content

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

Merged
merged 5 commits into from
Aug 27, 2021

Conversation

RAJAGOPALAN-GANGADHARAN
Copy link
Contributor

Resolves SR-14122

Complements PR from bundled driver at swift

@RAJAGOPALAN-GANGADHARAN
Copy link
Contributor Author

Requesting review : @varungandhi-apple

@RAJAGOPALAN-GANGADHARAN
Copy link
Contributor Author

Should I use swift-format to format these code? I'm guessing clang-format is not suitable for this

@varungandhi-apple
Copy link
Contributor

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.

@varungandhi-apple
Copy link
Contributor

Largely LGTM. Most of the comments are kinda' nitpicks (sorry!) about placement/code simplication. Thank you for your patience and submitting this mirroring PR.

@RAJAGOPALAN-GANGADHARAN
Copy link
Contributor Author

Thank you for reviewing the code and for your patient feedback. Maybe my next PR would be little bit better I guess :)

@RAJAGOPALAN-GANGADHARAN
Copy link
Contributor Author

Could someone trigger swift-ci for this please?

@artemcm
Copy link
Contributor

artemcm commented Aug 23, 2021

@swift-ci please test

@artemcm
Copy link
Contributor

artemcm commented Aug 24, 2021

@swift-ci please test

@varungandhi-apple
Copy link
Contributor

This macOS failure:

Test Case '-[SwiftDriverTests.APIDigesterTests testBaselineGenerationEndToEnd]' started.
/Users/buildnode/jenkins/workspace/pr-swift-driver-macos/branch-main/swift-driver/Sources/SwiftDriverExecution/MultiJobExecutor.swift:307: error: -[SwiftDriverTests.APIDigesterTests testBaselineGenerationEndToEnd] : failed: caught error: "fatalError"
Test Case '-[SwiftDriverTests.APIDigesterTests testBaselineGenerationEndToEnd]' failed (1.235 seconds).

Should've been fixed by #804

swiftlang/swift#38750

@swift-ci smoke test

@RAJAGOPALAN-GANGADHARAN
Copy link
Contributor Author

This macOS failure:

Test Case '-[SwiftDriverTests.APIDigesterTests testBaselineGenerationEndToEnd]' started.
/Users/buildnode/jenkins/workspace/pr-swift-driver-macos/branch-main/swift-driver/Sources/SwiftDriverExecution/MultiJobExecutor.swift:307: error: -[SwiftDriverTests.APIDigesterTests testBaselineGenerationEndToEnd] : failed: caught error: "fatalError"
Test Case '-[SwiftDriverTests.APIDigesterTests testBaselineGenerationEndToEnd]' failed (1.235 seconds).

Should've been fixed by #804

apple/swift#38750

@swift-ci smoke test

My pr is not up to date with upstream I guess.

@varungandhi-apple
Copy link
Contributor

It should be running tests after (locally) merging your PR into main. Since 804 was already merged into main, I don't think you should need to update your PR. Little confused by how it is still failing. 😕

@varungandhi-apple
Copy link
Contributor

@swift-ci smoke test macOS

@RAJAGOPALAN-GANGADHARAN
Copy link
Contributor Author

It should be running tests after (locally) merging your PR into main. Since 804 was already merged into main, I don't think you should need to update your PR. Little confused by how it is still failing. 😕

Oh I see, let me know if I have to do something else

@artemcm
Copy link
Contributor

artemcm commented Aug 27, 2021

@swift-ci test macOS platform

@RAJAGOPALAN-GANGADHARAN
Copy link
Contributor Author

Oh looks its passed, may I know what's the diff between "@swift-ci test macOS platform" and "@swift-ci smoke test macOS" ?

@artemcm
Copy link
Contributor

artemcm commented Aug 27, 2021

Oh looks its passed, may I know what's the diff between "@swift-ci test macOS platform" and "@swift-ci smoke test macOS" ?

This repository does not support smoke test AFAIK.

@varungandhi-apple
Copy link
Contributor

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

@varungandhi-apple varungandhi-apple merged commit 9636cc0 into swiftlang:main Aug 27, 2021
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