This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-03
Channels
- # announcements (5)
- # aws (3)
- # babashka (52)
- # babashka-sci-dev (23)
- # beginners (51)
- # calva (191)
- # clj-commons (18)
- # clj-kondo (11)
- # cljdoc (39)
- # cljsrn (3)
- # clojure (24)
- # clojure-czech (3)
- # clojure-dev (2)
- # clojure-europe (15)
- # clojuredesign-podcast (2)
- # clojurescript (8)
- # conjure (2)
- # core-typed (151)
- # cursive (15)
- # data-science (3)
- # datalevin (4)
- # datomic (8)
- # figwheel-main (21)
- # fulcro (37)
- # gratitude (3)
- # honeysql (1)
- # hyperfiddle (2)
- # introduce-yourself (1)
- # malli (3)
- # membrane (54)
- # off-topic (21)
- # other-languages (4)
- # portal (18)
- # re-frame (12)
- # reagent (7)
- # releases (2)
- # sci (64)
- # spacemacs (14)
- # sql (2)
- # vim (4)
- # xtdb (6)
I might just be missing some history, but I'm concerned I'm missing a file or something - sci's native test script has a performance test that runs tests from sci.performance-test
- in my local and in the CI run I looked at from yesterday, that invocation runs 0 tests, 0 assertions. Based on everything I can see, there are currently no performance tests to be run, but I'm wondering:
⢠was this test ns removed intentionally? (just want to make sure it wasn't an accident to be addressed)
⢠should we remove that test to eliminate a lein invocation? (or is it there so if performance tests come back, they'll get run without having to remember to re-add it)
PR: Add neil dep add
entrypoint.
Exactly the same as neil dep add
- but fits with neil dep versions
.
https://github.com/babashka/neil/pull/19
@teodorlu I published version 0.0.18 now. A CHANGELOG.md and CI would be swell. Also feel free in #announcements what you've done.
About CI: I usually use https://github.com/turtlequeue/setup-babashka - works pretty well, but just bash installer script works too. Merged.
This is really beautiful:
$ neil dep versions org.clojure/clojure | fzf | xargs neil dep add
@U04V15CAJ I guess I should have pinged you about that one āļø š
Looks like I forgot to run bb run gen-script
for https://github.com/babashka/neil/pull/21.