noprompt / garden

Generate CSS with Clojure
1.35k stars 90 forks source link

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

Open stevejmp opened 2 years ago

stevejmp commented 2 years ago

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 commented 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!

vemv commented 2 years ago

Seconding this - it would be greatly appreciated!

agorgl commented 2 years ago

Waiting for this too!

rmschindler commented 2 years ago

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

vemv commented 2 years ago

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)

ghost commented 1 year ago

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

fearnoeval commented 1 year ago

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.

noprompt commented 1 year ago

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.

niclasnilsson commented 1 year ago

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

plexus commented 11 months ago

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

WorldsEndless commented 11 months ago

Thanks for hosting a package release!

rmschindler commented 11 months ago

thanks! :)

aiba commented 8 months ago

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?