Fork me on GitHub
#cursive
<
2018-12-05
>
tap14:12:57

@lellis @shaun-mahood Use inspect in a meantime. (cognitect.rebl/inspect (your-expression)) https://github.com/jayzawrotny/lein-rebl-example/issues/1#issuecomment-444262410

👍 8
stijn15:12:46

I'm running into this error when syncing my deps.edn project

stijn15:12:51

java.lang.RuntimeException: No such var: deps/combine-aliases, compiling:(cursive/deps/deps_tree.clj:39:32) No such var: deps/combine-aliases

stijn15:12:09

this is with 'Use CLI tools' option

stijn15:12:46

when 'Use tools.deps directly' is selected the error is Attempting to call unbound fn: #'cursive.deps.deps-tree/deps-tree

stijn15:12:53

invalidating caches seems to resolve this

Ben Grabow17:12:18

I'm getting started using cljc files quite often, and my favorite Quick Definition (Ctrl+Shift+I) hotkey doesn't seem to work there since the definition is ambiguous between the clj and cljs versions. Is there an alternative method of peeking the definition, perhaps with a "Choose Definition" pop-up dialog similar to what appears when using the "Declaration" (Ctrl+B) hotkey on an ambiguous symbol?