Austin Ziegler wrote: >irb(main):005:0> a = ""; (0...8192).each { |i| a << "%c" % [65 + i % 25] >}; puts a.size; a.to_yaml; nil >8192 > > Yeah, this is healed in the latest. Ran tests up to (0..8191313) and still worked good. Anyone who can test a stable snapshot on Windows? _why