Skip to content

[5.7][NFC][CursorInfo] Temporarily disable some doc comment check lines #58730

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 1 commit into from
May 10, 2022

Conversation

zixu-w
Copy link
Contributor

@zixu-w zixu-w commented May 7, 2022

Cherry-pick 1ed123e for 5.7


Pull request swiftlang/llvm-project#4442 brings in a change to
RawComment::getFormattedText that removes spurious new lines
and whitespaces at the end of block comments. It breaks the
cursor_symbol_graph_objc test which is assuming the old behavior.
Temporarily disable the relevant check lines in the test to merge the
llvm change, and then fix the test properly and switch to the new
getFormattedLines in SymbolGraphGen.

(cherry picked from commit 1ed123e)

Pull request swiftlang/llvm-project#4442 brings in a change to
`RawComment::getFormattedText` that removes spurious new lines
and whitespaces at the end of block comments. It breaks the
`cursor_symbol_graph_objc` test which is assuming the old behavior.
Temporarily disable the relevant check lines in the test to merge the
llvm change, and then fix the test properly and switch to the new
`getFormattedLines` in SymbolGraphGen.

(cherry picked from commit 1ed123e)
@zixu-w
Copy link
Contributor Author

zixu-w commented May 7, 2022

@swift-ci Please test

@zixu-w
Copy link
Contributor Author

zixu-w commented May 10, 2022

Hi @apple/swift5-branch-managers! Can I get some reviews for this PR? This is to resolve a test failure for swiftlang/llvm-project#4442 to merge into apple/llvm-project/swift/release/5.7

@zixu-w zixu-w merged commit b62defb into swiftlang:release/5.7 May 10, 2022
@zixu-w zixu-w deleted the fix/disable-test-for-llvm-5.7 branch May 10, 2022 16:15
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.

2 participants