Fork me on GitHub
#clj-kondo
<
2020-05-15
>
vinnyataide00:05:08

:syntax-quote node expects 1 value.clj-kondo
what does this mean? this is the line
#(comp/transact! this `[(bump-number {})])

vinnyataide00:05:24

the code works correctly

borkdude07:05:01

@vinnyataide I need a full repro like:

(require '[foo :as comp])
(let [this 1]
  #(comp/transact! this `[(bump-number {})]))
Btw, that full repro works fine with clj-kondo. What version are you using?

vinnyataide23:05:59

now it fixed itself =x when I opened the project again

vinnyataide23:05:33

but vscode is always focusing on the output tab even tho it's not showing anything meaningful

vinnyataide23:05:13

this always happens when I save a file, even though I'm in the terminal tab

vinnyataide23:05:26

windows machine