[swift-users] swift open source help

2016-11-19 Thread Ram Krishnamurthappa via swift-users
Hi Swift Team, I like to contribute to swift compiler open source project. I know c++ / c programming language and have some knowledge about basic compilers. please let me know from where I can start and is there any documentation about any swift compiler modules I can start with? Please guid

Re: [swift-users] swift open source help

2016-11-19 Thread Jacob Bandes-Storch via swift-users
The ticketing system at bugs.swift.org has a label for StarterBugs, which should be relatively easy places for a new contributor to jump in: https://bugs.swift.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=labels+%3D+StarterBug On Sat, Nov 19, 2016 at 1:20 AM, Ram Krishnamurthappa via swift-u

[swift-users] Implementing signum

2016-11-19 Thread Rick Mann via swift-users
I'm trying to do this: protocol Signumable { func sgn() -> Self } extension Signumable { func sgn() -> Self { let pos = 0 < self // Error let neg = self < 0 // Error let p =

Re: [swift-users] Swift CI Planned Maintenance - Nov 19th 2016 10am PST

2016-11-19 Thread mishal_shah via swift-users
Maintenance completed. Thanks, Mishal Shah > On Nov 17, 2016, at 6:43 PM, mishal_shah wrote: > > Swift CI (ci.swift.org) will be down Nov 19th, 2016 from 10am - 10pm PST for > planned maintenance. To avoid breakage we will be locking master branch until > CI is back online. > > Thanks, > M