On 2022-11-05, 14:50 -0400, Gary Johnson wrote:
> Remember that #:source-dirs and #:test-dirs are added to the Java
> classpath when building and running your Clojure programs. Because the
> Clojure namespaces in the clojure-riddley package are riddley.compiler
> and riddley.walk, you have to make
Fabio Natali writes:
> I'm trying to package Riddley [0], apparently a dependency for a Clojure
> package I'm interested in.
>
> I haven't done much - I started from one of the existing Clojure
> definitions as an example and I went through a few iterations of
> "build-fail-fix-repeat" until I re
Hi! :)
I'm trying to package Riddley [0], apparently a dependency for a Clojure
package I'm interested in.
I haven't done much - I started from one of the existing Clojure
definitions as an example and I went through a few iterations of
"build-fail-fix-repeat" until I reached the version below.