[Lldb-commits] [PATCH] D57275: [testsuite] Remove seven dependency

2019-01-28 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 183877. JDevlieghere added a comment. - Remove trailing characters from get_command_status_output. - Remove unused seven imports. (I'll land this as two separate commits) CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57275/new/ https://reviews

[Lldb-commits] [PATCH] D57275: [testsuite] Remove seven dependency

2019-01-28 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. +1 for keeping seven.py. Anything that moves code out of dotest.py is a good thing. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57275/new/ https://reviews.llvm.org/D57275 ___ lldb-commits

Re: [Lldb-commits] [PATCH] D57275: [testsuite] Remove seven dependency

2019-01-26 Thread Zachary Turner via lldb-commits
Huh, that’s a coincidence. I chose the name because it was “like six”, but I guess someone else chose it for the same reason On Sat, Jan 26, 2019 at 2:18 PM Jonas Devlieghere wrote: > > > On Fri, Jan 25, 2019 at 8:44 PM Zachary Turner via lldb-commits < > lldb-commits@lists.llvm.org> wrote: > >>

Re: [Lldb-commits] [PATCH] D57275: [testsuite] Remove seven dependency

2019-01-26 Thread Jonas Devlieghere via lldb-commits
On Fri, Jan 25, 2019 at 8:44 PM Zachary Turner via lldb-commits < lldb-commits@lists.llvm.org> wrote: > The idea behind seven is that it’s a place to put stuff that we need for > py2/py3 interoperability that doesn’t already exist in six. Yes, maybe > there’s only one thing there now, but there co

[Lldb-commits] [PATCH] D57275: [testsuite] Remove seven dependency

2019-01-26 Thread Stella Stamenova via Phabricator via lldb-commits
stella.stamenova added a comment. I don't have a strong preference between using a separate module for interopability between python versions and implementing the functions as part of dotest if there are few of them, but I have to agree with @zturner that if we have more than a couple of functi

Re: [Lldb-commits] [PATCH] D57275: [testsuite] Remove seven dependency

2019-01-25 Thread Zachary Turner via lldb-commits
The idea behind seven is that it’s a place to put stuff that we need for py2/py3 interoperability that doesn’t already exist in six. Yes, maybe there’s only one thing there now, but there could be more over time. At least that was the thinking when I created it. It seems like there’s two separate

[Lldb-commits] [PATCH] D57275: [testsuite] Remove seven dependency

2019-01-25 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: davide, zturner, stella.stamenova, labath. JDevlieghere added a project: LLDB. Herald added a reviewer: serge-sans-paille. When running the test suite on macOS with Python 3 we noticed a difference in behavior between Python 2 and