We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fromSourceKit(_:)
#75 (comment)
Reproducing step:
% sourcekitten complete --text ' ; import Foundation ; ' --offset 23 [1] 78057 illegal hardware instruction sourcekitten complete --text ' ; import Foundation ; ' --offset 23
SourceKitService returns string in byte array that can not be decoded as NSUTF8StringEncoding.
NSUTF8StringEncoding
The text was updated successfully, but these errors were encountered:
Support string in other than NSUTF8StringEncoding returned from Sourc…
ca79af8
…eKitService Fix #184
No branches or pull requests
#75 (comment)
Reproducing step:
SourceKitService returns string in byte array that can not be decoded as
NSUTF8StringEncoding
.The text was updated successfully, but these errors were encountered: