ash
ash copied to clipboard
Ash fails to throw error if a filter doesn't include the pin (^) operator erroneously.
When crafting filters, Ash fails to warn me that I have missed a ^ i.e: expr(status == OrderStatus.pending()), I'd expect Ash to warn me that I am missing a ^ on OrderStatus.pending().