JP Simard

Results 706 comments of JP Simard

If you wanted to start contributing something along these lines I'd love to see it! I'm very much in favor of exploring this. Although we might want to make new...

I'm glad to hear you got it working (even if under limited conditions)! Hopefully with that as a starting point we can all poke at it to figure out ways...

Sorry this hasn't been tested at all with headphones.

High level, you'd need to send the compiler arguments to the Index request for SourceKit to index your files as a whole. In practice exactly what that means, what changes...

Yes @bolismauro, that's the way to do it. Though it should also be possible to perform the index without having to build the whole project with Xcode (which also indexes...

The reason it'd be good to do this is to avoid relying on clang's/sourcekit's parsing of comment docs _at all_, whereas right now we're doing most of the work, other...

There are a number of ways to install SwiftLint without requiring an official release. Please see https://github.com/realm/SwiftLint#installation Notably, `brew install swiftlint --HEAD`

How about adding the paths from `toolchainLoader.searchPaths` to Homebrew sandbox entitlements? I'm not sure that's possible, but that would make sense to me.

> I know the pr is currently wip, but could you take a quick look and give some feedback on the general implementation? If it's mostly good, I can start...