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
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
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 =
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