Fork me on GitHub
#core-logic
<
2019-11-14
>
rickmoynihan09:11:11

cool TIL: mvn -q dependency:build-classpath -Dmdep.outputFile=classpath.txt

rickmoynihan10:11:33

The one thing I’d like fixed in core.logic is this warning on newer clojure versions:

WARNING: indexed? already refers to: #'clojure.core/indexed? in namespace: clojure.core.logic.pldb, being replaced by: #'clojure.core.logic.pldb/indexed?

rickmoynihan10:11:03

not a major issue, but it winds me up 🙂

sogaiu15:11:11

@rickmoynihan the maven thing was nice indeed -- wanted to be able to send the output to stdout to pass it on to another program (without using an intermediate file), but haven't had much luck figuring that one out.