Closed sritchie closed 1 year ago
Patch coverage: 76.72
% and project coverage change: -0.06
:warning:
Comparison is base (
fe0e8bb
) 86.43% compared to head (6298d03
) 86.37%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I will get a test in before merging...
From the CHANGELOG:
118:
Fixes problems with the
resolve
calls inemmy.util.def
triggered by vanilla (non-shadow) cljs compilation.Updates
Complex.js
andFraction.js
dependencies to their latest NPM versions.Updates
odex
to the latest release candidate on NPM.The
cljs
side ofemmy.numerical.ode/stream-integrator
gains a:js?
option that defaults totrue
. Iffalse
, the returned function will return native JS arrays vs converting the return value to Clojure.In
emmy.expression.compile
,compile-fn
andcompile-state-fn
gain a:simplify?
argument that defaults totrue
. Iffalse
, compilation will not attempt to simplify the function body before proceeding.