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

RunestoneSwiftUI #1

Draft
wants to merge 58 commits into
base: main
Choose a base branch
from
Draft

RunestoneSwiftUI #1

wants to merge 58 commits into from

Conversation

nighthawk
Copy link
Member

No description provided.

nighthawk and others added 24 commits June 18, 2022 19:45
# Conflicts:
#	Sources/Runestone/TextView/TextInput/LayoutManager.swift
#	Sources/Runestone/TextView/TextInput/LineMovementController.swift
simonbs and others added 29 commits August 27, 2022 17:13
* visionOS compile fixes

* VisionOS compile fix
…ng parse tree. (simonbs#367)

* Add a lock around parse, as we can have both the OperationQueue-based parse and this parse happen at the same time

* Fixes SwiftLint violation

---------

Co-authored-by: Simon Støvring <[email protected]>
Prior to this, Xcode 16 was unable to infer the type of the variable (while Xcode 15 was), so the lookup to `reversed()` was ambiguous.

This adds `String` as the inferred type, so that the call to `reversed()` is no longer ambiguous.
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.

4 participants