Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-minitest
From: Takahiro Kambe
Date: 2024-01-21 16:24:51
Message id: 20240121152451.83BF9FA42@cvs.NetBSD.org
Log Message:
devel/ruby-minitest: update to 5.21.2
5.21.0 (2024-01-11)
10 minor enhancements:
* Add include_all kw arg to assert_respond_to and refute_respond_to.
* Added –quiet flag to skip ProgressReporter (prints the dots). Minor
speedup.
* Added Minitest::Compress#compress and added it to UnexpectedError.
* Added ability to initialize BacktraceFilter w/ custom regexp.
* Filter failure backtraces using backtrace_filter before calculating
location. (thomasmarshall)
* Make BacktraceFilter#filter compatible with locations (still compares
strings).
* Optimized Assertion#location ~30%.
* Output relative paths for all failures/errors/backtraces.
* Refactored location information in assertions, now using locations.
* Removed thread and mutex_m dependencies. (hsbt, eregon)
2 bug fixes:
* Drop undocumented bt arg in #skip. Dunno why that ever happened, prolly
for testing?
* Fix mock to work with ruby debugger enabled. (keithlayne)
5.21.1 (2024-01-11)
1 bug fix:
* Rails' default backtrace filter can't currently work with
caller_locations, so reverting back to caller.
5.21.2 (2024-01-17)
1 bug fix:
* Fixed bug in Minitest::Compress#compress formatting w/ nested patterns.
Now recurses properly.
Files: