Fork me on GitHub
#lsp
<
2022-06-29
>
ericdallo21:06:33

clojure-lsp Released clojure-lsp https://github.com/clojure-lsp/clojure-lsp/releases/tag/2022.06.29-19.32.13 with only a quick fix for Calva users introduced on previous release ā€¢ Editor ā—¦ Reverted https://github.com/clojure-lsp/clojure-lsp/issues/995 Improve element selected on textDocument/hover, as it caused clojure-lsp to stop working for Calva users after a syntax error was introduced. https://github.com/clojure-lsp/clojure-lsp/issues/1080

šŸŽ‰ 1
borkdude21:06:30

did the brew recipe now also update?

ericdallo21:06:36

it seems it failed the update, I'm investigating

ericdallo21:06:03

it seems the mac shas didn't work, I will try to understand it btter

borkdude21:06:05

can you point me to the logs?

borkdude21:06:09

I can't find it via github

ericdallo21:06:54

it seems it was a EOF because of a ", but I noticed the shas are missing as well

ericdallo22:06:31

I think I found it, we missed changing a place on the pipeline

šŸ‘ 1
ericdallo22:06:56

will trigger this manually

borkdude07:06:57

@UKFSJSM38 worked now!

$ file $(which clojure-lsp)
/Users/borkdude/bin/clojure-lsp: Mach-O 64-bit executable arm64

robert-stuttaford09:06:25

i've switched over, THANK YOU!

šŸŽ‰ 1
borkdude10:06:30

@UKFSJSM38 About the install script: I guess when people need the older install script, that still installs amd64, they can use the tag or sha in the raw install link

borkdude10:06:37

like this:

ericdallo12:06:23

yeah, I think so, most people will use latest release or nightly so I think it's ok

ericdallo12:06:07

Done, merged your PR!

ā¤ļø 1
borkdude12:06:28

Maybe you can document the workaround for when people need it

borkdude12:06:35

All done now then :)