Re: [swift-dev] Shipping sourcekitd-test/repl with Swift

2016-08-29 Thread Keith Smiley via swift-dev
Thanks for the context JP! Maybe we should circle back once that has been figured out then. -- Keith Smiley On 08/30, Jean-Pierre Simard wrote: > Before SourceKit-related functionality can be considered for inclusion in > release packages for Linux, it needs to be able to be built during "normal"

Re: [swift-dev] Shipping sourcekitd-test/repl with Swift

2016-08-29 Thread Jean-Pierre Simard via swift-dev
Before SourceKit-related functionality can be considered for inclusion in release packages for Linux, it needs to be able to be built during "normal" invocation of the build script. I say normal because it's possible to build SourceKit with two (simple) invocations of the build script at the moment

Re: [swift-dev] Shipping sourcekitd-test/repl with Swift

2016-08-29 Thread Keith Smiley via swift-dev
Sorry to bump this thread, just wondering if anyone has any thoughts on this now that (some) of the Swift 3.0 craziness is done. -- Keith Smiley On Sun, Jul 31, 2016, at 21:46, Keith Smiley via swift-dev wrote: > Hey everyone, > > Recently I've been working on making Swift autocomplete outside

[swift-dev] Shipping sourcekitd-test/repl with Swift

2016-07-31 Thread Keith Smiley via swift-dev
Hey everyone, Recently I've been working on making Swift autocomplete outside of Xcode (specifically vim). Of course to do this, I've been using [SourceKitten][0], which is a great bridge for interacting with `sourcekitd`. While working on this, I also ran across `sourcekitd-test` and `sourcekitd