cursive

Issues at: https://git.io/cursive-issues
2020-09-16T02:26:52.132Z

Is there a trick to bind *print-length* only for cursive repl without making it affect other printing parts of the running program?

cfleming 2020-09-17T04:30:57.143500Z

Hmm, no, I don’t think there is.

🆗 1
Mr. Savy 2020-09-16T03:16:04.132900Z

does cursive still have compatibility issues with deps? related to the shadow-cljs dependencies

helios 2020-09-16T06:12:20.133Z

@cfleming ☝️

cfleming 2020-09-16T06:58:46.133200Z

@helios Thanks, yes, I’ll fix that and probably release the fix tomorrow.

🙏 2
2020-09-16T08:32:12.134400Z

The quoted highlighting also occurs in defn :arglists.

AJ Jaro 2020-09-16T13:10:05.138100Z

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 ...))

cap10morgan 2020-09-16T20:41:38.139800Z

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

Mitch 2020-09-16T22:27:41.141400Z

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