Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (16m)  pkgsrc-2024Q1 (3d)  pkgsrc-2023Q4 (77d)  pkgsrc-2023Q2 (110d) 

2024-06-17 14:12:51 UTC Now

2024-01-21 15:24:51 UTC MAIN commitmail json YAML

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 窶賭uiet 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.

(taca)