Fork me on GitHub
#babashka
<
2021-03-30
>
Noah Bogart17:03:00

When do you increase BABASHKA_RELEASED_VERSION?

nate17:03:33

@borkdude woah, does this mean that deps.clj is bundled into bb now (from bb -h)?

Clojure:

  clojure [args...]  Invokes clojure. Takes same args as the official clojure CLI.

borkdude17:03:57

@nate yes. it's been there for a while (under --clojure before)

nate17:03:09

oh wow, cool, must have missed that

nate17:03:49

ah, doesn't look like it was in the help before

nate17:03:01

this is great, thanks

borkdude17:03:14

it was:

Clojure:

  --clojure [args...] Invokes clojure. Takes same args as the official clojure CLI.

nate17:03:39

oh, my previous version was too old, apologies

richiardiandrea18:03:27

Hi there, I am reading the babashka book and I https://book.babashka.org/#_input_and_output_flags > Note: input is only available in the user namespace, designed for one-liners. For writing scripts, see scripts. But then there is not Scripts section...I can PR a fix but I was wondering if the sentence is still valid or just the reference needs fixing

borkdude18:03:59

@richiardiandrea PR welcome. It should link here: https://book.babashka.org/#_scripts The link was probably broken when migrating from markdown to asciidoc

richiardiandrea18:03:23

sounds good will do that

richiardiandrea18:03:31

thanks for the watch script 🙏

borkdude22:03:37

there is also a new version of jet with some nice additions: https://github.com/borkdude/jet/releases/tag/v0.0.14

jet 3