Checking namespaces

15 views
Skip to first unread message

Colin Yates

unread,
Mar 9, 2015, 12:27:58 PM3/9/15
to clojure-c...@googlegroups.com
Hi,

Do I need to/is it idiomatic to reference all namespaces that type checking should happen in? 

I have a project with a central 'gateway' namespace through which all calls come through and the whole project utilises core.typed - do I have to list every namespace or is it fine to leave those that aren't 'reachable' from the central gateway namespace?

Thanks.

Ambrose Bonnaire-Sergeant

unread,
Mar 9, 2015, 1:09:08 PM3/9/15
to core.typed
Transitive typed namespaces are checked, so just checking the gateway namespaces is theoretically ok.

Colin Yates

unread,
Mar 9, 2015, 1:09:56 PM3/9/15
to clojure-c...@googlegroups.com
Thanks Ambrose.
Reply all
Reply to author
Forward
0 new messages