Re: Help request for new Clojure package definition

2022-11-07 Thread Fabio Natali
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

Re: Help request for new Clojure package definition

2022-11-05 Thread Gary Johnson
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

Help request for new Clojure package definition

2022-11-01 Thread Fabio Natali
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.