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

2016-01-02 Thread Ted kremenek via swift-dev
> On Dec 31, 2015, at 12:03 PM, Joe Groff via swift-dev > wrote: > > >> On Dec 31, 2015, at 11:47 AM, Keith Smiley via swift-dev >> wrote: >> >> 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? > >

Re: [swift-dev] Warning when "overriding" an extension method that's not in the protocol

2016-01-02 Thread Kevin Ballard via swift-dev
(CCing the list again as I believe you omitted it accidentally) On Sat, Jan 2, 2016, at 10:10 PM, Douglas Gregor wrote: > On Jan 2, 2016, at 6:58 PM, Kevin Ballard via swift-dev d...@swift.org> wrote: >> On Sat, Jan 2, 2016, at 11:39 AM, Douglas Gregor via swift-dev wrote: >>> >>> On Dec 31,

Re: [swift-dev] Swift vim support

2016-01-02 Thread Kevin Ballard via swift-dev
Incidentally, for a long time I've maintained my own vim Swift plugin at https://github.com/kballard/vim-swift. It provides a bunch of features like compiling and running the current file when you press ⌘R. It's not entirely up-to-date yet (e.g. I haven't updated it to allow string literals insi

Re: [swift-dev] Warning when "overriding" an extension method that's not in the protocol

2016-01-02 Thread Kevin Ballard via swift-dev
On Sat, Jan 2, 2016, at 11:39 AM, Douglas Gregor via swift-dev wrote: > > >> On Dec 31, 2015, at 3:15 PM, Jesse Rusak wrote: >> >> Hi Doug, >> >> I’ve been playing around with an implementation of the warning you >> referenced here: >> https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-

Re: [swift-dev] Warning when "overriding" an extension method that's not in the protocol

2016-01-02 Thread Douglas Gregor via swift-dev
> On Dec 31, 2015, at 3:15 PM, Jesse Rusak wrote: > > Hi Doug, > > I’ve been playing around with an implementation of the warning you referenced > here: > https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20151207/001584.html > > Would it be helpful for me to take this on? Yes,