Re: String.join()?
Re: String.join()?
- Subject: Re: String.join()?
- From: Greg Parker <email@hidden>
- Date: Fri, 04 Sep 2015 14:34:08 -0700
> On Sep 4, 2015, at 2:29 PM, Quincey Morris <email@hidden> wrote:
>
>> On Sep 4, 2015, at 14:04 , Rick Mann <email@hidden> 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@hidden Runtime Wrangler
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden