Re: [swift-users] Compilation time problems when building matrices

2017-06-28 Thread Taylor Swift via swift-users
i have a similar function in my code which uses four intermediates but compiles in reasonable time { // frustum let f_width:Float = self.half_h * self.twice_size, f_height:Float = self.half_k * self.twice_size, dx:Float = -self.shift_x / self.

Re: [swift-users] Swift on Centos7

2017-06-28 Thread Alexander via swift-users
Thanks, I'll check it out. On Wed, Jun 28, 2017 at 11:50 AM Alex Blewitt wrote: > It's something that isn't currently supported at the moment - follow > https://bugs.swift.org/browse/SR-100 for more updates as others have > tried to get it building there as well. > > Alex > > > On 28 Jun 2017, a

[swift-users] Compilation time problems when building matrices

2017-06-28 Thread Elia Cereda via swift-users
Hi, I currently writing a demo app to teach myself the fundamentals of Metal and a big part of that is obviously working with matrices. What I’m seeing is that the code build them has some serious compilation time problems. The worst case is this function, which according to -debug-time-functio

Re: [swift-users] intercept fatalError() or other termination messages from swift?

2017-06-28 Thread Joe Groff via swift-users
> On Jun 26, 2017, at 7:45 PM, David Baraff wrote: > > Ok, the data is for sure not there, or possibly i’m looking at the wrong > thing. Here is what I see: > > Incident Identifier: 15D12BCE-975B-47B6-BD03-DD8512D40DAF > CrashReporter Key: 8af1402ae87b0184acff113b3f7312743d94d074 > Hardware

Re: [swift-users] Is there any way to decode from Any type JSON Object using JSONDecoder?

2017-06-28 Thread Masaki Haga via swift-users
(Added swift users as CC) 2017-06-24 3:47 GMT+09:00 Masaki Haga : > Hi Tony, > > Got it. Thank you very much for taking time for this. > > 2017-06-24 1:40 GMT+09:00 Tony Parker : > >> Hi Masaki, >> >> Thanks for the additional info. I have a slightly different idea on how >> to approach this whic

Re: [swift-users] Swift on Centos7

2017-06-28 Thread Keith Duvall via swift-users
A user made an RPM for CentOS a while back. Not sure how well it works but you can give it a show… Keith Forwarded: I built an RPM with Swift 3-RELEASE; the RPM build info is at https://github.com/tachoknight/swift-rpm . I don't use CentOS myself but i

Re: [swift-users] Swift on Centos7

2017-06-28 Thread Alex Blewitt via swift-users
It's something that isn't currently supported at the moment - follow https://bugs.swift.org/browse/SR-100 for more updates as others have tried to get it building there as well. Alex > On 28 Jun 2017, at 10:28, Alexander via swift-users > wrote: > > Go

[swift-users] Swift on Centos7

2017-06-28 Thread Alexander via swift-users
Good day, Maybe this is wrong channel to ask, but I try to build swift on Centos7 :) And facing some errors on the build process, and Im really stuck. Maybe someone can help me how to check more details about this error? build ~/tmp/swiftbuild/swift /swift-work utils/build-script: note: using pre