tools-deps

vemv 2023-11-12T17:59:46.810509Z

Curious, is the syntax described in If used, alias names should refer to a path vector in the alias data relatively new? I don't think I had seen it till today https://clojure.org/reference/deps_and_cli#_paths

seancorfield 2023-11-12T18:04:07.366529Z

It's been supported for quite a while.

seancorfield 2023-11-12T18:04:25.931489Z

I use aliases-as-data for several things (but not paths).

👍 1
seancorfield 2023-11-12T18:08:21.670759Z

Looking in the source, around the chase-key function which is part of the implementation for that, it's been in the code for at least 3 years @vemv

🙏 1
vemv 2023-11-12T18:11:43.922559Z

Thanks much!