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

Begin migrating to Swift Concurrency by introducing async/await at the top-level #156

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

fwcd
Copy link
Owner

@fwcd fwcd commented Jul 1, 2024

This begins addressing #93 by introducing async/await at the program's top-level (which is also the suggested approach for migration as per the corresponding TSPL page).

Bump swift-argument-parser (and swift-gif) and make LogOutput an actor.
@fwcd fwcd added enhancement New feature or request refactoring Improvements to the code structure labels Jul 1, 2024
@fwcd fwcd marked this pull request as ready for review July 1, 2024 16:52
@fwcd fwcd merged commit a80d052 into main Jul 1, 2024
4 checks passed
@fwcd fwcd deleted the async-await branch July 1, 2024 20:53
@fwcd fwcd added improvement An improvement to an existing feature and removed enhancement New feature or request labels Jul 2, 2024
@fwcd fwcd mentioned this pull request Jul 2, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An improvement to an existing feature refactoring Improvements to the code structure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant