Skip to content
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

Fix &blurpify command errors/mistakes #30

Open
thatbirdguythatuknownot opened this issue Apr 1, 2022 · 0 comments
Open

Fix &blurpify command errors/mistakes #30

thatbirdguythatuknownot opened this issue Apr 1, 2022 · 0 comments

Comments

@thatbirdguythatuknownot
Copy link
Contributor

thatbirdguythatuknownot commented Apr 1, 2022

The &blurpify command is erroring out with a KeyError: ast.BoolOp when x and y or z is done. #34 merged.
Also with a KeyError: ast.FloorDiv when x // y is done. #31 merged.
Also fails on star parameters *args and double-star parameters **kwargs. #33 merged.
Also fails with a KeyError: ast.JoinedStr on joined strings, that is, formatted strings. #35 merged.

Wrong outputs:
ast.Slice with constants. #36 merged.
Spaces not being there 1 or more times. #37 merged.
Spaces not appearing where they should appear.
Output of f-strings not following PEP 9001.
inf and nan constants.

@thatbirdguythatuknownot thatbirdguythatuknownot changed the title &blurpify command errors on x and y or z Fix &blurpify command errors Apr 1, 2022
@thatbirdguythatuknownot thatbirdguythatuknownot changed the title Fix &blurpify command errors Fix &blurpify command errors/mistakes Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant