This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-29
Channels
- # aleph (4)
- # architecture (12)
- # bangalore-clj (1)
- # beginners (87)
- # boot (3)
- # cider (19)
- # cljs-dev (84)
- # clojars (10)
- # clojure (76)
- # clojure-italy (7)
- # clojure-nl (19)
- # clojure-russia (10)
- # clojure-spec (9)
- # clojure-uk (55)
- # clojurescript (64)
- # core-async (7)
- # core-typed (4)
- # cursive (7)
- # data-science (2)
- # datomic (8)
- # devcards (6)
- # docs (1)
- # duct (5)
- # fulcro (117)
- # graphql (1)
- # instaparse (1)
- # leiningen (13)
- # lumo (103)
- # nyc (3)
- # off-topic (54)
- # om (9)
- # onyx (1)
- # pedestal (6)
- # planck (3)
- # portkey (7)
- # re-frame (26)
- # reagent (20)
- # ring-swagger (14)
- # shadow-cljs (164)
- # sql (11)
- # tools-deps (25)
- # yada (1)
What's the ^:bench
in `(defn ^:bench profile-me [ms]
(println "Crunching bits for" ms "ms")
(Thread/sleep ms))`
@stardiviner Just a shorthand for boolean metadata. It’s the same as {:bench true}
.
I see. Thanks
Does CIDER has a way to stop a long running evaluation?
Thanks
Anyone have clj-refactor working with emacs 26.1? I had issues installing it and tried the mepla pinning technique on here with no luck . It just won't finish loading the package https://codehopper.nl/2018/05/28/a-tale-of-emacs-clojure-and-pinned-packages/
Well.. It works just fine on my box, but I haven’t tried re-installing it. I guess I’ll avoid doing so
I get this error after continuing
Error (use-package): clj-refactor/:catch: Wrong type argument: stringp, package-desc
Maybe its the order of operations of how I split my init files, I also found use package for melts stable doesn't have functionality, had to pin that
I also am using emacs 26 now so maybe there's something to that.
I will try the reinstall trick. I see the same error in 26.1
has anyone noticed this bug lately? If I use cider-jack-in-clojurescript
and get two repls, sending cider-send-ns-form-to-repl
doesn't properly works all the time. Sometimes it tries to send .clj namespace to clojurescript repl? This is crazy annoying