python-discord / sir-robin

Our event bot, for managing community events.
MIT License
18 stars 14 forks source link

Fix BoolOp Error in Formatter #34

Closed ShakyaMajumdar closed 2 years ago

ShakyaMajumdar commented 2 years ago

Fixes the error raised by trying to format foo and bar or baz.

Handle the precedence lookup for operators separately from other nodes.

Bluenix2 commented 2 years ago

I would also urge you to use get_presedences even for the static lookups on a specific type you already know.