[lldb-dev] LLDB on Linux
Filipe Cabecinhas
filcab at gmail.com
Fri Jul 20 02:48:18 PDT 2012
Hi all,
>From what I can tell, the only problem with running on python 2.6 instead of 2.7 is that there is no decorator @functools.total_ordering, for the obj-C formatters.
You won't have an error, only a warning. I haven't properly tested that formatter, to make sure that removing the decorator has no impact, but I've been doing just that: deleting that line. For what I'm doing there is no problem (and on linux you won't have many problems, I suppose).
Regards,
Filipe
On Thursday, July 19, 2012 at 11:26 PM, Greg Clayton wrote:
> Most testing happens with 2.7 since this is the default on MacOSX.
More information about the lldb-dev
mailing list