Re: [swift-dev] swift-stdlib-tool

2017-02-13 Thread Keith Smiley via swift-dev
Not that this helps, but it looks like this was moved into Xcode as an xcspec definition. For reference that can be found at: Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/- Library/Xcode/Plug- ins/XCLanguageSupport.xcplugin/Contents/Resources/swift-stdlib- tool.xcspec

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

2016-08-29 Thread Keith Smiley via swift-dev
rtaking and the codebase would suffer for > it. > > I'm sure there are other approaches that could work but I'm not aware of > them. > > This is being tracked as SR-1676, which is currently unassigned: > https://bugs.swift.org/browse/SR-1676 > > On Mon, 29 Aug 20

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 autoco

Re: [swift-dev] [SourceKit] Include sourcekitd.h in distributed toolchain

2016-08-10 Thread Keith Smiley via swift-dev
I sent something last week about including the related CLIs as well, but it hasn't received any responses. https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20160725/002587.html I assume the problem here would be the same since these aren't particularly meant to be production ready tools.

[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

Re: [swift-dev] Web browser extension for SR-nnn links?

2016-03-28 Thread Keith Smiley via swift-dev
For those of you using mutt, here's a quick script you can use in a macro for this. cat \ | sed -E "s=[[:space:]]([Ss][Rr]-[[:digit:]])= https://bugs.swift.org/browse/\1=g"; \ | grep "bugs.swift.org" \ | urlview -- Keith Smiley On 03/28, Greg Parker via swift-dev wrote: > Is there a web

Re: [swift-dev] Swift vim support

2016-01-03 Thread Keith Smiley via swift-dev
didn't see anything obvious to >> indicate that this would benefit from being in a separate repository. Can >> you elucidate a bit more for my benefit? Note that I'm not saying there is >> a benefit; I'm just lacking some context here to understand why a separate &g

Re: [swift-dev] Swift vim support

2016-01-03 Thread Keith Smiley via swift-dev
s with the rest of the Swift Core members. > > > > Ted > > > > > On Dec 31, 2015, at 12:09 PM, Keith Smiley via swift-dev < > swift-dev@swift.org> wrote: > > > > > > Hey all, > > > > > > When swift was open sourced a few of

[swift-dev] Swift vim support

2015-12-31 Thread Keith Smiley via swift-dev
Hey all, When swift was open sourced a few of us noticed that there was some existing vim highlighting support[0]. While it sounds like what's there now hasn't been kept up to date for a while[1], that brought up the question if there could ever be a dedicated repository for vim support under the

Re: [swift-dev] Radar and bugs.swift.org

2015-12-31 Thread Keith Smiley via swift-dev
Would it be worthwhile for the swift team if those of us who have created many swift related radars to copy them over to bugs.swift.org? Thanks, -- Keith Smiley ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swi