You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just attempting to try out the SwiftLint project (which uses SourceKitten) on Linux but was having trouble loading the libsourcekitdInProc.so. It turns out I had a typo in my LINUX_SOURCEKIT_LIB_PATH environment variable name. But... That typo uncovered
what might be a tiny issue in how library_wrapper.swift attempts to create a fall-back path to the shared lib directory. I'll put up a pull request with my proposed fix (only tested on a recent Ubuntu release).
Pull Request #514 submitted with proposed (tiny) fix.
The text was updated successfully, but these errors were encountered:
I was just attempting to try out the SwiftLint project (which uses SourceKitten) on Linux but was having trouble loading the
libsourcekitdInProc.so
. It turns out I had a typo in myLINUX_SOURCEKIT_LIB_PATH
environment variable name. But... That typo uncoveredwhat might be a tiny issue in how
library_wrapper.swift
attempts to create a fall-back path to the shared lib directory. I'll put up a pull request with my proposed fix (only tested on a recent Ubuntu release).Pull Request #514 submitted with proposed (tiny) fix.
The text was updated successfully, but these errors were encountered: