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

update SourceKitten to 0.17.2 #796

Merged
merged 1 commit into from
May 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@

##### Bug Fixes

* None.
* Fix a crash that occurred when a documentation comment ended with an extended
grapheme cluster.
[Lukas Stührk](https://github.com/Lukas-Stuehrk)
[#794](https://github.com/realm/jazzy/issues/794)
[SourceKitten#350](https://github.com/jpsim/SourceKitten/issues/350)

## 0.8.0

Expand Down
2 changes: 1 addition & 1 deletion SourceKitten
Submodule SourceKitten updated 63 files
+2 −0 .gitignore
+30 −0 .swiftlint.yml
+10 −5 .travis.yml
+94 −0 CHANGELOG.md
+5 −5 CONTRIBUTING.md
+1 −1 Cartfile
+1 −1 Cartfile.private
+4 −4 Cartfile.resolved
+1 −1 Carthage/Checkouts/Commandant
+1 −1 Carthage/Checkouts/Result
+1 −1 Carthage/Checkouts/SWXMLHash
+1 −1 Carthage/Checkouts/Yams
+32 −4 Makefile
+8 −4 Package.swift
+16 −2 README.md
+6 −11 Releasing.md
+29 −13 Source/SourceKittenFramework/Clang+SourceKitten.swift
+11 −13 Source/SourceKittenFramework/ClangTranslationUnit.swift
+11 −2 Source/SourceKittenFramework/CodeCompletionItem.swift
+2 −2 Source/SourceKittenFramework/Documentation.swift
+25 −11 Source/SourceKittenFramework/File.swift
+1 −1 Source/SourceKittenFramework/Info.plist
+6 −4 Source/SourceKittenFramework/JSONOutput.swift
+6 −0 Source/SourceKittenFramework/LinuxCompatibility.swift
+21 −39 Source/SourceKittenFramework/Module.swift
+1 −0 Source/SourceKittenFramework/ObjCDeclarationKind.swift
+2 −2 Source/SourceKittenFramework/Parameter.swift
+60 −48 Source/SourceKittenFramework/Request.swift
+17 −17 Source/SourceKittenFramework/SourceDeclaration.swift
+4 −4 Source/SourceKittenFramework/SourceLocation.swift
+2 −0 Source/SourceKittenFramework/StatementKind.swift
+14 −9 Source/SourceKittenFramework/String+SourceKitten.swift
+2 −2 Source/SourceKittenFramework/Text.swift
+2 −2 Source/SourceKittenFramework/library_wrapper.swift
+6 −6 Source/sourcekitten/CompleteCommand.swift
+12 −7 Source/sourcekitten/DocCommand.swift
+5 −5 Source/sourcekitten/FormatCommand.swift
+4 −3 Source/sourcekitten/IndexCommand.swift
+1 −1 Source/sourcekitten/Info.plist
+3 −3 Source/sourcekitten/StructureCommand.swift
+3 −3 Source/sourcekitten/SyntaxCommand.swift
+3 −1 Source/sourcekitten/VersionCommand.swift
+47 −0 Source/sourcekitten/YamlRequestCommand.swift
+2 −0 Source/sourcekitten/main.swift
+3 −4 SourceKittenFramework.podspec
+2 −3 Tests/LinuxMain.swift
+1 −1 Tests/SourceKittenFrameworkTests/CodeCompletionTests.swift
+1 −1 Tests/SourceKittenFrameworkTests/DocInfoTests.swift
+6 −1 Tests/SourceKittenFrameworkTests/FileTests.swift
+178 −68 Tests/SourceKittenFrameworkTests/Fixtures/Bicycle.json
+1,963 −756 Tests/SourceKittenFrameworkTests/Fixtures/Commandant.json
+1,933 −729 Tests/SourceKittenFrameworkTests/Fixtures/CommandantSPM.json
+10 −0 Tests/SourceKittenFrameworkTests/Fixtures/SimpleCodeCompletion.json
+13 −3 Tests/SourceKittenFrameworkTests/Fixtures/Subscript.json
+29 −4 Tests/SourceKittenFrameworkTests/ModuleTests.swift
+14 −2 Tests/SourceKittenFrameworkTests/OffsetMapTests.swift
+24 −4 Tests/SourceKittenFrameworkTests/SourceKitTests.swift
+26 −3 Tests/SourceKittenFrameworkTests/StringTests.swift
+35 −6 Tests/SourceKittenFrameworkTests/StructureTests.swift
+23 −6 Tests/SourceKittenFrameworkTests/SwiftDocsTests.swift
+26 −4 Tests/SourceKittenFrameworkTests/SyntaxTests.swift
+9 −9 jazzy.sh
+27 −28 sourcekitten.xcodeproj/project.pbxproj
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>16C53a</string>
<string>16E195</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.11.3</string>
<string>0.12.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -29,17 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>8B62</string>
<string>8E2002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>16B2649</string>
<string>16E185</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>0810</string>
<string>0832</string>
<key>DTXcodeBuild</key>
<string>8B62</string>
<string>8E2002</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Carthage. All rights reserved.</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>16C53a</string>
<string>16E195</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -29,17 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>8B62</string>
<string>8E2002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>16B2649</string>
<string>16E185</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>0810</string>
<string>0832</string>
<key>DTXcodeBuild</key>
<string>8B62</string>
<string>8E2002</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Rob Rix. All rights reserved.</string>
</dict>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>16C53a</string>
<string>16E195</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -29,17 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>8B62</string>
<string>8E2002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>16B2649</string>
<string>16E185</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>0810</string>
<string>0832</string>
<key>DTXcodeBuild</key>
<string>8B62</string>
<string>8E2002</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>16C53a</string>
<string>16E195</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,28 +17,28 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string></string>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>8B62</string>
<string>8E2002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>16B2649</string>
<string>16E185</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>0810</string>
<string>0832</string>
<key>DTXcodeBuild</key>
<string>8B62</string>
<string>8E2002</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>16C53a</string>
<string>16E195</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.15.2</string>
<string>0.17.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -29,17 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>8B62</string>
<string>8E2002</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>16B2649</string>
<string>16E185</string>
<key>DTSDKName</key>
<string>macosx10.12</string>
<key>DTXcode</key>
<string>0810</string>
<string>0832</string>
<key>DTXcodeBuild</key>
<string>8B62</string>
<string>8E2002</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 SourceKitten. All rights reserved.</string>
</dict>
Expand Down
Binary file not shown.
Binary file modified lib/jazzy/SourceKitten/bin/sourcekitten
Binary file not shown.