Deprecate name
and message
options of assert
and ensure
#125
Labels
enhancement
New feature or request
Milestone
If
@core/errorutil
offers error alteration functions as proposed in jsr-core/errorutil#3, I believe we can deprecate thename
andmessage
options inassert
andensure
.I'd like to deprecate these options due to issue #121. Additionally, I'd like to deprecate
setAssertMessageFactory
(and its related functions) to simplify the overall implementation.Before proceeding, I'd like to gauge how many users currently rely on these functionalities and whether they are open to migrating their code to the solution mentioned in the issue.
The text was updated successfully, but these errors were encountered: