Open stevejmp opened 2 years ago
Hi, Joel! It looks like you have a lot on your plate lately, so I'd like to offer to help on this in any way I can.
Garden is an awesome library, and I appreciate all the hard work you've done to get it to where it stands now. If you need certain tasks to be done before you're comfortable pushing a release, I'd love to help.
Thanks again!
Seconding this - it would be greatly appreciated!
Waiting for this too!
I too am awaiting this. I wonder: is there a workaround in the meantime?
A workaround is copying the single culprit namespace, modify it as desired and place it ahead in your classpath (e.g. in src
, not in a .jar)
Seconding this... I think it may be good to fork this library and deploy to clojars until active maintenance here can resume.
A workaround when using deps.edn
is to simply reference Garden via its Git URL and a commit hash:
garden/garden {:git/url "https://github.com/noprompt/garden.git"
:git/sha "05590ecb5f6fa670856f3d1ab400aa4961047480"}
Not as human-friendly as a version number, but it gets the job done.
Hi. Sorry about this. Its been a long time since I have worked on or made a release of the library. I would use the solution proposed by @fearnoeval for now since I can't make any promises about when I can do this.
@noprompt, would it be possible to give someone else power to make a release? It's always nicer to use a release than a git sha, if at all possible.
Hey folks, if anyone else has a need for a clojars/mvn release, we've put out a release with all the latest changes under com.lambdaisland
. https://clojars.org/com.lambdaisland/garden
Thanks for hosting a package release!
thanks! :)
Just checking in on this, would be great to have a garden release, or maybe add @plexus as a project maintainer, if he's willing?
Requesting a new release be pushed.
Due to #194 , warnings are output in the REPL every time it is started or deps are reloaded, for users who have upgraded to Clojure 1.11. Since the issue was resolved in #195, pushing a new release would prevent these warnings.
If there's anything I can do to help, please let me know. Thanks!