Re: [swift-users] Why no new Development Snapshots since Aug 3?

2017-08-15 Thread Mishal Shah via swift-users
Hi Jens, Can you please try again? It should be fixed now. Thanks, Mishal Shah > On Aug 15, 2017, at 9:36 PM, Jens Persson > wrote: > > Follow up question: > The current snapshot link >

Re: [swift-users] Why no new Development Snapshots since Aug 3?

2017-08-15 Thread Jens Persson via swift-users
Follow up question: The current snapshot link https://swift.org/builds/development/xcode/swift-DEVELOPMENT-SNAPSHOT-2017-08-15-a/swift-DEVELOPMENT-SNAPSHOT-2017-08-15-a-osx.pkg doesn't work: Forbidden You don't have permission to access

[swift-users] custom binding pattern matches

2017-08-15 Thread David Young via swift-users
Sometimes I wish for custom *binding* patterns in Swift. Is something like this already in the works? Anyone else wishing for this? I have attached some code where I fake it, but these examples show what I'm really after: /* Match complex numbers, let expressions with type qualification: */