- Notifications
You must be signed in to change notification settings - Fork18
Introduce commands to convert collection type#92
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
1bba6ea toabfda1fCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
bbatsov commentedMay 10, 2025
Overall the PR looks good. Might also be useful to add some cycle collection command that's a bit smarter and handles the most common cases:
|
rrudakov commentedMay 10, 2025
Good idea. Maybe you could also suggest default keybinding for those commands? |
rrudakov commentedMay 10, 2025
On a second thought, I'm not sure about that :) You can convert list to quoted list by using |
abfda1f to155cb18Comparebbatsov commentedMay 10, 2025
Yeah, I get this, but in my experience it’s quite uncommon to convert between most literal types. I meant this more in the sense of making it easier for the end users - by remembering less commands. Anyways, not very important right now. |
edf0d32 intoclojure-emacs:mainUh oh!
There was an error while loading.Please reload this page.
Before submitting a PR mark the checkboxes for the items you've done (if you
think a checkbox does not apply, then leave it unchecked):
M-x checkdocand fixed any warnings in the code you've written.Thanks!