mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 17:56:34 +08:00
1f0e1e8908
Allow comparisons like SomeFilter() & AssetExists(). Previously such comparisons would fail because & and | on Filters explicitly checked that the other side of the operator was also a Filter. We now only enforce that the other side of the expression is a Term with a dtype of bool_.