rake
rake copied to clipboard
find the Status of each rake tasks
Hi,
I had too many rake tasks in the project. Need to find whether the rake execution is success or not. I have used rakefile, it will helps for the rake file name, args, start and end time. But whether the execution is sucess or any exception occurs we can not find out.Is there anyway find out. Posted similar question in Stackoverflow.
http://stackoverflow.com/questions/42140463/find-the-exception-from-rakefile-in-rake-tasks
Is it similar with #173 ?
I understood your request and usecase ( also #173 ). But I could not better API name like "RakeTask#status" or "RakeTask#exit_status"
@hsbt. Here also we can't find the status of last take success or not. Is it needed right ?
Hey everyone, I've opened this PR https://github.com/ruby/rake/pull/420 targeting to solve this issue.
I'd love to know what you think about it :) I'd be happy to change it to a different approach if you consider a good idea.
@karreiro Thanks a Ton man 🙏🏽 , will wait for this change to be merged 👯