Description
https://go-task.github.io/slim-sprig/math.html already has randInt template function, which takes two arguments. But #2225 introduces another one randInt which breaks compatibility. Is it really necessary to break backward compatibility here?
Version
3.44.0
Operating system
Experiments Enabled
No response
Example Taskfile
version: '3'
tasks:
default:
cmds:
- |
echo RandInt: {{randInt 0 100}}
Description
https://go-task.github.io/slim-sprig/math.html already has
randInttemplate function, which takes two arguments. But #2225 introduces another onerandIntwhich breaks compatibility. Is it really necessary to break backward compatibility here?Version
3.44.0
Operating system
Experiments Enabled
No response
Example Taskfile