This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-11
Channels
- # announcements (16)
- # aws (4)
- # babashka (30)
- # beginners (58)
- # bristol-clojurians (4)
- # cider (9)
- # clj-kondo (2)
- # clojure (229)
- # clojure-europe (25)
- # clojure-gamedev (1)
- # clojure-italy (4)
- # clojure-nl (13)
- # clojure-sanfrancisco (1)
- # clojure-uk (97)
- # clojured (7)
- # clojurescript (27)
- # code-reviews (2)
- # cursive (30)
- # data-science (39)
- # datomic (14)
- # emacs (12)
- # events (2)
- # fulcro (6)
- # graalvm (8)
- # graphql (14)
- # jackdaw (10)
- # jobs (2)
- # lambdaisland (5)
- # malli (4)
- # off-topic (28)
- # protorepl (13)
- # quil (7)
- # re-frame (2)
- # reagent (1)
- # reitit (3)
- # remote-jobs (5)
- # ring-swagger (1)
- # shadow-cljs (72)
- # sql (4)
- # tools-deps (182)
- # uncomplicate (4)
- # vim (9)
- # xtdb (19)
For example, say I'm paused here. Can I def
the metrics variable, resume the program, and access my def'ed var in the regular REPL?
FWIW, this is useful because working in a regular REPL is far nicer than working in the evaluate expression repl.
That worked! I think it'd be nice to have a button like REBL has for doing this sort of thing: https://raw.githubusercontent.com/cognitect-labs/REBL-distro/master/screenshot.png
Yeah, I have some niceties around this planned for the debugger, including this and hopefully also keeping the normal REPL working but switching it to evaluate using the same mechanism as Evaluate Expression.
Why is Resolve ... as...
-> Specify... -> clojure.core/comment
not an option? There are some complicated macros in the codebase I'm currently working on and would like to disable static analysing the bodies of those.
Ugh, sorry, there was some discussion about this recently. There’s an issue, I’ve just moved this into the current milestone: https://github.com/cursive-ide/cursive/issues/1850
I'm trying to debug shadow-cljs exception, which is being started by lein, and having an issue. Whats going on here? https://gyazo.com/feee3114d099052fe1fedb3522f35771.png https://gyazo.com/f8d7a6222af3087d61b5943ad7072ab6.png
I think what is going on is that Cursive uses trampoline internally, and you’re explicitly using it there. Does it work without that?
@U0567Q30W sorry i was sleeping, let me check
No worries, I just realised after writing the message that I hadn’t pinged as requested.
wow no way, i've tried every combination of trampoline arg and a checkbox, neither was working, but now it does as you said
No problem! The secret is that Cursive always uses trampoline to execute lein stuff.
Which I see is only sort-of documented here: https://cursive-ide.com/userguide/repl.html#local-repls
I’m trying to “Use tools.deps directly”, but I can’t get it to download any versions of tools.deps. Clicking refresh has no effect. I tried looking in the idea log, but there don’t seem to be any relevant logs. Any idea what I’m doing wrong? Should I file a bug?
@UABEM258C This is a bug which is fixed in the latest EAP, there’s some description here: https://groups.google.com/d/topic/cursive/fItctBxneRk/discussion