You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue with how to treat the ignore marker is a bit unsolved in Calva. I agree the behaviour is incorrect, but will have to investigate if it can be easily solved without causing funny behaviour elsewhere.
Hey, thanks for your response!
Just wanted to note that slurping ignored forms works with clojure-lsp (using paredit functionality from rewrite-clj i think). however dragging using lsp also has a problem with ignored forms. anyways, certainly not high priority, thanks a lot for your work.
I don't recall why we never merged it. Maybe we just forgot? Anyway, I'll have a look and see if it enlightens/reminds me a bit about the nature of the problem.
Using the slurp sexp forward command at
(|) #_(dosomething)
results in
( #_)(dosomething)
and the error:
:uneval node expects 1 value. [at line 1, column 6]
also: drag expression forward in the above scenario produces
#_ ()(dosometing)
destroying the commented expression. no error is printed in this case.
Calva version used: v2.0.409
clojure-lsp version used: 2023.12.29-12.09.27
clj-kondo version used: 2023.12.15
The text was updated successfully, but these errors were encountered: