Looks like your plugins are not getting pulled by leiningen.

Delete your .m2/ snapshots and then start lein repl in a terminal. Do you
see the plugins being pulled?

In this repl, are you able to require cider namespaces? Try: (require
'cider.nrepl.middleware.debug)
On 26 Nov 2015 1:47 pm, "Karel Miarka" <karel.mia...@seznam.cz> wrote:

> Thanks a lot.
>
> But whatever I do, I cannot get rid of the warnings:
>
> ; CIDER 0.10.0snapshot (package: 20151125.1430) (Java 1.8.0_66, Clojure
> 1.7.0, nREPL 0.2.12)
> WARNING: The following required nREPL ops are not supported:
> apropos classpath complete eldoc format-code format-edn info inspect-pop
> inspect-push inspect-refresh macroexpand ns-list ns-vars ns-path refresh
> resource stacktrace toggle-trace-var toggle-trace-ns undef
> Please, install (or update) cider-nrepl 0.10.0-SNAPSHOT and restart CIDER
> WARNING: The following nREPL ops are not supported:
> artifact-list artifact-versions clean-ns extract-definition find-symbol
> find-used-locals hotload-dependency namespace-aliases rename-file-or-dir
> resolve-missing stubs-for-interface version warm-ast-cache
> Please, install (or update) refactor-nrepl and restart the REPL.
> You can mute this warning by changing cljr-suppress-middleware-warnings.
> WARNING: clj-refactor and refactor-nrepl are out of sync.
> Their versions are 2.0.0-SNAPSHOT (package: 20151112.117) and n/a,
> respectively.
> You can mute this warning by changing cljr-suppress-middleware-warnings.
>
>
> And I believe my profiles.clj is ok:
>
> {:user {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]
>                   [refactor-nrepl "2.0.0-SNAPSHOT"]]
>         :dependencies [[org.clojure/tools.nrepl "0.2.12"]]
> }}
>
>
> I have completely removed ~/.emacs.d/ and also all the snapshots from
> ~/.m2 repo.
> Upgraded Emacs from 24.4 to 24.5 .
> Run lein upgrade.
> No success...
> What can be wrong?
>
>
> On Thursday, November 26, 2015 at 1:30:07 PM UTC+1, Lars Andersen wrote:
>>
>> Some bad code slipped into master for a few minutes but was fixed
>> promptly. See https://github.com/clojure-emacs/cider/issues/1434 for
>> more details.
>>
>> Just upgrade CIDER and you should be fine.
>>
>>
>> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to