-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List contractions with multiple for statements and comma separation don't work #41
Comments
Confirmed, this one is a RedBaron specific bug, not a Baron bug. |
Hello, installing redbaron from PyPI the released version doesn't cover previous fixes, I think I did test installations before. It seems as if redbaron is no longer actively maintained. Can you confirm this, and if it's the case, recommend a replacement. Yours, |
Ah, I just raised an issue, and was not aware that the tiny change would cause it. Seems released version is still good enough me. However this issue and others still exist. I am curious if development has a chance to continue. |
Hello, In regard of development, it's still more or less there but it's very far away from the level I had previously for two reason:
But the project is not abandoned and I've actually found someone to help me on the theoretical research part of it. You can follow my work here if you are curious https://github.com/Psycojoker/redbaron/tree/refactor_proxy_list_algo |
Looks like it's a baron bug in fact, see PyCQA/baron#94 |
Hello,
this crashes RedBaron:
[1
for d in e, f
for g in h
]
Removing the ",f" seems to make it work as do braces around "e, f", but they
are not required by the language.
Enjoy the riddle,
Kay
The text was updated successfully, but these errors were encountered: