Fork me on GitHub
#babashka-sci-dev
<
2022-09-28
>
borkdude09:09:31

I think we could just add an option to https://github.com/borkdude/gh-release-artifact to also upload a .sha256 file along with the uploaded file automatically

borkdude09:09:49

Then we just have to enable that in all the CIs and do the work only once

borkdude09:09:06

It has to be implemented in bb itself (so in that library) in order to be cross platform

lispyclouds11:09:05

@borkdude how about adding a bit more info https://github.com/babashka/babashka/blob/master/src/babashka/main.clj#L1052 ? got bit by the bit cryptic stack trace only to realise my bb.edn was empty 😅 something like (throw (Exception. (str "Error loading bb.edn: " (.getMessage e)))) can raise a PR now.

borkdude13:09:48

I would say print the message before throwing, don't swallow the original exception