This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-12
Channels
- # ai (1)
- # announcements (7)
- # babashka (32)
- # beginners (23)
- # biff (9)
- # calva (1)
- # cljs-dev (13)
- # clojure (32)
- # clojure-belgium (1)
- # clojure-chicago (15)
- # clojure-europe (24)
- # clojure-india (3)
- # clojure-nl (3)
- # clojure-norway (55)
- # clojure-uk (4)
- # clojurebridge (1)
- # clojurescript (5)
- # core-async (17)
- # data-science (9)
- # datomic (29)
- # events (3)
- # fulcro (16)
- # graalvm-mobile (4)
- # helix (15)
- # hyperfiddle (74)
- # introduce-yourself (1)
- # jobs (4)
- # kaocha (12)
- # leiningen (27)
- # lsp (16)
- # shadow-cljs (6)
- # spacemacs (20)
- # sql (27)
- # squint (7)
- # tools-deps (29)
- # vim (2)
- # xtdb (10)
@ericdallo I noticed the aarch64 MacOS artifact wasn't created/uploaded for the https://github.com/clojure-lsp/clojure-lsp-dev-builds/releases/tag/2023.09.09-21.01.05-nightly. I have Calva set to download the nightly build, and it alerted me that it couldn't be downloaded. I just wanted to let you know in case there's something you want to do or look into about it. CC @pez
yeah, the aarch64 mac CI is not 100% correct and some times when multiple PRs are merged close to each other, that happens
I think I actually been told this before. 😃 Maybe we should add a note about that to the Calva settings description, @U9A1RLFNV?
@ericdallo Seems to work now. Thanks
I think it's probably better to fix the CI but I couldn't find a better way to do it yet hehe
👋 I just updated my flake inputs (`nix flake update`) and clojure-lsp
fails installing via home-manager 🧵
~/src/dotfiles $ home-manager switch --flake .
error: builder for '/nix/store/pg5l378dhzq1w2z5784wpmx1k25n7rms-clojure-lsp-DEV.drv' failed with exit code 1;
last 10 log lines:
> ----- Stack trace --------------------------------------------------------------
> babashka.process/check - <built-in>
> make/clj! - /private/tmp/nix-build-clojure-lsp-DEV.drv-0/kdqv3yqllzz4vfln1wgr3369pppwj0yf-source/scripts/make.clj:54:7
> make/clj! - /private/tmp/nix-build-clojure-lsp-DEV.drv-0/kdqv3yqllzz4vfln1wgr3369pppwj0yf-source/scripts/make.clj:52:1
> make/unit-test - /private/tmp/nix-build-clojure-lsp-DEV.drv-0/kdqv3yqllzz4vfln1wgr3369pppwj0yf-source/scripts/make.clj:60:3
> make/unit-test - /private/tmp/nix-build-clojure-lsp-DEV.drv-0/kdqv3yqllzz4vfln1wgr3369pppwj0yf-source/scripts/make.clj:58:1
> make - /private/tmp/nix-build-clojure-lsp-DEV.drv-0/kdqv3yqllzz4vfln1wgr3369pppwj0yf-source/scripts/make.clj:116:49
> clojure.core/apply - <built-in>
> user-a5f2bc7d-9532-4811-beb7-c16f7fee59d2 - <expr>:35:1
>
For full logs, run 'nix log /nix/store/pg5l378dhzq1w2z5784wpmx1k25n7rms-clojure-lsp-DEV.drv'.
error: 1 dependencies of derivation '/nix/store/fcn55282nr2z036ns1fxfyhzb5qlwc5g-clojure-lsp-DEV.drv' failed to build
error (ignored): error: cannot unlink '/private/tmp/nix-build-emacs-unstable-29.1.drv-0/source': Directory not empty
error: 1 dependencies of derivation '/nix/store/z039yyrps6yz1fwsp9ha970im674xcq7-home-manager-applications.drv' failed to build
error: 1 dependencies of derivation '/nix/store/f51ndhv009vy611kyzajb98n3klck55q-home-manager-fonts.drv' failed to build
error: 1 dependencies of derivation '/nix/store/jmz739jlhcfhgbkr6f0zsdl07i5spjw1-home-manager-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/7dzzqvgxp67k15p9y4hx53bldq4f1v1x-home-manager-generation.drv' failed to build
Sure thing!
home-manager switch --flake .
is taking a long time, which I take as a good sign 😄
It looks like it worked? It was taking so long I killed it and tried again with --verbose
and apparently all the packages left are Emacs 29 ones.
Will fully confirm once this (hopefully) completes.