Re: [swift-users] Swift on a cluster?

2016-03-22 Thread Lukas Stabe via swift-users
Hi Vicky, see my responses inline. – Lukas > On 18 Mar 2016, at 12:12, Graymalk Meow via swift-users > mailto:swift-users@swift.org>> wrote: > Hi, > > Two things. > > 1. Has anyone run swift programs on a cluster? Is it possible? You can take > that as meaning I am interested in giving

Re: [swift-users] Object size on heap

2016-03-22 Thread Howard Lovatt via swift-users
I am writing custom collection classes and trying to assess which one is better, both in terms of performance and memory usage. Won't be used in 'real' code, just to guide development. -- Howard. On 23 March 2016 at 03:52, Jordan Rose wrote: > > On Mar 22, 2016, at 8:47, Joe Groff via swift-u

Re: [swift-users] Object size on heap

2016-03-22 Thread Howard Lovatt via swift-users
Many thanks -- Howard. On 23 March 2016 at 02:47, Joe Groff wrote: > > On Mar 21, 2016, at 9:31 PM, Howard Lovatt > wrote: > > How do you call swift_class_getInstanceExtents, it doesn't show in Xcode? > > > It's not provided as API by default. You can do this as an unsupported > hack: > > @_

Re: [swift-users] Segmentation fault in Swift 2.2

2016-03-22 Thread Ryan Lovelett via swift-users
On Tue, Mar 22, 2016, at 11:29 AM, Jeremy Pereira via swift-users wrote: > So I installed Xcode 7.3 and now I see this segmentation fault > > https://bugs.swift.org/browse/SR-89 > > Does anybody know of a work around? It looks like a work-around was posted on the thread. Have you tried that? ht

Re: [swift-users] Swift.org RSS Feed appears broken

2016-03-22 Thread Jordan Rose via swift-users
bugs.swift.org , category "Project Infrastructure". Thanks for reporting this! Jordan > On Mar 22, 2016, at 5:53, Neil via swift-users wrote: > > Hello all, > > What is the correct place to report that swift.org rss feeds are broken? The > feed does not work with Vie

Re: [swift-users] Cannot implement NSURLSessionDownloadDelegate

2016-03-22 Thread Douglas Gregor via swift-users
> On Mar 22, 2016, at 9:55 AM, Jordan Rose wrote: > > >> On Mar 22, 2016, at 8:49, Sebastian Hagedorn via swift-users >> wrote: >> >> I have started migrating a Swift 2.2 project to Swift 3.0 using the latest >> dev snapshot (16 March 2016) and Xcode 7.3. >> >> I have an existing class (an

Re: [swift-users] Cannot implement NSURLSessionDownloadDelegate

2016-03-22 Thread Jordan Rose via swift-users
> On Mar 22, 2016, at 8:49, Sebastian Hagedorn via swift-users > wrote: > > I have started migrating a Swift 2.2 project to Swift 3.0 using the latest > dev snapshot (16 March 2016) and Xcode 7.3. > > I have an existing class (and have verified the same behaviour in a new, > isolated test pr

Re: [swift-users] Object size on heap

2016-03-22 Thread Jordan Rose via swift-users
> On Mar 22, 2016, at 8:47, Joe Groff via swift-users > wrote: > > >> On Mar 21, 2016, at 9:31 PM, Howard Lovatt > > wrote: >> >> How do you call swift_class_getInstanceExtents, it doesn't show in Xcode? > > It's not provided as API by default. You can do this

[swift-users] Cannot implement NSURLSessionDownloadDelegate

2016-03-22 Thread Sebastian Hagedorn via swift-users
I have started migrating a Swift 2.2 project to Swift 3.0 using the latest dev snapshot (16 March 2016) and Xcode 7.3. I have an existing class (and have verified the same behaviour in a new, isolated test project) that declares to conform to NSURLSessionDownloadDelegate (and inherits from NSOb

Re: [swift-users] Object size on heap

2016-03-22 Thread Joe Groff via swift-users
> On Mar 21, 2016, at 9:31 PM, Howard Lovatt wrote: > > How do you call swift_class_getInstanceExtents, it doesn't show in Xcode? It's not provided as API by default. You can do this as an unsupported hack: @_silgen_name("swift_class_getInstanceExtents") func swift_class_getInstanceExtents(the

[swift-users] Segmentation fault in Swift 2.2

2016-03-22 Thread Jeremy Pereira via swift-users
So I installed Xcode 7.3 and now I see this segmentation fault https://bugs.swift.org/browse/SR-89 Does anybody know of a work around? ___ swift-users mailing list swift-users@swift.org https://lists.swift.org/mailman/listinfo/swift-users

[swift-users] Swift.org RSS Feed appears broken

2016-03-22 Thread Neil via swift-users
Hello all, What is the correct place to report that swift.org rss feeds are broken? The feed does not work with Vienna on OS X and fails W3C validation. Thanks, Neil https://validator.w3.org/feed/check.cgi?url=feed%3Ahttps%3A%2F%2Fswift.org%2Fatom.xml —