Fork me on GitHub
#leiningen
<
2018-06-19
>
logistark11:06:32

Hi, i am looking to a way to tell leiningen to aot all namespaces except one

logistark11:06:43

When i am building an uberjar

logistark11:06:52

With

:aot            [ns.main  ns.store] 
i can specify which namespaces, but i want to specify via disjunction

logistark11:06:11

i mean, only specify the namespace i want to exclude

karlis11:06:54

You can provide a regex pattern to match namespaces as well. I haven't tried that with exclusions tho.

logistark13:06:43

The reason i want to exclude one namespace is becouse there is a macro that is failing to compile. And i don't know how to fix it

mikerod14:06:35

@U98NWG10T what is failing about it?

mikerod21:06:42

looks like a known issue with a workaround perhaps explained in that post