Colin Delahunty
Colin Delahunty
We have moved to plolty on develop!
We have not found one, but if you find one please let us know!
@jmmartinnu2 are you still experiencing this issue?
@charliermarsh I am hitting a blocker and was wondering if you could offer some assistance. My issue is linting the code below: ``` if sys.version_info < (2,0): print("This script requires...
It looks like I have a second issue that could be easily fixed if I can skip fixing the rest of the statement until the next iteration. Is there any...
> We avoid applying fixes that "overlap" in the text. So one thing you could do is... when you go to fix one of these, generate a fix that applies...
@charliermarsh, I believe I found an issue with the `rustpython_parser::lexer`. When I run the following program in python, it runs fine: ``` import six if True: if six.PY2: print("PY2") else:...
> I think you need to dedent the entire block before lexing. > > Right now, you're feeding it: > > ```python > if six.PY2: > print("PY2") > else: >...
This is ready to go! One thing I could use some feedback on is that I am not removing comments from the removed block if they are the last line...
Thanks for your feedback and sounds good!