Ruby
Ruby 3.1’s incompatible changes to its YAML module (Psych 4)
Ruby made its YAML interpreter more secure by default at the cost of backward compatibility. Developers weren’t given heads up warning about the changes.
Ruby
Ruby made its YAML interpreter more secure by default at the cost of backward compatibility. Developers weren’t given heads up warning about the changes.
Ruby
My patches remove some unnecessary syscalls that keep the Rake task and build system needlessly waste time waiting for I/O. Spend less time waiting for Rake.
Ruby
Rake randomly ran into problems with non-existing files. That wasn’t the core issue. Instead, something interfered with the process’ working directory.