nextjournal / nextjournal/clojure-mode
Splicing on a string splices the form around it
Open
Nobody has claimed this yet.
bug
- Dominant language
- Clojure
- Stars
- 174
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Assume (foo "|bar") (where | denotes the cursor).
- in my REPL, pressing Meta-S:
(foo bar) - in clojure-mode,
foo "bar"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the (foo "|bar") case in the REPL and in clojure-mode using Meta-S, then compare the resulting forms. Use the two outputs in the issue to establish the intended splice behavior; done means clojure-mode handles the string case consistently without splicing the surrounding form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100