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

Latest Change breaks CIDER #10

Closed
paulrd opened this issue Oct 12, 2018 · 6 comments
Closed

Latest Change breaks CIDER #10

paulrd opened this issue Oct 12, 2018 · 6 comments

Comments

@paulrd
Copy link

paulrd commented Oct 12, 2018

In your commit from a few ours ago, you renamed cider-linked-sessions to cider--linked-sessions this breaks cider as it depends on the old name.

@paulrd
Copy link
Author

paulrd commented Oct 12, 2018

My current work-around is to edit cider.el to use the extra - instead of using an older version of sesman.el.

@CarwynNelson
Copy link

I am also experiencing this issue.

Although a little correction is that the function is called sesman--linked-sessions :P

@bbatsov
Copy link
Collaborator

bbatsov commented Oct 13, 2018

Until @vspinu syncs CIDER's code you can just add (defalias 'sesman-linked-sessions 'sesman--linked-sessions) to your Emacs config.

@wandersoncferreira
Copy link

I just added the clj-refactor to my config and did a clean reinstall of every package. It took me sometime to realize what was going on rsrsrs o/

@vspinu vspinu closed this as completed in 14475d8 Oct 13, 2018
@vspinu
Copy link
Owner

vspinu commented Oct 13, 2018

Sorry about that. The plan was to have the sync on the cider side yesterday but I got derailed. Should be fixed once clojure-emacs/cider#2483 is in.

@bbatsov
Copy link
Collaborator

bbatsov commented Oct 13, 2018

Merged.

@vspinu vspinu mentioned this issue Oct 13, 2018
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

No branches or pull requests

5 participants