Re: [swift-dev] Starter project: SR-2: Build configuration directives can not wrap switch cases

2015-12-07 Thread Meador Inge via swift-dev
On Sun, Dec 6, 2015 at 5:04 PM, Dmitri Gribenko via swift-dev < swift-dev@swift.org> wrote: 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: >

Re: [swift-dev] Starter project: Port Swift to RHEL 7 / CentOS 7 / Scientific Linux 7

2015-12-07 Thread Meador Inge via swift-dev
On Mon, Dec 7, 2015 at 11:47 AM, Dmitri Gribenko via swift-dev < swift-dev@swift.org> wrote: Hi, > > RHEL 7 and CentOS 7 are widely used as server operating systems, and > porting Swift to these distributions would benefit many community > members. It should be relatively easy to do, since RHEL 7

Re: [swift-dev] Starter project: Port Swift to RHEL 7 / CentOS 7 / Scientific Linux 7

2015-12-07 Thread Meador Inge via swift-dev
On Mon, Dec 7, 2015 at 1:42 PM, Manolo van Ee wrote: I'd be happy to help out as well with Centos 7 if we can easily divide > tasks. Otherwise I can focus on Fedora, which should be similar, but might > behave a little different. > Thanks! I plan on scoping it out later today. I will update SR

Re: [swift-dev] Starter bug: Sequence.flatMap() is missing a @noescape

2015-12-07 Thread Meador Inge via swift-dev
On Mon, Dec 7, 2015 at 5:02 PM, Dmitri Gribenko via swift-dev < swift-dev@swift.org> wrote: > Hi everyone, > > Here's another simple starter bug. > > Sequence.flatMap() is missing a @noescape on the closure. > > This is a pretty straightforward change, requires an accompanying > test, and a propos

Re: [swift-dev] Starter Project

2015-12-08 Thread Meador Inge via swift-dev
On Tue, Dec 8, 2015 at 1:03 PM, Sergey Bolshedvorsky via swift-dev < swift-dev@swift.org> wrote: Hi everyone, > > I’m looking for a starter project on swift. Something what would be useful > and what would allow me to dive into the code. I could take one of the JIRA > tickets. Do not want to fix t

Re: [swift-dev] Starter Project

2015-12-08 Thread Meador Inge via swift-dev
(CC'd back the list) On Tue, Dec 8, 2015 at 1:19 PM, Sergey Bolshedvorsky < ser...@bolshedvorsky.com> wrote: I could take this ticket: https://bugs.swift.org/browse/SR-125 > Go for it! I see where you already assigned it to yourself in JIRA. Have fun :-) Cheers, Meador __

Re: [swift-dev] Building on Fedora

2015-12-13 Thread Meador Inge via swift-dev
On Sun, Dec 13, 2015 at 12:17 PM, Brad Erickson via swift-dev < swift-dev@swift.org> wrote: I've got Swift building now on Fedora 23. The only problem issue I'm > running into is probably related to: > https://llvm.org/bugs/show_bug.cgi?id=23785 > > CMake Error at scripts/cmake_install.cmake:36 (f

Re: [swift-dev] Starter project: SR-2: Build configuration directives can not wrap switch cases

2015-12-17 Thread Meador Inge via swift-dev
On Sun, Dec 6, 2015 at 5:04 PM, Dmitri Gribenko via swift-dev < swift-dev@swift.org> wrote: 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: >

Re: [swift-dev] Starter project: SR-2: Build configuration directives can not wrap switch cases

2015-12-17 Thread Meador Inge via swift-dev
On Thu, Dec 17, 2015 at 12:08 PM, Chris Lattner wrote: > On Dec 17, 2015, at 9:06 AM, Dmitri Gribenko via swift-dev < > swift-dev@swift.org> wrote: > >> Quick question about this one. > >> > >> As mentioned in SR-2, the current grammar for switch > >> statements [1] does not allow for compiler co