forked from simonbs/Runestone
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merge upstream changes #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fixes SwiftLint warnings * Fixes SwiftLint warning
…thOfLongestLine (simonbs#299) * Fixes typo * Removes lengthOfInitallyLongestLine * Adds lengthOfLongestLine
* Removes extraneous whitespace * Uses latest macOS versions * Uses latest stable Xcode * Selects Xcode version using environment variable * Removes third-party action for SwiftLint * Removes CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT * Adds concurrency rules * Explicitly uses macOS 13 runners * Fixes SwiftLint error * Ensure SwiftLint is newest version * Use SwiftLint via Homebrew * Overwrite linked SwiftLint * Set Homebrew related environment variables * Removes existing SwiftLint * Runs installed SwiftLint * Disables prefer_self_in_static_references * Uses version 3 of actions/checkout
* Removed Tree-Sitter from Runestone itself * Create Package.resolved * Deleted actual tree sitter module * Updated to the main TreeSitter repository * Updated to match swift lint * Pinned Tree-Sitter to the SPM merge commit * Fix trailing comma violation
* Adds link to Mastodon in README.md * Fixes alt text
* Improves formatting of Package.swift * Depends on master branch of Tree-sitter * Uses fork of Tree-sitter * Fixes formatting * Updates Package.resolved * Removes trailing whitespace
* Update .spi.yml * Build docs with 5.9
* Workflows uses Xcode 15 * Run workflows when workflow changes * Fixes UI tests * Makes destination more specific * Updates DEVELOPER_DIR * Update build_and_test.yml * Uses iPhone 14
* Updates workflows * Update build_and_test.yml * Update build_example_project.yml * Update build_and_test.yml * Update build_example_project.yml
* Update swiftlint.yml * Update swiftlint.yml * Update swiftlint.yml * Update swiftlint.yml
* Updates Deploy Documentation workflow * Update deploy_documentation.yml
Removes UI Tests status badge as these tests are not being kept up-to-date because of issues with latest Xcode versions.
* Workflows check for file changes * Update build_example_project.yml * Update codeql.yml * Update swiftlint.yml * Update build_and_test.yml * Update build_example_project.yml * Update codeql.yml * Update build_and_test.yml * Update build_and_test.yml * Update build_and_test.yml * Update build_and_test.yml * Update build_and_test.yml * Update build_and_test.yml * Update build_example_project.yml * Update codeql.yml * Update build_example_project.yml * Update build_and_test.yml * Update build_example_project.yml * Update codeql.yml * Update codeql.yml * Update deploy_documentation.yml * Update deploy_documentation.yml
* Create build_documentation.yml * Update build_and_test.yml * Update build_documentation.yml * Update build_example_project.yml * Update codeql.yml * Update deploy_documentation.yml * Update swiftlint.yml * Update deploy_documentation.yml * Update build_documentation.yml
* Adds TabWidthMeasurer * Fixes typo
* Removes lineHeightMultiplier from DefaultStringAttributes * Removes initializer
* Adds default tab stops * Fixes SwiftLint warning
* Adds default tab stops * Fixes SwiftLint warning * Adds StringSyntaxHighlighter * Adds documentation * Fixes SwiftLint warnings * Improves formatting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update SwiftUI branch with latest main branch from upstream