You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The#34 merged.&blurpify
command is erroring out with aKeyError: ast.BoolOp
whenx and y or z
is done.Also with a#31 merged.KeyError: ast.FloorDiv
whenx // y
is done.Also fails on star parameters#33 merged.*args
and double-star parameters**kwargs
.Also fails with a#35 merged.KeyError: ast.JoinedStr
on joined strings, that is, formatted strings.Wrong outputs:
#36 merged.ast.Slice
with constants.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
andnan
constants.The text was updated successfully, but these errors were encountered: