MastodonC / kixi.stats

A library of statistical distribution sampling and transducing functions
https://cljdoc.xyz/d/kixi/stats
Eclipse Public License 1.0
355 stars 17 forks source link

Exclude abs in ns forms #42

Closed dpsutton closed 2 years ago

dpsutton commented 2 years ago

Fixes https://github.com/MastodonC/kixi.stats/issues/41

updating ns forms to exclude new clojure.core/abs function. Note that the exclusion does not error or warn if you exclude on an unknown var. This allows this change to safely be used by any Clojure version and does not warn on 1.11.x

henrygarner commented 2 years ago

Thanks for this! Could you also exclude abs from kixi.stats.test-helpers and kixi.stats.math-test to prevent the tests from warning too?

dpsutton commented 2 years ago

@henrygarner done!