Hugh Bellamy
c6fcbf0510
Python lint a bunch of files not currently python linted
2017-03-17 14:11:00 +07:00
Hugh Bellamy
4f23d61da0
Import print_function wherever we use print() in python code
2017-02-20 11:11:27 +07:00
Grzegorz Miłoś
d10146592d
Review comments. Round 5. Integration test for symbolicate-linux-fatal.
2016-09-08 15:01:25 +01:00
swift-ci
c065a7b564
Merge pull request #2534 from practicalswift/typo-fixes-20160514
2016-05-14 18:26:50 -07:00
practicalswift
21c872c590
[gardening] Fix recently introduced typos.
2016-05-14 20:33:28 +02:00
practicalswift
108f49e5b0
[gardening] Fix recently introduced PEP-8 issues.
2016-05-14 19:44:07 +02:00
Michael Gottesman
7523d1a60b
When producing backtraces, do not use backtrace_symbol, invoke dladdr directly.
...
Previously, we were using backtrace_symbol and then parsing/modifying its
output. By just using dladdr directly, we have a cleaner and more robust
solution.
rdar://25064742
2016-05-11 15:40:10 -07:00