babashka

2025-07-07T13:41:12.673659Z

is there a way to override a built-in dependency in babashka? bb hasn't been updated with the most recent version of edamame (which is fine, this is not me trying to ask you for a release lol), but if i put in my bb.edn file the most recent version of edamame, it will still use the built-in version.

borkdude 2025-07-07T13:45:33.173489Z

normally this is possible when you add :reload to the require but in the case of edamame this won't work since edamame can't be run from source in bb. I'll make a release since I was planning to do this anyway

2025-07-07T13:45:47.989279Z

oh interesting, okay

2025-07-07T13:46:14.180369Z

thank you, that's kind of you

borkdude 2025-07-07T14:34:30.467099Z

I'm making a release but one of my build environments is a bit slow today... https://cirrus-ci.com/task/5490741012594688

❤️ 2
2025-07-07T14:46:52.133369Z

there's no rush, i assure you