-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
python3: f-string causes "Bear YapfBear failed" #6118
Comments
|
My code is written in Python 3.7. And I use for check coala by docker image:
|
As part of a computer science course, my team and I are working towards contributing to open source code. If possible, we would like to work on this issue. Thanks! |
@Pajinek, I am a member of the team that @cathlinlord mentioned and have been investigating this issue. It would seem as though the issue stems from the lib2to3 module of python 3.6 not parsing f-strings correctly as documented here. It is using the 3.6 version of lib2to3 because the docker base image on DockerHub is outdated. The dockerfile in the docker-coala-base repository is set to use python 3.6. Part of the difficulty in updating the dockerfile stems from OpenSUSE Tumbleweed no longer containing/supporting the binary for python 3.6, as seen here. |
Hey! I will really like to work on this issue. I will try my best to solve this issue if I get assigned to it. Thank you |
@Fusion-Pie No assignment required, feel free to work on this :) |
Traceback when new format of f-string is used in Python 3: version
0.12.0.dev99999999999999
Example:
The text was updated successfully, but these errors were encountered: