missionary 2024-04-23

This hangs and pegs the CPU:

((m/reduce
  (fn [_ v] (prn v))
  nil
  (m/zip vector
    (m/seed (range))
    (m/seed [:a :b :c])))
 prn prn))
[0 :a]
[1 :b]

I think it's this one https://github.com/leonoel/missionary/issues/74 @xifi wrote a fix, I'll review it asap

👍 1

Fixed in b.39

👍 1