Fork me on GitHub
#cursive
<
2016-07-29
>
kevin09:07:11

@cfleming: I just dug through my logs … there are some errors but nothing which seems obviously relevant. Next time I see the error I’ll see if I can correlate that to an error in the log. Thanks!

dominicm11:07:35

@cfleming: (continuing from #C053K90BR) I don't think cursive does work with hooks, because trampoline doesn't work with hooks, and cursive uses trampoline?

kenny19:07:24

Can we get formatted map printing in the REPL again? In Clojure 1.9.0 maps are now printed using reader macros. For example, running this in the REPL gets printed like this:

{:db/id 1}
=> #:db{:id 1}

spieden20:07:27

fyi downgraded from eap to release and problems went away

cfleming21:07:06

@dominicm: Hmm, that’s interesting - I didn’t know that trampoline didn’t work with hooks. There was one case of that related to cljsbuild, but that was a cljsbuild problem and fixed there.

cfleming21:07:25

@spieden: I’ll check that, thanks.

cfleming21:07:53

@kenny: Oh, that’s a bummer. I’ll check that and fix it too.

cfleming21:07:07

I’m really not a fan of the namespaced maps change.

dominicm21:07:16

Oh, I thought the issues were still open.

dominicm21:07:30

and you were considering a patch to Leiningen

dominicm21:07:34

But didn't know it well enough

dominicm21:07:56

The best workaround you suggested was to use the nrepl from the cli

spieden21:07:14

@cfleming: still deciding how i feel too. i guess it eliminates some visual noise

cfleming22:07:56

@dominicm: Yeah, it was a nasty issue. Maria resolved it in cljsbuild a while back, I think recent versions include the fix.

kenny22:07:15

Also is there an issue about Cursive constantly wanting to import clojure.spec? Most of the time when I tab complete a Clojure spec fn/macro Cursive will pause for a moment then add the redundant [clojure.spec :as s] dependency.