-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Added the Krell REPL support #2861
Conversation
From what I get |
Hi @bbatsov, do you mean these: |
Yep. I think that only the cljs part the setup is actually needed ( Line 825 in fdc8d69
krell regardless of your build tool.
|
Great, thanks for confirming! |
6dae471
to
84a74ae
Compare
This change adds the support for Krell REPL. Instead of having to pick a custom REPL and specifying a cider-custom-cljs-repl-init-form, this is all now included. All the user has to do is pick the REPL type, which in this case is krell.
Cleaned up the PR, please have a look. A things to consider: The way the require clause is provided, it isn't all on one line like it is for the other REPL types. Would you like that all flattened out to a single line? I'm talking about this https://github.com/clojure-emacs/cider/pull/2861/files#diff-00bd1ee3b6816bf7f502bc824ec4a6e9R834 |
It's fine as it is. Just update the changelog and add some docs about Krell (so that people know CIDER supports it now) and we're good to go. |
@dotemacs ping :-) |
Pong. I’ll do it either today or this weekend. Thanks |
I'm planning to cut a new release soon, so I'll merge this as is. You can add the docs later. |
This change adds the support for Krell REPL.
Instead of having to pick a custom REPL and specifying a
cider-custom-cljs-repl-init-form, this is all now included. All the
user has to do is pick the REPL type, which in this case is krell.
I suspect that there might need to be issues to be considered:
Please advise, thanks