Re: [swift-corelibs-dev] [swift-evolution] [swift-users] WWDC Meetup

2016-06-06 Thread Jacob Bandes-Storch via swift-corelibs-dev
+1 to both points :) On Mon, Jun 6, 2016 at 11:11 PM Javier Soto via swift-corelibs-dev < swift-corelibs-dev@swift.org> wrote: > I would love to join as well!! > > I'd like to propose perhaps to plan something alternative to beers to keep > it inclusive to members who may not be 21 or like to drin

Re: [swift-corelibs-dev] Proposal: add `noescape` attribute to public API (particularly libdispatch)

2015-12-08 Thread Jacob Bandes-Storch via swift-corelibs-dev
Alright, I've written up a proposal: https://github.com/apple/swift-evolution/pull/40 Feedback welcome! Jacob On Sat, Dec 5, 2015 at 2:25 PM, Jacob Bandes-Storch wrote: > On Sat, Dec 5, 2015 at 1:40 PM, Tony Parker > wrote: > >> One topic I wanted to discuss was finding a comprehensive list o

Re: [swift-corelibs-dev] Proposal: add `noescape` attribute to public API (particularly libdispatch)

2015-12-05 Thread Jacob Bandes-Storch via swift-corelibs-dev
On Sat, Dec 5, 2015 at 1:40 PM, Tony Parker wrote: > One topic I wanted to discuss was finding a comprehensive list of API that > needs the attribute. > On this subject, here are some other APIs which could use the annotation. Again, I think these should be annotated even in the C/Objective-C he

Re: [swift-corelibs-dev] [swift-evolution] Proposal: add `noescape` attribute to public API (particularly libdispatch)

2015-12-05 Thread Jacob Bandes-Storch via swift-corelibs-dev
On Sat, Dec 5, 2015 at 1:50 PM, Pierre Habouzit wrote: > > > I completely agree with that statement, and I think that this change > should make it into Darwin and swift-corelibs-libdispatch both. > > -Pierre > Pardon my ignorance, but what is intended to be the difference between the two? Will th