Fork me on GitHub
#cider
<
2017-05-27
>
kiemdoder09:05:52

I executed M-x describe-face @tanzoniteblack and got the following: Face: font-lock-type-face (sample) (customize this face) Documentation: Font Lock mode face used to highlight type and classes.

kiemdoder09:05:19

I see now that compojure.handler is deprecated. That is most probably why it gets highlighted.

bozhidar11:05:56

Yes, there’s deprecation font-locking, although this theme certainly could have handled it better.

stardiviner12:05:28

I always get this error when lein repl in project starts.

WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: mranderson047.toolsanalyzerjvm.v0v6v9.toolsanalyzer.v0v6v7.clojure.tools.analyzer.utils, being replaced by: #'mranderson047.toolsanalyzerjvm.v0v6v9.toolsanalyzer.v0v6v7.clojure.tools.analyzer.utils/boolean?
WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: mranderson047.toolsanalyzerjvm.v0v6v9.toolsanalyzer.v0v6v7.clojure.tools.analyzer, being replaced by: #'mranderson047.toolsanalyzerjvm.v0v6v9.toolsanalyzer.v0v6v7.clojure.tools.analyzer.utils/boolean?
REPL server launch timed out.

stardiviner13:05:23

I tried to delete all under .m2/repository/. And install again. and tried to disable some Clojure packages.

dominicm13:05:11

@stardiviner do you have a cljs hook?

stardiviner13:05:35

What kind of cljs hook?

dominicm13:05:56

@stardiviner A line like :hooks [] in your project.clj

dominicm13:05:23

tbh, I do't think this is a cider-specific bug btw. You can test by doing lein repl normally from the project directory

stardiviner13:05:49

I see, I will ask this question in Lein.

stardiviner13:05:03

I did get this error from lein repl.

dominicm13:05:42

@stardiviner Do you have cider in your ~/.lein/profiles.clj? if so, you could confirm it by removing it from there.

stardiviner13:05:02

@dominicm Ask one question not realted to upper problem. Can I put cider-nrepl in :repl {:plugin []} vector instead of {:user :plugin []} vector?

stardiviner13:05:12

Confirmed this is caused by clj-refactor.

dominicm13:05:41

@stardiviner You shouldn't need to put it in profiles.clj anymore afaik.

dominicm13:05:46

It's automatically added.

stardiviner13:05:24

I will take a try with cider-jack-in from Emacs.