tools-deps

seancorfield 2023-06-19T18:42:42.184429Z

Given the number of people (mostly beginners) who seem to run into problems with the CLI because they have an older version and are following either newer instructions or trying to use libraries that rely on newer features, I wonder whether it would be worth adding a check to the script that would output a warning if the current stable version is more recent (from the download site)? I know that won't help people who already have an old version installed but it would at least help future people... ...or is the command-line "API" stable enough at this point that it wouldn't be worth it?

💯 3
2023-08-12T00:11:58.893529Z

i think this is already on your radar… but be mindful of folks working in network secured environments , definitely needs a cli flag to disable , probably timeout the connection very quickly and/or do it async

2023-08-12T00:14:43.430829Z

perhaps clojure and clj would have different defaults here

Alex Miller (Clojure team) 2023-06-19T18:47:29.690419Z

Probably worth doing, feel free to add an ask for it

pavlosmelissinos 2023-06-19T20:08:42.991779Z

I've been thinking about this but never asked the question. Thanks, upvoted 🙂