!history works AOK .. !history | tail 2 fails with exception (see below)
best i can tell, this was working for clojar 20190910.175122.9e253dd, started throwing exceptions in 20190913.182757.1838a79, and has maintained that exception since then
tried to drill down what change/PR may have occurred during that time -- but there appears to be a gap between a PR being closed and the noted clojars being created
long of the short is, (clojure.string/split) is being passed a vector from the (yetibot.core.commands.history/split-cmd) function, and that vector looks like this :: [:cmd [:words "count"]]
not entirely sure why or what changed for it to start passing vectors vs strings
@gkspranger thanks for reporting! By the way, the last segment of the version is the commit sha, so the release that possibly broke it corresponds with https://github.com/yetibot/core/commit/1838a79.
!history
works AOK ..!history | tail 2
fails with exception (see below)best i can tell, this was working for clojar
20190910.175122.9e253dd
, started throwing exceptions in20190913.182757.1838a79
, and has maintained that exception since thentried to drill down what change/PR may have occurred during that time -- but there appears to be a gap between a PR being closed and the noted clojars being created
long of the short is,
(clojure.string/split)
is being passed a vector from the(yetibot.core.commands.history/split-cmd)
function, and that vector looks like this ::[:cmd [:words "count"]]
not entirely sure why or what changed for it to start passing vectors vs strings
not urgent, just adding for posterity
exception