-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
I am not sure this is not related to Calva, but it seems we do things right on the client end when I look at it.
Anyway, for this example, on Windows,, definitions for remove
, apply
, mapv
etcetera do not work. Definitions for util/add7
and for v
works.
(ns pez.lab.seven-segments
(:require [clojure.string :as string]
[pez.util :as util]))
(comment
(util/add7 8))
(defn transpose [v]
(->> v
(remove nil?)
(apply mapv vector)))
...
Also refactorings like trying to unwind the thread on v
doesn't work. It gives a warning in the log:
WARN clojure-lsp.handlers: Could not find a form at this location. ...what looks like the right location to me...
This seem somewhat covered by #25
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed