Is there a trick to bind *print-length*
only for cursive repl without making it affect other printing parts of the running program?
Hmm, no, I don’t think there is.
does cursive still have compatibility issues with deps? related to the shadow-cljs dependencies
@cfleming ☝️
@helios Thanks, yes, I’ll fix that and probably release the fix tomorrow.
The quoted highlighting also occurs in defn :arglists.
What is the best form to choose when resolving a macro that looks like this? When using the defn1
and defn2
functions that are produced from here, these are unable to be resolved by Cursive. I’ve tried a few easy options, but I’m not familiar with a form in Clojure that I could tell Cursive to resolve this in a decent way
(defmacro two-defns
[defn1 defn2]
`(do
(defn ~defn1 ...)
(defn ~defn2 ...))
Is it still true that figwheel & cursive don't get along well in tools-deps projects? read it here: https://figwheel.org/docs/cursive.html
I don't use Cursive myself, but most of my coworkers do and we have not had issues porting our figwheel based projects to deps