py14 icon indicating copy to clipboard operation
py14 copied to clipboard

Add Python 3 support.

Open progval opened this issue 9 years ago • 3 comments

progval avatar Jan 18 '16 10:01 progval

Wow very nice. Will test it. Tried supporting Python 3 before but didn't get Python 3 and Python 2 to work simultaneously.

lukasmartinelli avatar Jan 18 '16 10:01 lukasmartinelli

Hmm, I just noticed (thanks to Wercker tests) that the list() I added breaks some tests. Not sure what to do with that

progval avatar Jan 18 '16 10:01 progval

Hmm, I just noticed (thanks to Wercker tests) that the list() I added breaks some tests. Not sure what to do with that

It tries to compile the Python tests to C++ as well and I don't support list yet. I would have to implement a list equivalent in C++ that unwraps the iterator.

The whole range thing I implemented is quite a hack. I am using this library https://github.com/aduchene/rangepp/blob/master/range.hpp

lukasmartinelli avatar Jan 18 '16 11:01 lukasmartinelli