Require 'commit' argument in custom script run() method #4941
Labels
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
Proposed Changes
#4262 introduced support for an optional
commit
argument in a custom script'srun()
method. This issue serves to document the deprecation of this as an optional argument: Beginning with v2.10, a custom script'srun()
method must accept acommit
argument.Justification
Removes superfluous backward-compatibility logic from core. A custom script doesn't necessarily need to do anything with the
commit
argument; it just needs to accept it when called viarun_script()
.The text was updated successfully, but these errors were encountered: