This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-20
Channels
- # beginners (7)
- # boot (39)
- # braid-chat (3)
- # braveandtrue (1)
- # cider (27)
- # cljsjs (15)
- # cljsrn (6)
- # clojars (18)
- # clojure (307)
- # clojure-art (1)
- # clojure-brasil (1)
- # clojure-italy (2)
- # clojure-poland (3)
- # clojure-russia (61)
- # clojure-sdn (2)
- # clojure-taiwan (4)
- # clojure-uk (5)
- # clojurebridge (7)
- # clojurescript (19)
- # core-async (1)
- # core-matrix (1)
- # cursive (35)
- # datomic (3)
- # emacs (51)
- # euroclojure (3)
- # hoplon (20)
- # jobs (1)
- # keechma (1)
- # mount (3)
- # off-topic (2)
- # om (177)
- # onyx (96)
- # parinfer (4)
- # pedestal (4)
- # re-frame (19)
- # reagent (7)
- # untangled (5)
@malabarba: very weird, it worked on my laptop and I have exactly the same emacs config there
hi everybody
has anyone seen this one while running tests:
> error in process filter: Wrong type argument: stringp, nil
I'm using cider 0.11.0
I could run tests in a different project on friday
I didn't upgrade anything
oh I see
the tests had no assertions
I'll file a bug
I use this package in Emacs https://github.com/nschum/highlight-symbol.el but M-x highlight-symbol
occurrences are ignored in clojure code. Very bizarre.
if I mark a symbol, e.g. an import from :as http
then highlighting http
doesn't show http/request
usages. I guess that's actually pretty neat. I just need to remember this caveat.
Highlighting all occurrences of the http
symbol isn't going to highlight http/something
this is probably clojure
mode, it must define /
to be a legal symbol character. Whereas in, e.g. Java or Scala, the namespace separator (`.`) has a separate semantic meaning.
@fommil: btw, we've got this on our roadmap https://github.com/clojure-emacs/cider/issues/1461