Skip to content
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

Migrate away from the latest deprecated APIs. #584

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

allevato
Copy link
Member

@allevato allevato commented Aug 9, 2023

No description provided.

Comment on lines +79 to +80
self.sourceLocationConverter =
SourceLocationConverter(fileName: fileURL.relativePath, tree: tree)
Copy link
Contributor

@Matejkob Matejkob Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: should it be formatted in the following way:

Suggested change
self.sourceLocationConverter =
SourceLocationConverter(fileName: fileURL.relativePath, tree: tree)
self.sourceLocationConverter = SourceLocationConverter(
fileName: fileURL.relativePath,
tree: tree
)

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While swift-format supports that, I personally prefer breaking before the function call if it means the entire function call can remain on its own line.

@allevato allevato merged commit 36372a7 into swiftlang:main Aug 9, 2023
@allevato allevato deleted the deprecations branch August 9, 2023 20:11
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.

None yet

2 participants