Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stevejmp opened this issue Mar 30, 2022 · 13 comments
Open

Comments

@stevejmp
Copy link
Contributor

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 stevejmp changed the title Release request, to prevent continued REPL warnings due to #194 Release request, to prevent repeated shadowed-var warnings in the REPL Mar 30, 2022
@stevejmp
Copy link
Contributor Author

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
Copy link

vemv commented Oct 10, 2022

Seconding this - it would be greatly appreciated!

@agorgl
Copy link

agorgl commented Oct 17, 2022

Waiting for this too!

@rmschindler
Copy link

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

@vemv
Copy link

vemv commented Nov 1, 2022

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
Copy link

ghost commented Nov 27, 2022

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

@fearnoeval
Copy link

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
Copy link
Owner

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
Copy link

@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
Copy link

plexus commented Dec 5, 2023

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
Copy link
Collaborator

WorldsEndless commented Dec 5, 2023 via email

@rmschindler
Copy link

thanks! :)

@aiba
Copy link

aiba commented Mar 11, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants