babashka-sci-dev

teodorlu 2026-03-24T09:51:32.626849Z

morning 🙂 neil dep versions supports --limit (example: neil dep versions com.cognitect/transit-cljs --limit 20), but I can't find the limit option documented anywhere. It's not mentioned in neil --help, and not in neil dep versions --help. Is this an oversight, or am I just not finding the right helptext command?

teodorlu 2026-04-05T09:59:05.820399Z

PR: https://github.com/babashka/neil/pull/260 It appears the old README instructions were working "by accident" in bbin. @rads fixed the problem in the bbin repo, porting the fix back to babashka/neil was quick.

borkdude 2026-04-05T09:59:25.011429Z

thanks!

❤️ 1
borkdude 2026-03-24T09:56:02.652899Z

Might just be an underdocumentation

👍 1
teodorlu 2026-03-24T10:03:46.678429Z

It's in the optspec: https://github.com/babashka/neil/blob/0b7373dd1b5a0dc7f8aff83b8e65d75d7d5e23bc/src/babashka/neil.clj#L38 Other options have a :desc option, but :limit does not.

borkdude 2026-03-24T10:07:46.004139Z

ok PR welcome :)

👍 1
teodorlu 2026-03-24T10:15:19.511029Z

I'm hitting problems with dev installation with bbin too. Last time I had neil-dev installed was a long time ago, I think bbin has been through some changes.

borkdude 2026-03-24T10:18:31.040739Z

Maybe file an issue with bbin on Github. @rads responds fairly regularly. If you can help debug this, probably even faster.

👍 1
teodorlu 2026-03-24T10:22:42.230839Z

I hit the same problem trying to install a development version of bbin with bbin. I'll make an issue 👍

borkdude 2026-03-24T10:23:24.152569Z

Thanks

teodorlu 2026-03-24T10:25:00.246979Z

Issue in bbin repo: https://github.com/babashka/bbin/issues/106

borkdude 2026-03-24T10:25:31.610879Z

cc @rads