Re: function signature specialization crashlog

2016-10-31 Thread Torsten Curdt
> > If it helps, it looks like: > > - you're calling a function with the signature ([Foo.Store], CLLocation?, > CLLocation?, Bool) throws -> [Foo.Store] > - that function is calling another closure > Correct. - that closure is crashing > That I got as well. After a lot of staring at my

Re: function signature specialization crashlog

2016-10-31 Thread John McCall
> On Oct 31, 2016, at 3:49 PM, Torsten Curdt wrote: > > > I have a real hard time understanding this iOS/Swift3 crashlog. > > This is an odd list to be posting this to. Crash logs are there for the > developers > of the crashing software. If you're interested in helping fix

Re: function signature specialization crashlog

2016-10-31 Thread Torsten Curdt
> > > I have a real hard time understanding this iOS/Swift3 crashlog. > > This is an odd list to be posting this to. Crash logs are there for the > developers > of the crashing software. If you're interested in helping fix the > compiler, that's great, > but you should be bringing this up on

Re: function signature specialization crashlog

2016-10-31 Thread John McCall
> On Oct 31, 2016, at 6:12 AM, Torsten Curdt wrote: > > I have a real hard time understanding this iOS/Swift3 crashlog. This is an odd list to be posting this to. Crash logs are there for the developers of the crashing software. If you're interested in helping fix the

function signature specialization crashlog

2016-10-31 Thread Torsten Curdt
I have a real hard time understanding this iOS/Swift3 crashlog. For one the closure #s do not help that very much (I just assume they numbered from the beginning of the file?) and the closure line numbers are all 0. Any ideas what could be going on? cheers, Torsten 0 Foo