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

Swift concurrency support #1258

Merged
merged 11 commits into from Sep 28, 2021
Merged

Swift concurrency support #1258

merged 11 commits into from Sep 28, 2021

Conversation

johnfairh
Copy link
Collaborator

Sketch of Swift concurrency support.

  1. Actors as first-class entities. Bit scuffed because SourceKit still calls them 'classes'.
  2. Pick out async methods/variables on contents pages. Direction of travel on swift-evo is to permit overloading solely on async so will be helpful to show this given we just have the identifier name.
  3. Syntax highlighting. Rouge is going through one of its periods of being barely maintained, can work around this in jazzy until they merge my PR there.

Screenshot 2021-06-20 at 12 02 14

Screenshot 2021-06-20 at 12 04 20

@johnfairh johnfairh force-pushed the jf-concurrency branch 3 times, most recently from 21c677f to 83aa1af Compare September 18, 2021 12:20
@johnfairh johnfairh marked this pull request as ready for review September 18, 2021 13: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

1 participant