Re: [lldb-dev] [Release-testers] [3.9 Release] Release Candidate 2 has been tagged

2016-08-19 Thread Renato Golin via lldb-dev
On 19 August 2016 at 02:51, Hans Wennborg via Release-testers wrote: > This is a release candidate in the very real sense that if nothing new > comes up, this is be what the final release looks like. There are > currently no open release blockers, and no patches in my merge-queue. ARM binaries go

[lldb-dev] LLDB Evolution: Next Phase

2016-08-19 Thread Kate Stone via lldb-dev
Following up from yesterday, everything now builds and runs cleanly with the configuration described below on macOS. I did have to make one set of minor changes to preserve #include ordering, but that’s already committed to trunk so there are no true blockers at this point. To keep pushing for

Re: [lldb-dev] LLDB Evolution

2016-08-19 Thread Pavel Labath via lldb-dev
I am fine with reformatting the python code as well. BTW, does anyone know if autopep8 (or something similar) has some editor or git integration, in a similar way that clang-format does? It would be great if we could make sure any new code added after that still follows the conventions. cheers, p