Fork me on GitHub
#cursive
<
2021-02-08
>
helios10:02:37

do you have an advice to help cursive understand core.match/match ? I always see a lot of unresolved stuff

wilkerlucio13:02:03

one generic option is to specify the macro to resolve as "None"

wilkerlucio13:02:14

this way it will ignore all failed symbols inside

helios09:02:13

đź‘Ť thanks @U066U8JQJ

joshkh18:02:26

Has anyone "randomly" had the following error when starting a REPL for a project that hasn't changed? Error modal: > No project file found for <project-name> Error in build configuration: > Run Configuration Error: No modules containing clojure.main found I swear it was working this morning, and other projects are still fine. I also tried invalidating caches and restarting (deps.edn project). Thanks!

âś… 3
aratare19:02:16

Perhaps consider deleting .idea? When things go south with no way of salvaging or time is limited, I usually just delete .idea, remove the project from IntelliJ and add it again.

Stuart19:02:39

yeah, i'm sure i've had that. Normally deleting .idea worked for me.

joshkh21:02:31

no luck after deleting .idea. hmm. but thanks for the suggestion, this usually does the trick.

cfleming05:02:45

@U0GC1C09L Check your Deps toolwindow to make sure your project is registered there. If it’s not for some reason, right click the deps.edn file in the project view and select “Add as deps project” and see if that helps.

joshkh09:02:47

thanks, "Add as deps project" prompted a small message about choosing an SDK, which did the trick