neil icon indicating copy to clipboard operation
neil copied to clipboard

suggestion: use DEPS_CLJ_TOOLS_DIR to detect DEPS_CLJ_TOOLS_VERSION

Open icp1994 opened this issue 1 year ago • 0 comments

If a user has set DEPS_CLJ_TOOLS_DIR, I think they would almost certainly want to use the version corresponding to ${DEPS_CLJ_TOOLS_DIR}/libexec/clojure-tools-${version}.jar. Currently they have to also provide DEPS_CLJ_TOOLS_VERSION to resolve conflict against the hard-coded version. This is a minor inconvenience for system wide installations in distros as when you update clojure to a more recent version, you will also need to update your ~/.profile or similar with the respective DEPS_CLJ_TOOLS_VERSION.

icp1994 avatar Mar 18 '24 06:03 icp1994