Re: [swift-dev] Swift in GSoC 2016

2015-12-04 Thread vivek pandya
Hello ,

Every year LLVM has participated in and benefited from Google Summer of
Code . As Swift is officially open source project , Is there any plan to
participate in GSoC 2016 ? Although Swift is very mature now but there may
some task that needs work and community is not able to start it for various
reasons. For example Implementing scientific calculation library so that
Swift can be used for Data Science  domain.
In case if community is interested then submission for mentoring
organization will begin on 8 February, 2016 19:00 UTC and dead line is 19
February 19:00 UTC .

Sincerely,
*Vivek Pandya*
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev


Re: [swift-dev] swift-dev Digest, Vol 1, Issue 14

2015-12-07 Thread vivek pandya via swift-dev
On Mon, Dec 7, 2015 at 11:30 PM,  wrote:

> Send swift-dev mailing list submissions to
> swift-dev@swift.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.swift.org/mailman/listinfo/swift-dev
> or, via email, send a message with subject or body 'help' to
> swift-dev-requ...@swift.org
>
> You can reach the person managing the list at
> swift-dev-ow...@swift.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of swift-dev digest..."
>
>
> Today's Topics:
>
>1. Swift REPL don't functions on Ubuntu 14.04 LTS (Piero Sabino)
>2. Radar numbers in FIXME comments (Joe Ranieri)
>3. Re: Radar numbers in FIXME comments (Dmitri Gribenko)
>4. Starter project: SR-2: Build configuration directives can not
>   wrap switch cases (Dmitri Gribenko)
>5. Re: Verify failed (Dmitri Gribenko)
>6. Path Swift (Piero Sabino)
>7. Re: Starter project: Remove old mirrors (Joe Groff)
>8. Re: Starter project: SR-2: Build configuration directives can
>   not wrap switch cases (Meador Inge)
>9. Starter project: Port Swift to RHEL 7 / CentOS 7 /Scientific
>   Linux 7 (Dmitri Gribenko)
>
>
> --
>
> Message: 1
> Date: Sun, 06 Dec 2015 18:47:56 + (GMT)
> From: Piero Sabino 
> To: swift-dev@swift.org
> Subject: [swift-dev] Swift REPL don't functions on Ubuntu 14.04 LTS
> Message-ID: <7e98bf79-d12f-48d9-aaec-d32fad7b5...@me.com>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
>
> -- next part --
> An HTML attachment was scrubbed...
> URL: <
> https://lists.swift.org/pipermail/swift-dev/attachments/20151206/a78ddef0/attachment-0001.html
> >
>
> --
>
> Message: 2
> Date: Sun, 6 Dec 2015 17:37:41 -0500
> From: Joe Ranieri 
> To: swift-dev@swift.org
> Subject: [swift-dev] Radar numbers in FIXME comments
> Message-ID:
>  d-t45rm4...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> There are a small number of places in the code where FIXMEs reference
> radar numbers. Is it possible for the important details from these
> radars to be put into publicly visible Github issues to be tracked and
> referenced by the open source community?
>
> -- Joe Ranieri
>
>
> --
>
> Message: 3
> Date: Sun, 6 Dec 2015 14:50:24 -0800
> From: Dmitri Gribenko 
> To: Joe Ranieri 
> Cc: swift-dev 
> Subject: Re: [swift-dev] Radar numbers in FIXME comments
> Message-ID:
> <
> ca+y5xydcjqgdki+0ifyosqmdcscaeyxcyowkzig7iwjp8oj...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Sun, Dec 6, 2015 at 2:37 PM, Joe Ranieri via swift-dev
>  wrote:
> > There are a small number of places in the code where FIXMEs reference
> > radar numbers. Is it possible for the important details from these
> > radars to be put into publicly visible Github issues to be tracked and
> > referenced by the open source community?
>
> Hi Joe,
>
> Definitely!  If you see a particular one that you want to know more
> about, please email swift-dev, and we will create an equivalent issue
> on bugs.swift.org.  Migrating all radar references to bugs.swift.org
> would take a lot of work though, so we prefer the lazy evaluation
> approach.
>
> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j (j){printf("%d\n",i);}}} /*Dmitri Gribenko */
>
>
> --
>
> Message: 4
> Date: Sun, 6 Dec 2015 15:04:34 -0800
> From: Dmitri Gribenko 
> To: swift-dev 
> Subject: [swift-dev] Starter project: SR-2: Build configuration
> directives can not wrap switch cases
> Message-ID:
>  woe35btucaskg6wgml3pcs95x7r0meemst4...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi,
>
> If you're looking for a starter project in the frontend area (parser
> in this case), here is one.
>
> https://bugs.swift.org/browse/SR-2
>
> This code should be accepted, but it is rejected now:
>
> switch 10 {
>   case 10:
> break
> #if FOO
>   case 20:
> break
> #endif
> }
>
> $ swiftc /tmp/a.swift
> /tmp/a.swift:5:3: error: 'case' label can only appear inside a
> 'switch' statement
>   case 20:
>   ^
>
> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j (j){printf("%d\n",i);}}} /*Dmitri Gribenko */
>
>
> --
>
> Message: 5
> Date: Sun, 6 Dec 2015 16:01:32 -0800
> From: Dmitri Gribenko 
> To: Piero Sabino 
> Cc: swift-dev 
> Subject: Re: [swift-dev] Verify failed
> Message-ID:
>  y9hvr_k13+kao...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> On Sun, Dec 6, 2015 at 9:08 AM, Piero Sabino via swift-dev
>  wrote:
> > Yes, I've downloaded signature file and swift in the same directory.
>
> Could you post the actual error message, and SHA1 hashes of the files?
>
> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j (j){printf("%d\n",i);}}} /*Dmitri Gribenko */
>
>
> 

[swift-dev] Cross compiling Swift for 32 bit Linux from 64 bit Ubuntu

2016-01-06 Thread vivek pandya via swift-dev
Hello Swift Community,

I am trying to cross compile Swift for 32 bit Linux from 64 bit Ubuntu. For
this purpose I have one question regarding build-script-impl .
I am passing 'linux-i386' for option --
cross-compile-tools-deployment-targets but why linux-x86_64 appears in
cross-tool-deployment-target and function
is_cross_tools_deployment_target() returns 1 for it ?
config.guess returns linux-x86_64 for my host architecture but for cross
compile target ( i.e linux-i386) I am using llvm_host_triple option
'i386-unknown-linux-gnu' and llvm_target_arch = 'X86' but Cmake ignores
this options ?
Please provide some suggestion to complete this task.

Sincerely,
*Vivek Pandya*
___
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev