Fork me on GitHub
#cursive
<
2021-12-24
>
AJ Snow02:12:28

I'm getting "cannot be resolved" errors in my fulcro project after incorporating deps. I tried looking up some solutions to no avail. Is there a troubleshooting guide anywhere for this problem?

cfleming22:12:49

Which symbols are not resolving? Can you send a screenshot?

AJ Snow20:12:50

it's anything passed into defresolver or defstate from what i'm seeing. I haven't seen any other places where this happens yet. Here's an example file that I can recreate the issue with. I'm not sure if it matters, but for the dependencies i've tried it with deps, depstar, and dev (which I think is custom) loaded.

cfleming02:12:36

I think the solution there would be to customise the symbol resolution (https://cursive-ide.com/userguide/macros.html#customising-symbol-resolution) for defresolver as defn.

AJ Snow02:12:56

i'll look into this, thank you!