Fork me on GitHub
#babashka
<
2020-11-26
>
plexus07:11:38

@borkdude would it be possible to do a new babashka release? It seems the nREPL port fix isn't in 0.2.3 yet.

borkdude07:11:19

I’m working towards a new release but for now you can download a master version from #babashka_circleci_builds

borkdude11:11:12

Preliminary changelogs: https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v024-snapshot-unreleased Feel free to try out the binary from master. I will release tomorrow if nothing else comes up. About the printed message for nREPL: I noticed they are slightly different for nREPL and the socket REPL. We might want to make those similar.

borkdude09:11:17

Released 0.2.4

🚀 3
plexus09:11:07

Thank you 🙏:skin-tone-2:

David Pham10:11:20

Is there any router library with httpkit that is known to work out of the box with babashka?

borkdude10:11:51

I don't know of any. Right now your best bet is building something simple by just looking at the :uri and :method keys of the request

borkdude11:11:45

Preliminary changelogs for 0.2.4https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v024-snapshot-unreleased Feel free to try out the binary from master. I will release tomorrow if nothing else comes up.

mkvlr12:11:57

@borkdude yay, thank you!

borkdude15:11:17

This will be a nice way to reproduce issues with babashka in the issue tracker :)

mkvlr15:11:29

could also have a version that fetches & builds from git

mkvlr15:11:49

too bad circle ci doens’t have predictible artifact names by sha

borkdude15:11:01

Maybe this helps? I haven't looked into the details of this script: https://twitter.com/ndj/status/1322999454295760898

borkdude15:11:23

babashka is also built on Github but I consider those builds secondary, since I sometimes find Github actions less stable

borkdude15:11:51

or you can build babashka from scratch in nextjournal :)

borkdude15:11:09

we already had a notebook for that I think a while ago

mkvlr15:11:00

yep, guess for a bug report the sha would be best?

borkdude16:11:51

Usually I ask people about the version number

borkdude08:11:09

@mkvlr Can I share that link publicly in the release notes?

borkdude09:11:51

Done, released!

parrot 3
borkdude22:11:09

babashka/process is now available on clojars: https://clojars.org/babashka/process

🎉 18