Re: [swift-dev] SR-3423 Starter questions

2017-11-13 Thread Brent Royal-Gordon via swift-dev
> On Nov 13, 2017, at 9:52 AM, Mohammed Ennabah wrote: > > I’m not sure what I’m missing when I build "utils/build-scrip”, but I keep > getting > "can't find source directory for cmark (tried > /Users/Mohammed/swift-source/cmark)” > > Just to know: I mkdir “swift-source” and then cloned the pr

Re: [swift-dev] SR-3423 Starter questions

2017-11-13 Thread Brian Gesiak via swift-dev
It sounds like you haven't run the 'utils/update-checkout --clone' script. That pulls down the cmark repository, and so should take care of that error. The Swift README has step-by-step instructions, which I think mention the 'update-checkout' script. You may want to try following those from top t

Re: [swift-dev] SR-3423 Starter questions

2017-11-13 Thread Mohammed Ennabah via swift-dev
> On Nov 13, 2017, at 4:00 PM, Brent Royal-Gordon > wrote: > >> On Nov 11, 2017, at 2:59 PM, Mohammed Ennabah via swift-dev >> wrote: >> >> • I dug into the codebase as stated in the steps you mentioned, and >> tried to change one of the errors to see if it really change when I use >

Re: [swift-dev] SR-3423 Starter questions

2017-11-13 Thread Mohammed Ennabah via swift-dev
> On Nov 13, 2017, at 4:00 PM, Brent Royal-Gordon > wrote: > >> On Nov 11, 2017, at 2:59 PM, Mohammed Ennabah via swift-dev >> mailto:swift-dev@swift.org>> wrote: >> >> I dug into the codebase as stated in the steps you mentioned, and tried to >> change one of the errors to see if it really

Re: [swift-dev] SR-3423 Starter questions

2017-11-13 Thread David Sweeris via swift-dev
> On Nov 13, 2017, at 6:00 AM, Brent Royal-Gordon via swift-dev > wrote: > >> On Nov 11, 2017, at 2:59 PM, Mohammed Ennabah via swift-dev >> mailto:swift-dev@swift.org>> wrote: >> >> I dug into the codebase as stated in the steps you mentioned, and tried to >> change one of the errors to see

Re: [swift-dev] SR-3423 Starter questions

2017-11-13 Thread Brent Royal-Gordon via swift-dev
> On Nov 11, 2017, at 2:59 PM, Mohammed Ennabah via swift-dev > wrote: > > I dug into the codebase as stated in the steps you mentioned, and tried to > change one of the errors to see if it really change when I use Swift REPL, > but nothing changed. Is it possible that I change something and d

Re: [swift-dev] SR-3423 Starter questions

2017-11-11 Thread Mohammed Ennabah via swift-dev
rg <mailto:swift-dev@swift.org> > Subject: Re: [swift-dev] SR-3423 Starter questions > Message-ID: <1c627652-f5b7-42f3-8039-1ae7ba5f7...@architechies.com > <mailto:1c627652-f5b7-42f3-8039-1ae7ba5f7...@architechies.com>> > Content-Type: text/plain; charset=utf-8 >

Re: [swift-dev] SR-3423 Starter questions

2017-11-09 Thread Breckin Loggins via swift-dev
This would make a great contribution to the "how to contribute" documentation; it's excellent advice. > On Nov 9, 2017, at 8:24 AM, Brent Royal-Gordon via swift-dev > wrote: > >> On Nov 7, 2017, at 4:18 AM, Mohammed Ennabah via swift-dev >> wrote: >> >> Hi all, >> >> This is the first time

Re: [swift-dev] SR-3423 Starter questions

2017-11-09 Thread Brent Royal-Gordon via swift-dev
> On Nov 7, 2017, at 4:18 AM, Mohammed Ennabah via swift-dev > wrote: > > Hi all, > > This is the first time I work on that deep of the compiler (in SR-3423 Enum > with tuple raw value not allowed) and I’m not sure where to start and what do > I need to do and what files this issue is related