Fork me on GitHub
#cursive
<
2018-03-15
>
dnolen13:03:11

when using Debug mode with clojure.main REPL option the -e form which alters var root to disable locals clearing should probably be switched to a Clojure JVM compiler flag

dnolen13:03:24

the way it works now completely breaks using cljs.main

rauh19:03:13

Is this new: https://www.jetbrains.com/toolbox/app/ First time I'm seeing it...

rauh19:03:14

Oh released April 2016... So not quite new 🙂

manutter5119:03:25

Oh man that’s just like the Creative Cloud menu widget

manutter5119:03:43

Always steal from the great ones I guess 😂

hlship22:03:03

So I have an odd edge case: I have a macro something like:

(defmacro glob [sym & body] 
  `(let [~sym 1] ~@body))
(that's slimmed down, the real thing is doing stuff with callbacks and logging).

hlship22:03:41

However, I haven't found a way to let Cursive know that the symbol provided is valid in the body.

hlship22:03:49

This isn't quite like a def or a let.

hlship22:03:23

(for the Cmd-Enter "resolve as..." command).