tools-build

souenzzo 2026-05-22T03:39:58.580059Z

A small bug in tools.gitlibs: tags function runs str/split-lines in out, from git-run. But out sometimes is nil and split-lines throws a NPE out sometimes is nil because capture function only returns a string if len > 0. cc @alexmiller

Alex Miller (Clojure team) 2026-05-22T04:32:32.128149Z

Please file an ask question with an example