Re: [swift-dev] Swift port to Windows : Offering help!

2016-04-27 Thread Han via swift-dev
I was busy. Before cleaning build procedure, I merged recent snapshot, and resolving conflict, followed up some bug, modified and checked Cygwin build. Now in cleaning build procedure for MSVC, I decided to change the cmake generator to Ninja from MSBuild - it is more faster when recompiling.

[swift-dev] swift-3.0-branch to be made; details to be announced soon

2016-04-27 Thread Ted Kremenek via swift-dev
Hi everyone, We’re going to create a "swift-3.0-branch" branch across the various Swift repositories within the next couple days. The branch will be used to provide a more stable baseline for producing qualified snapshots for Swift 3. With a large number of Swift 3 changes having landed the

Re: [swift-dev] Swift port to Windows : Offering help!

2016-04-27 Thread Joel Van Eenwyk via swift-dev
Hi Han, I’ve synced and ready to help out on this. “For building MSVC port, it will be better waiting several days until I prepare a draft build manual - current build description is too dirty (/misc /Build_msvc.txt).” Any updates on this? --Joel *From:* Shawn Erickson

[swift-dev] ObjC generic containers and ObjectiveCBridgeable conformance

2016-04-27 Thread Joe Groff via swift-dev
Importing ObjC generics is currently disabled for the bridged container classes, NSArray, NSDictionary, and NSSet. To enable generics for these types, we need to figure out what to do about their interaction with ObjectiveCBridgeable container bridging. The mapping from generic Swift value