garden icon indicating copy to clipboard operation
garden copied to clipboard

Release request, to prevent repeated shadowed-var warnings in the REPL

Open stevejmp opened this issue 2 years ago • 12 comments

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!

stevejmp avatar Mar 30 '22 04:03 stevejmp

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!

stevejmp avatar Apr 25 '22 01:04 stevejmp

Seconding this - it would be greatly appreciated!

vemv avatar Oct 10 '22 21:10 vemv

Waiting for this too!

agorgl avatar Oct 17 '22 17:10 agorgl

I too am awaiting this. I wonder: is there a workaround in the meantime?

rmschindler avatar Nov 01 '22 22:11 rmschindler

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)

vemv avatar Nov 01 '22 22:11 vemv

Seconding this... I think it may be good to fork this library and deploy to clojars until active maintenance here can resume.

ghost avatar Nov 27 '22 01:11 ghost

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.

fearnoeval avatar Dec 03 '22 22:12 fearnoeval

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 avatar Jan 19 '23 22:01 noprompt

@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.

niclasnilsson avatar Oct 02 '23 10:10 niclasnilsson

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

plexus avatar Dec 05 '23 16:12 plexus

Thanks for hosting a package release!

WorldsEndless avatar Dec 05 '23 16:12 WorldsEndless

thanks! :)

rmschindler avatar Dec 05 '23 17:12 rmschindler