Arne Brasseur
Arne Brasseur
I think it might actually be an easy fix, try adding this to `report.clj` (see lines 276-280) ```clj (defmethod print-expr 'not= [m] (print-expression m)) ```
Hi Jake, Not sure what's happening here. Any chance you could put together a small repo that reproduces the issue? Thanks!
I can see arguments for both behaviors, the idea with the current implementation is that you would tackle these one by one, hence the separate invocations. Edit: Let's see if...
It's already quite noisy as it is...
Hi Wes, exec-fn is community contributed and not officially supported , we recommend sticking to bin/kaocha as documented. However PRs to improve it are welcome. Thanks!
I agree with Alys, we have a number of warnings that could be configurable. I would rather not introduce a new top level key for each. Instead we should introduce...
First implementation here: https://github.com/lambdaisland/kaocha-doctest
Would you mind reporting this upstream? We really just wrap cloverage itself. On Thu, Aug 29, 2024, 19:40 mikeananev ***@***.***> wrote: > *How to reproduce*: just put new array syntax...
Note that this is really a deep-diff2 concern, can we file an issue there and link to it from here? Agreed on configurability, it's going to be hard to please...