Re: [swift-users] Building Swift 3 under ArchLinux

2016-07-17 Thread Lukas Stabe via swift-users
I ran into the same error a few weeks ago. I can’t remember where I found this and why it fixes things, but this patch made swift build again for me: diff --git a/cmake/modules/SwiftManpage.cmake b/cmake/modules/SwiftManpage.cmake index 480b100..3bb1af3 100644 --- a/cmake/modules/SwiftManpage.cma

Re: [swift-users] pattern matching in if improvement?

2016-03-26 Thread Lukas Stabe via swift-users
I'd love to see `if value matches pattern`. Every time I use `if case` I have to stop and think to remember the weird syntax. I get where it came from, but I think `matches` better describes what happens here (one is immediately reminded of pattern matching). I don't know wether this might be u

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