beacon-biosignals / Legolas.jl

Tables.jl-friendly mechanisms for constructing, reading, writing, and validating Arrow tables against extensible, versioned, user-specified schemas.
Other
24 stars 2 forks source link

Use `find_violations` in `find_violation` #87

Closed omus closed 1 year ago

omus commented 1 year ago

Updates #85 to generate only find_violations methods. Additionally, find_violations also returns an empty array when no violations around found, the deprecation now provides guidance on how to update code, and I dropped fast_fail as this code isn't performance critical and if it is we may want to return a generator instead.