Re: [swift-dev] Optimal Work Flow

2016-07-10 Thread Lau Bao via swift-dev
Hi Michael, I am trying to build and debug on macOS. Cheers On Sat, Jul 9, 2016 at 3:37 PM, Michael Gottesman wrote: > > On Jul 8, 2016, at 10:17 AM, Lau Bao via swift-dev > wrote: > > Hi everyone , > > I am new the the mailing list and am trying to figure out a optimal work flow. > > I am c

Re: [swift-dev] Optimal Work Flow

2016-07-09 Thread Michael Gottesman via swift-dev
> On Jul 8, 2016, at 10:17 AM, Lau Bao via swift-dev > wrote: > > Hi everyone , > I am new the the mailing list and am trying to figure out a optimal work > flow. > I am currently making a change in the stdlib and building the tool chain > through the (swift/utils/build-toolchain) and debug

[swift-dev] Optimal Work Flow

2016-07-08 Thread Lau Bao via swift-dev
Hi everyone , I am new the the mailing list and am trying to figure out a optimal work flow. I am currently making a change in the stdlib and building the tool chain through the (swift/utils/build-toolchain) and debugging toolchain via REPL and break pointing code to step from test code in to std