missionary

Andrew Wilcox 2024-04-23T06:28:28.937449Z

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]

leonoel 2024-04-23T06:33:30.423379Z

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

👍 1
leonoel 2024-04-24T09:59:41.985159Z

Fixed in b.39

👍 1