-
-
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
Show explicit error messages when invoking commands with no ClojureScript support #1432
Comments
Make that user-errors. :-) |
Sure. :-) Does anyone have a list of the commands that don't work on ClojureScript? |
C-c C-. aka I don't think any of the tracing stuff works either. Does the |
No, although there's a port of According to the caveats sections the following don't work:
|
@cichli should we add something more to the list? We should probably create individual tickets to implement the missing cljs functionality and start tackling the simplest tasks first. |
By the way, mind if I take this on? I have some thoughts on how to integrate this with the dynamic dispatch. |
Sure. Go ahead. |
Nothing springs to mind that's missing from your list.
|
Helping out with #1416 would be a very good start. :-) |
Also mark cider-refresh as Clojure-only, but allow it to be invoked from ClojureScript buffers.
Also mark cider-refresh as Clojure-only, but allow it to be invoked from ClojureScript buffers.
People are often wondering if some command is supposed to work with ClojureScript or not. In the interest of better UX we should raise proper errors when commands that don't work with ClojureScript are invoked in a ClojureScript connection.
Does anyone happen to have a list of those commands?
The text was updated successfully, but these errors were encountered: