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)
They might have been removed, don't worry about that
And yes, if that file isn't there anymore, the lein invocation can go
Hi 👋
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
Merged :)
Would you like CI too before cutting a release?
@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.
Ah, nice. Didn't know there was an existing action for adding babashka.
Should the help reflect neil dep add as well?
Good catch.
I'm tuning out for today, thanks a lot!
@borkdude I guess I should have pinged you about that one ☝️ 😄
oh thanks :)
My pleasure!
Awesome announcement. Perhaps that fzf info can also end up in the README
This is really beautiful:
$ neil dep versions org.clojure/clojure | fzf | xargs neil dep addUnix pipes are great 😄
If you want to make a tweet about this, with your video, I'll RT ;)
https://twitter.com/TeodorHeggelund/status/1510742283443970065
Looks like I forgot to run bb run gen-script for https://github.com/babashka/neil/pull/21.
@teodorlu No problem, that'll happen automatically when I run bb publish again.