Alex Hughes

Results 32 comments of Alex Hughes

Would love to see this hit too! Thanks

Shoot ok I will take a deeper look into it tonight hopefully and see if I can come up with a better PR. Do you know what the significance is...

Pretty sure I have a fix in indentation_marker.py. The following is a snippet that I will turn into a PR soon. ```diff @@ -61,20 +61,26 @@ def mark_indentation_generator(sequence): 61: indentations.pop()...

Having an issue with test_indentation_marker.test_comment_in_middle_of_ifelseblock Will have an updated PR soon.

I like the idea of making an optional "--output" binding param so you could output to PySide2 if you wanted, or PyQt5 for example.

Perhaps even defaulting to PySide2 instead of Qt.py...

Demo gist https://gist.github.com/Ahuge/f9f1c1d275889bbff82dac1760135c13 You have to modify lib2to3

Might have to reimplement parts of lib2to3 to add py2.7 support. It's mostly based on pgen2

Looks like the underlying redbaron ast is adding this. I will see if I can disable this. If not, I will filter line endings before I output the result and...