This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-02
Channels
- # announcements (1)
- # beginners (15)
- # calva (6)
- # cider (72)
- # clojure (105)
- # clojure-europe (2)
- # clojure-france (1)
- # clojure-italy (4)
- # clojure-nl (2)
- # clojure-uk (32)
- # clojurescript (14)
- # code-reviews (10)
- # cursive (8)
- # data-science (2)
- # datomic (38)
- # events (1)
- # fulcro (31)
- # graphql (1)
- # hyperfiddle (47)
- # java (4)
- # jobs (4)
- # off-topic (18)
- # overtone (2)
- # parinfer (12)
- # pathom (19)
- # pedestal (4)
- # philosophy (2)
- # portkey (22)
- # re-frame (42)
- # reagent (1)
- # rum (1)
- # shadow-cljs (36)
- # specter (3)
- # tools-deps (2)
Is it possible to show a diagram of references/dependencies among functions and namespaces?
I saw at one point that Cursive had generated a temporary file for a namespace which contained defs through complicated macros... but it did not do it for another which meant it displayed a bunch of undefined reference errors. How can I control for which namespace cursive does that?
I get this, when trying to install Cursive:
2019-01-02 13:22:36,552 [ 55902] INFO - Settings.impl.PluginDownloader - Plugin com.cursiveclojure.cursive is incompatible with current installation (since:183.0 until:183.*)
@caleb.macdonaldblack you might be interested in this: https://github.com/hilverd/lein-ns-dep-graph
👍 5