Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clojure layer: fix function usage in clojure layer according to cider changes #10954

Conversation

andrestylianos
Copy link
Contributor

Clojure layer: fix function usage in clojure layer according to cider changes

The function cider-current-repl-buffer does not exist anymore in cider after PR #2324 was merged.
It broke the usage of functions in the clojure layer that used spacemacs//cider-eval-in-repl-no-focus, which sends forms to be evaluated in the repl buffer without focusing on it.
The fix is to use cider-current-repl instead of cider-current-repl-buffer

… changes

The function `cider-current-repl-buffer` does not exist anymore in cider after PR [syl20bnr#2324](clojure-emacs/cider#2324) was merged.
It broke the usage of functions in the clojure layer that sent used `spacemacs//cider-eval-in-repl-no-focus`, which sends forms to be evaluated in the repl buffer without focusing on it.
The fix is to use `cider-current-repl` instead of `cider-current-repl-buffer`
@sdwolfz
Copy link
Contributor

sdwolfz commented Jul 3, 2018

Thank you ❤️!
And congratulations on your first Spacemacs PR 🎉!
Cherry-picked into develop branch, you can safely delete your branch.

@sdwolfz sdwolfz closed this Jul 3, 2018
@andrestylianos andrestylianos deleted the bug/removed-cider-current-repl-buffer branch July 4, 2018 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants