tisonkun opened a new pull request, #213:
URL: https://github.com/apache/datasketches-rust/pull/213

   ## Summary
   
   - replace `approx` and hand-written floating-point tolerance checks with 
`googletest` `approx_eq` and `near` matchers
   - align relational, interval, finite-value, `Result`/`Option`, element-wise, 
and error-message assertions across the test suite
   - remove the now-redundant `approx` dependency
   
   This follows up on the matcher alignment discussed in 
https://github.com/apache/datasketches-rust/pull/204#discussion_r3814774333. 
Exact equality macros, semantic boolean predicates, production precondition 
assertions, and `prop_assert!` checks remain unchanged where a matcher would 
not improve diagnostics or would interfere with framework behavior.
   
   ## Testing
   
   - `cargo x check`
   - `cargo x test`
   - `cargo x lint`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to