Skip to content

Conversation

@AndrewHoos
Copy link
Contributor

@AndrewHoos AndrewHoos commented Aug 1, 2024

Remove usages of temp_await.

Motivation:

temp_await is unsafe and it would be better to use true async methods.

Modifications:

Replace 16 uses of temp_await with actual async methods.

Result:

Safer more modern Swift code.

@AndrewHoos
Copy link
Contributor Author

@swift-ci test

@AndrewHoos AndrewHoos changed the title Remove temp await [part 2] Remove temp_await [part 2] Aug 1, 2024
@AndrewHoos AndrewHoos force-pushed the deprecateTempAwait2 branch from 25821c7 to 5e955c6 Compare August 1, 2024 21:16
@AndrewHoos
Copy link
Contributor Author

@swift-ci test

@AndrewHoos AndrewHoos force-pushed the deprecateTempAwait2 branch 2 times, most recently from 43013a1 to 8aa92ec Compare August 1, 2024 23:27
@AndrewHoos
Copy link
Contributor Author

@swift-ci test

@AndrewHoos AndrewHoos force-pushed the deprecateTempAwait2 branch from 8aa92ec to e82e46c Compare August 2, 2024 04:29
@AndrewHoos
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov
Copy link
Contributor

@swift-ci test windows

@MaxDesiatov
Copy link
Contributor

@swift-ci test windows

Copy link
Contributor

@MaxDesiatov MaxDesiatov left a comment

Choose a reason for hiding this comment

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

Concerns addressed in an offline conversation (points of feedback to be addressed in immediately following PRs).

Thanks!

@AndrewHoos AndrewHoos merged commit db98fad into main Aug 2, 2024
@AndrewHoos AndrewHoos deleted the deprecateTempAwait2 branch August 2, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants