meander

dominicm 2021-08-20T08:52:22.076600Z

I also saw the reflection

noprompt 2021-08-20T18:51:30.077200Z

I can fix that one as part of my excuse-to-cut-a-new-release-today.

👍 1
noprompt 2021-08-24T19:51:03.078200Z

Yep

pithyless 2021-08-23T06:36:03.077900Z

I'm assuming it's the same one, but with "0.0.643" the reflection warning is:

Reflection warning, meander/util/epsilon.cljc:758:24 - reference to field val can't be resolved.

Lucy Wang 2021-08-20T04:02:20.076300Z

With meander 0.626 I got a bunch of such errors, are these expected?

Performance warning, meander/util/epsilon.cljc:123:3 - case has int tests, but tested expression is not primitive.
Performance warning, meander/util/epsilon.cljc:157:3 - case has int tests, but tested expression is not primitive.
Performance warning, meander/util/epsilon.cljc:191:3 - case has int tests, but tested expression is not primitive.
Performance warning, meander/util/epsilon.cljc:221:3 - case has int tests, but tested expression is not primitive.
Performance warning, meander/util/epsilon.cljc:314:6 - case has int tests, but tested expression is not primitive.
Performance warning, meander/util/epsilon.cljc:291:4 - case has int tests, but tested expression is not primitive.
Performance warning, meander/util/epsilon.cljc:374:6 - case has int tests, but tested expression is not primitive.
Performance warning, meander/util/epsilon.cljc:348:4 - case has int tests, but tested expression is not primitive.
Performance warning, meander/util/epsilon.cljc:435:3 - case has int tests, but tested expression is not primitive.
Performance warning, meander/util/epsilon.cljc:630:3 - case has int tests, but tested expression is not primitive.
Reflection warning, meander/util/epsilon.cljc:714:24 - reference to field val can't be resolved.

noprompt 2021-08-31T16:01:39.038700Z

All of these?

noprompt 2021-08-31T16:13:17.039300Z

Here’s what I see:

$ clj
Downloading: meander/epsilon/0.0.650/epsilon-0.0.650.pom from clojars
Downloading: meander/epsilon/0.0.650/epsilon-0.0.650.jar from clojars
Clojure 1.10.3
user=> (require '[meander.epsilon :as m])
Reflection warning, meander/util/epsilon.cljc:758:24 - reference to field val can't be resolved.
nil
user=>
I don’t see the other warnings, however. Does anyone else still see the warnings about case on 0.0.0650?

Lucy Wang 2021-09-03T00:52:30.048300Z

You're right! I didn't actually use 0.0.650 - it was still 0.0.626. With 650 all is ok.

Lucy Wang 2021-08-31T01:27:23.038300Z

I'm still seeing these warnings in the latest 0.0.650 release (when used in a shadow-cljs project)