Re: [swift-dev] Guarantees of Tuples as Fixed Sized (stack allocated) Arrays

2017-04-28 Thread John McCall via swift-dev
> On Apr 28, 2017, at 7:03 AM, Johannes Weiss via swift-dev > wrote: > Hi swift-users, > > (sorry for the cross post to swift-dev, but wasn't sure where it belongs) > > I tried to find guarantees about the memory layout Swift tuples but couldn't > find anything. The

[swift-corelibs-dev] Want to contribute

2017-04-28 Thread Nathaniel Bomberger via swift-corelibs-dev
Hello, Experienced programmer, new to swift. I want to start contributing to the cause. Any low hanging fruit I can help with? Suggestions on where to start if I want to eventually contribute code? I humbly ask for a little direction. Baby steps. Nate

Re: [swift-dev] swift-format editor integration

2017-04-28 Thread Saleem Abdulrasool via swift-dev
Hi Ted, I think that what I'm proposing adding is quite small. It has a mirror equivalent in the clang repository. As to maintainence, I'm willing to take that on. I already maintain the vim syntax support (I'm pretty confident that I've made the bulk of the changes to it at this point). I'm

Re: [swift-dev] [swift-users] Guarantees of Tuples as Fixed Sized (stack allocated) Arrays

2017-04-28 Thread Johannes Weiss via swift-dev
Hi Martin, > On 28 Apr 2017, at 12:59, Martin R wrote: > > As far as I know, the only guarantee is made for structures imported from C. > From > https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20160516/001968.html > : > >Swift structs have unspecified