stack level too deep (SystemStackError)
after upgrading from 4.6.1 to 4.6.2
#1520
Milestone
stack level too deep (SystemStackError)
after upgrading from 4.6.1 to 4.6.2
#1520
Describe the bug
Per 4dc603b#commitcomment-54080150
4.6.2
extendsRake::Task
with aliasingexecute
method. Unfortunately this causesstack level too deep (SystemStackError)
, whenRake::Task#execute
is overridden using#prepend
To Reproduce
Create a
Rakefile
:Run
rake test
Expected behavior
rake test
should not causeSystemStackError
Actual behavior
rake test
ends withSystemStackError
Environment
The text was updated successfully, but these errors were encountered: