This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-28
Channels
- # announcements (30)
- # architecture (9)
- # aws (2)
- # babashka (23)
- # beginners (55)
- # cider (22)
- # clj-kondo (40)
- # clojure (47)
- # clojure-europe (4)
- # clojure-france (2)
- # clojure-italy (17)
- # clojure-nl (16)
- # clojure-norway (1)
- # clojure-sanfrancisco (1)
- # clojure-seattle (1)
- # clojure-spec (12)
- # clojure-uk (34)
- # clojured (3)
- # clojurescript (15)
- # core-async (11)
- # cursive (19)
- # data-science (3)
- # emacs (7)
- # events (4)
- # figwheel-main (10)
- # fulcro (33)
- # graalvm (49)
- # graphql (11)
- # instaparse (1)
- # java (7)
- # kaocha (1)
- # leiningen (7)
- # malli (3)
- # meander (69)
- # pathom (9)
- # re-frame (4)
- # rum (2)
- # shadow-cljs (34)
- # spacemacs (9)
- # sql (29)
- # tree-sitter (1)
- # yada (3)
got a build working for JDK11 + hato on CI using Github actions. It does take 8 minutes to compile and the final binary is 53MB (17MB zipped)
meanwhile CircleCI is broken for babashka, I get a 500 while browsing to the UI for this project, so I can't do any new releases until that is fixed 😕
unless I port everything to Github actions, which is maybe a good backup plan anyway
@borkdude sounds like we should pair on this while we both are in Berlin 😉
yes, we can sit together on this 😄 maybe faster feedbacks
I'm meeting again with my colleagues this afternoon, but maybe we could meet in a bar an hour or so before the pre-party
hit me up with the address, will be there today 😄
sounds like a plan
I want to dynamically run my clojure repl with an -Sdeps
line that is appropriate for the project I'm in
but in my code if I run (shell/sh "clojure" "-A:repl" ,,,)
I get an error about being unable to create a system terminal
for now, I use bb to generate the right deps fragment and then return it to bash so bash can call clojure with that as an arg