Skip to content

Commit

Permalink
Update SourceKitten to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Sep 11, 2019
1 parent b28a02d commit ccd1f90
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
* Update bundled jQuery to 3.4.1 (all themes).
[Paul Idstein](https://github.com/idstein)

* Support Xcode 11 Swift projects that pass a response file to the Swift
compiler.
[John Fairhurst](https://github.com/johnfairh)
[#1087](https://github.com/realm/jazzy/issues/1087)

* Generate Swift docs from a Swift Package Manager package without
requiring an Xcode project file. Add `--swift-build-tool` to choose
the build method if both `.xcodeproj` and `Package.swift` files are
present. Add `--build-tool-flags` as a preferred alias for
`--xcodebuild-flags`.
[John Fairhurst](https://github.com/johnfairh)
[#487](https://github.com/realm/jazzy/issues/487)

##### Bug Fixes

* Preserve non-latin characters in guide filenames and heading IDs.
Expand All @@ -24,6 +37,10 @@
[John Fairhurst](https://github.com/johnfairh)
[#945](https://github.com/realm/jazzy/issues/945)

* Fix crash on files with misplaced documentation comments.
[John Fairhurst](https://github.com/johnfairh)
[#1083](https://github.com/realm/jazzy/issues/1083)

## 0.10.0

##### Breaking
Expand Down
2 changes: 1 addition & 1 deletion SourceKitten
Submodule SourceKitten updated 38 files
+62 −0 CHANGELOG.md
+1 −1 Gemfile
+8 −8 Gemfile.lock
+1 −1 README.md
+31 −0 Source/SourceKittenFramework/CursorInfo+Parsing.swift
+113 −0 Source/SourceKittenFramework/Exec.swift
+2 −2 Source/SourceKittenFramework/File.swift
+1 −1 Source/SourceKittenFramework/Info.plist
+60 −12 Source/SourceKittenFramework/Module.swift
+14 −3 Source/SourceKittenFramework/Request.swift
+68 −48 Source/SourceKittenFramework/SourceKitObject.swift
+17 −0 Source/SourceKittenFramework/String+SourceKitten.swift
+0 −11 Source/SourceKittenFramework/SwiftDocKey.swift
+3 −9 Source/SourceKittenFramework/UID.swift
+23 −0 Source/SourceKittenFramework/UIDRepresentable.swift
+1 −1 Source/SourceKittenFramework/Version.swift
+5 −70 Source/SourceKittenFramework/Xcode.swift
+0 −4 Source/SourceKittenFramework/XcodeBuildSetting.swift
+56 −115 Source/SourceKittenFramework/library_wrapper.swift
+1 −0 Source/SourceKittenFramework/library_wrapper_CXString.swift
+1 −0 Source/SourceKittenFramework/library_wrapper_Documentation.swift
+1 −0 Source/SourceKittenFramework/library_wrapper_Index.swift
+1 −0 Source/SourceKittenFramework/library_wrapper_sourcekitd.swift
+26 −15 Source/sourcekitten/DocCommand.swift
+1 −1 Source/sourcekitten/Info.plist
+1 −1 SourceKittenFramework.podspec
+1 −0 Tests/LinuxMain.swift
+53 −0 Tests/SourceKittenFrameworkTests/CursorInfoParsingTests.swift
+37 −0 Tests/SourceKittenFrameworkTests/CursorInfoUSRTests.swift
+13 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+13 −0 Tests/SourceKittenFrameworkTests/Fixtures/[email protected]
+4 −0 Tests/SourceKittenFrameworkTests/Fixtures/ExternalRef1.swift
+3 −0 Tests/SourceKittenFrameworkTests/Fixtures/ExternalRef2.swift
+15 −42 Tests/SourceKittenFrameworkTests/ModuleTests.swift
+2 −35 Tests/SourceKittenFrameworkTests/SourceKitTests.swift
+12 −2 Tests/SourceKittenFrameworkTests/StringTests.swift
+13 −38 Tests/SourceKittenFrameworkTests/SwiftDocsTests.swift
+20 −0 sourcekitten.xcodeproj/project.pbxproj
Binary file modified bin/sourcekitten
Binary file not shown.

0 comments on commit ccd1f90

Please sign in to comment.