2025-01-19 12:07:21 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Fix build error with Ruby 3.4
Since these packages are bundled with Ruby 3.4.1 as bundled gem, so no need
to build these pacakges.
|
2024-12-09 14:47:16 by Takahiro Kambe | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
devel/ruby-minitest: update to 5.25.4
5.25.2 (2024-11-21)
4 bug fixes:
* Include class name in spec name. (thomasmarshall)
* Fixed redefining object_id warning from ruby 3.4. (mattbrictson)
* Minitest top-level namespace no longer includes entire contents of
README.rdoc. Too much!
* Refactored spec's describe to more cleanly determine the superclass and
name
5.25.3 (2024-12-03)
5 bug fixes:
* Fixed assert_mock to fail instead of raise on unmet mock expectations.
* Fixed assert_mock to take an optional message argument.
* Fixed formatting of unmet mock expectation messages.
* Fixed missing must_verify expectation to match assert_mock.
* minitest/pride: Fixed to use true colors with *-direct terminals (bk2204)
5.25.4 (2024-12-03)
1 bug fix:
* Fix for must_verify definition if only requiring minitest/mock (but why?).
|
2024-09-18 17:19:08 by Takahiro Kambe | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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.
|
2024-03-24 15:11:13 by Takahiro Kambe | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
devel/ruby-minitest: update to 5.22.3
5.22.3 (2024-03-13)
1 minor enhancement:
* MASSIVE improvement of minitest's pride plugin output: Frequencies
doubled! Sine waves shifted!! Comments improved!!! Colors rotated!!!!
(havenwood)
3 bug fixes:
* Improved wording on Minitest::Test#parallelize_me! to clarify it goes
INSIDE your test class/describe.
* Minor changes to tests to pass when tests ran with extra flags (eg -p).
* Support Ruby 3.4's new error message format. (mame)
|
2024-02-10 15:05:36 by Takahiro Kambe | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
devel/ruby-minitest: update to 5.22.2
5.22.2 (2024-02-07)
1 bug fix:
* Third time's a charm? Remember: `ensure' is almost always the wrong way to
go (for results... it's great for cleaning up).
|
2024-02-06 16:00:17 by Takahiro Kambe | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
devel/ruby-minitest: update to 5.22.0
5.22.0 (2024-02-05)
1 minor enhancement:
* Added "did you mean" output if your –name filter matches
nothing. (tenderlove)
2 bug fixes:
* Big cleanup of test filtering. Much prettier / more functional.
* Fix situation where Assertion#location can’t find the location. (pftg)
|
2024-01-21 16:24:51 by Takahiro Kambe | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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.
|
2023-12-16 16:17:17 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
devel/ruby-minitest: add version 5.20.0
Re-add ruby-minitest package required by devel/hoe implicitly with ruby31.
5.20.0 (2023-09-06)
1 minor enhancement:
* Optionally allow autorun exit hook to remain active in forked
child. (casperisfine)
|
2023-08-06 09:53:31 by Takahiro Kambe | Files touched by this commit (4) | ![Package removed](https://pkgsrc.se/images/remove.gif) |
Log message:
devel/ruby-minitest: remove package
ruby-minitest is required by ruby-activesupport*. But all ruby*-base have
required minitest gem as bundled gem. So, there is no need to provide
ruby-minitest package.
|
2023-08-06 09:46:02 by Takahiro Kambe | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
devel/ruby-minitest: update to 5.19.0
5.19.0 (2023-07-26)
2 minor enhancements:
* Add metadata lazy accessor to Runnable / Result. (matteeyah)
* Only load minitest/unit (aka ancient MiniTest compatibility layer) if
ENV["MT_COMPAT"]
1 bug fix:
* Minitest::TestTask enthusiastically added itself to default. (ParadoxV5)
|