tools-deps

Rachel Westmacott 2025-05-15T10:26:23.930529Z

Should a basis (as returned by clojure.tools.build.api/create-basis) have metadata?

Rachel Westmacott 2025-05-15T10:27:37.076189Z

specifically if the dep.edn file contains for example:

:extra-deps   {com.github.liquidz/antq ^:antq/exclude {:mvn/version "2.11.1276"}}
should I be able to find the :antq/exclude metadata on the dependency?

Kirill Chernyshov 2025-05-15T10:30:05.416439Z

afaik, edn can not have metadata. So I guess the answer will be "no, it should not"

Rachel Westmacott 2025-05-15T10:30:31.880399Z

context for that 'yes' is that this use of metadata is not encouraged / supported

Kirill Chernyshov 2025-05-15T10:30:42.480859Z

lol) then don't mind my reply )