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

Replace deprecated uses of <<< with send #1444

Merged
merged 6 commits into from
Sep 20, 2023
Merged

Conversation

MaxDesiatov
Copy link
Contributor

<<< operator has been deprecated in TSC, as it mostly duplicates string interpolation, and the latter should be used instead in most cases where <<< was used previously. Additionally, <<< can't be introduced to scope with a qualified import (which is the case for any operator).

@MaxDesiatov MaxDesiatov self-assigned this Sep 20, 2023
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov
Copy link
Contributor Author

@swift-ci test windows

1 similar comment
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test windows

@MaxDesiatov MaxDesiatov marked this pull request as ready for review September 20, 2023 13:44
Copy link
Member

@compnerd compnerd left a comment

Choose a reason for hiding this comment

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

I welcome our new non-operator overlords. Looking forward to the many warning messages disappearing! This should also allow us to track our TSC dependencies better.

@MaxDesiatov MaxDesiatov merged commit 716267d into main Sep 20, 2023
@MaxDesiatov MaxDesiatov deleted the maxd/use-stream-send branch September 25, 2023 14:28
MaxDesiatov added a commit that referenced this pull request Sep 26, 2023
After merging #1444 there are still a few uses of `<<<` left, which should be cleaned up. This fixes remaining deprecation warnings caused by the use of `<<<`.
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