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

Re: Prioritizing drawing of the important stuff

2016-10-31 Thread Georg Seifert
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription:

Re: How to show a file in Finder

2016-10-31 Thread Gerriet M. Denkmann
> On 31 Oct 2016, at 17:13, sqwarqDev wrote: > > You want NSWorkspace's selectFile: inFileViewerRootedAtPath: method > > rather than openFile: with Application > You are absolutely right. Thanks for your help! Kind regards, Gerriet. > > Best > > > Phil > > >>

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

Re: How to show a file in Finder

2016-10-31 Thread dangerwillrobinsondanger
See these in NSWorkspace activateFileViewerSelectingURLs: Activates the Finder, and opens one or more windows selecting the specified files. -selectFile:inFileViewerRootedAtPath: Selects the file specified by fullPath. Sent from my iPhone > On 31 Oct 2016, at 19:00, Gerriet M. Denkmann

Re: How to show a file in Finder

2016-10-31 Thread sqwarqDev
You want NSWorkspace's selectFile: inFileViewerRootedAtPath: method rather than openFile: with Application Best Phil > On 31 Oct 2016, at 17:00, Gerriet M. Denkmann wrote: > > > I want to show a file in Finder (not open it in some application). > > I tried: >

How to show a file in Finder

2016-10-31 Thread Gerriet M. Denkmann
I want to show a file in Finder (not open it in some application). I tried: NSString *path = @“/some/thing.plist”; [ sharedWorkspace openFile: path withApplication: @“Finder.app" ] but this opens Xcode and displays the content of path. I just want a Finder window with my path

Re: Prioritizing drawing of the important stuff

2016-10-31 Thread Alastair Houghton
On 29 Oct 2016, at 10:37, Jonathan Taylor wrote: > > This is a bit of a general question, but hopefully people may have some > suggestions. I've got some drawing code that synthesizes an image in a > window, which will change in response to sliders (e.g. changing