Fork me on GitHub
#cursive
<
2022-12-12
>
Miķelis Vindavs16:12:22

It seems like lately Cursive is having trouble again finding usages across deps E.g. we have a main app and it has a local dependency :deps {blah/shared {:local/root "../shared"}} When trying to find usages of a function in shared, it only finds call sites that are also in shared but not in the whole project. This used to be severely broken ~6months ago, then worked just fine, and now seems to be broken again. Is there any workaround for this that we could try? Also, many multimethod implementations are not picked up by find usages, even if they are in the same file. I can’t make out a pattern either, it seems random

onetom04:12:22

i think, i've experienced these exact issues too, but i just fall back to namespace search, symbol search of plain text search in such cases.

😢 1
cfleming08:12:28

I have a change in the works (prompted by https://github.com/cursive-ide/cursive/issues/2554, but it’s a general deps fix which will help with that issue, not specifically for Polylith) which I’m hoping will fix this.

1
👍 1
Miķelis Vindavs17:12:25

Thanks for replying, looking forward to it!