Re: [swift-dev] Swift CI: Pull Request Check Status

2016-08-28 Thread Ted kremenek via swift-dev
Awesome, thanks! > On Aug 28, 2016, at 5:11 PM, mishal_shah wrote: > > Updated the documentation with check status information. > > Validation Test Triggers: > https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md#validation-testing > > Smoke Test Triggers: > https://github.

Re: [swift-dev] Swift CI: Pull Request Check Status

2016-08-28 Thread Mishal Shah via swift-dev
Hi Michael, jtbandes updated the doc for clean build, I will add this information soon as I get access to my computer. Thanks, Mishal Shah Sent from my iPhone > On Aug 28, 2016, at 2:04 PM, Michael Gottesman wrote: > > >> On Aug 26, 2016, at 9:50 PM, Ted Kremenek via swift-dev >> wrote:

Re: [swift-dev] Swift CI: Pull Request Check Status

2016-08-28 Thread mishal_shah via swift-dev
Updated the documentation with check status information. Validation Test Triggers: https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md#validation-testing Smoke Test Triggers: https

Re: [swift-dev] Question about dump-ast and logging the output to file

2016-08-28 Thread Dmitri Gribenko via swift-dev
On Wed, Aug 24, 2016 at 10:27 AM, Marcel Rebouças wrote: > Hello everybody, > > I am planning in doing some research and analysis with the ASTs of swift > programs and, for that reason, I am trying to modify the compiler to always > generate a file with the contents of the -dump-ast flag when buil

Re: [swift-dev] Swift CI: Pull Request Check Status

2016-08-28 Thread Michael Gottesman via swift-dev
> On Aug 26, 2016, at 9:50 PM, Ted Kremenek via swift-dev > wrote: > > Awesome! Thanks Mishal! > > Do we have a persistent place where we are documenting these options? I created a file in docs called ContinuousIntegration.md. That is where these should be documented (I think jtbandes updat

Re: [swift-dev] Question about dump-ast and logging the output to file

2016-08-28 Thread Marcel Rebouças via swift-dev
Hello Dmitri, Thank you for your answer. Although I didn't tell, I was already able to generate the output of the astdumper to a file (without using the flag, just reusing the AstDumper class) when building through Xcode. I understand that the output is irregular, but I plan to eventually modify t