ash icon indicating copy to clipboard operation
ash copied to clipboard

Ash fails to throw error if a filter doesn't include the pin (^) operator erroneously.

Open kernel-io opened this issue 4 years ago • 0 comments

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().

kernel-io avatar Jan 26 '22 00:01 kernel-io