Re: [swift-dev] Descriptive Protocol non-conformance errors

2016-07-31 Thread Sean Alling via swift-dev
Hey all, I created a JIRA for this compiler feature request: SR-2233 (https://bugs.swift.org/browse/SR-2233 ). Sean _ Sean Alling Mechanical Engineer alli...@icloud.com > On 17 Jul , 2016, at 13:46, Dmitri Griben

Re: [swift-dev] Descriptive Protocol non-conformance errors

2016-07-17 Thread Dmitri Gribenko via swift-dev
On Sun, Jul 17, 2016 at 7:41 AM, Sean Alling via swift-dev wrote: > Sorry for the late reply, > > Ted: > > A JIRA? I know that’s issue tracking, where can I get one of those? It is located here: https://bugs.swift.org/ . Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j*/ __

Re: [swift-dev] Descriptive Protocol non-conformance errors

2016-07-17 Thread Sean Alling via swift-dev
Sorry for the late reply, Ted: A JIRA? I know that’s issue tracking, where can I get one of those? This is my first foray into the swift open source mailing lists, so I apologize for my certain level of novice. _ Sean Alling Mechanical Engineer 703 . 843 . 4808 alli...@icloud

Re: [swift-dev] Descriptive Protocol non-conformance errors

2016-07-08 Thread Ted kremenek via swift-dev
> On Jul 6, 2016, at 8:24 PM, Douglas Gregor via swift-dev > wrote: > > >> On Jun 25, 2016, at 1:19 PM, Sean Alling via swift-dev >> wrote: >> >> Hi everyone, >> >> I’m suggesting a change to the compiler that returns an error when an object >> 'does not conform to protocol’ to nest sub-

Re: [swift-dev] Descriptive Protocol non-conformance errors

2016-07-06 Thread Michael Gottesman via swift-dev
I have wanted this for a long time. (In fact I believe I filed a radar some time ago for this!) Filling in the interface stubs saves so much time! Michael > On Jul 6, 2016, at 8:40 PM, Xi Ge via swift-dev wrote: > >> >> On Jul 6, 2016, at 8:24 PM, Douglas Gregor via swift-dev >> wrote: >>

Re: [swift-dev] Descriptive Protocol non-conformance errors

2016-07-06 Thread Xi Ge via swift-dev
> On Jul 6, 2016, at 8:24 PM, Douglas Gregor via swift-dev > wrote: > > >> On Jun 25, 2016, at 1:19 PM, Sean Alling via swift-dev >> wrote: >> >> Hi everyone, >> >> I’m suggesting a change to the compiler that returns an error when an object >> 'does not conform to protocol’ to nest sub-e

Re: [swift-dev] Descriptive Protocol non-conformance errors

2016-07-06 Thread Douglas Gregor via swift-dev
> On Jun 25, 2016, at 1:19 PM, Sean Alling via swift-dev > wrote: > > Hi everyone, > > I’m suggesting a change to the compiler that returns an error when an object > 'does not conform to protocol’ to nest sub-errors that’ll list what > properties and methods the object hasn’t implemented. >

[swift-dev] Descriptive Protocol non-conformance errors

2016-06-26 Thread Sean Alling via swift-dev
Hi everyone, I’m suggesting a change to the compiler that returns an error when an object 'does not conform to protocol’ to nest sub-errors that’ll list what properties and methods the object hasn’t implemented. I’m using the idea of a nested error so that the exceptions thrown will be grouped