Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-minitest
From: Takahiro Kambe
Date: 2024-09-18 17:19:08
Message id: 20240918151908.42889FC74@cvs.NetBSD.org
Log Message:
devel/ruby-minitest: update to 5.25.1
5.25.0 (2024-08-13)
2 minor enhancements:
* Fixed some inefficiencies filtering and matching (mostly backtraces).
* Refactored siginfo handler to reduce runtime costs. Saved ~30%!
5 bug fixes:
* Added missing rdoc to get back to 100% coverage.
* Cleaning up ancient code checking for defined?(Encoding) and the like.
* Disambiguated some shadowed variables in minitest/compress.
* Fixed an ironic bug if using string-literals AND Werror.
* Improve description of test:slow task. (stomar)
5.25.1 (2024-08-16)
2 bug fixes:
* Fix incompatibility caused by minitest-hooks & rails invading minitest
internals.
* Revert change from =~ to match? to allow for nil if $TERM undefined.
Files: