Fork me on GitHub
#cursive
<
2021-09-24
>
dpsutton00:09:36

You can declare all of them if you know which ones will be created and let your load time macro handle the actual value

Eddie01:09:16

In my case, there will be a different set of defn made depending on the version of one of my deps so I can’t just declare the symbols. My plan was to (hopefully) write a handful of stub files for each version of the dep that I will be using and point Cursive at those.