> On Sep 4, 2015, at 2:29 PM, Quincey Morris > <[email protected]> wrote: > >> On Sep 4, 2015, at 14:04 , Rick Mann <[email protected]> wrote: >> >> According to the docs in Xcode 7b6, join(_:) is a method on String. But if I >> try to call it: >> >> Of course, I can't command-click on join() to get to its declaration, and >> option-clicking on it doesn't link to its documentation. > > Sorry, I forgot to start with the basic point, which is that there is no > ‘join’ method anywhere any more (except in the ghostly form that lets the > compiler tell you it doesn’t exist any more), so you can’t call it or > command-click to it.
You should file a bug report. It might be possible to make unavailable identifiers command-clickable, which would reveal their OS availability range or their suggested replacements. -- Greg Parker [email protected] Runtime Wrangler _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
