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 */
>
>
>