Closed mix86 closed 7 years ago
Looks like we need to fix a few active support things. Code looks 👍 though!
Woo hoo! Released in v3.8.0
! Thanks for the contribution!
Edit: See comment below.
Hello. Can you merge this pull request to 3.8 branch?
Oh my! For some reason I thought I merged into master. Thanks @stAndrei ! Let me cut a release with this in it.
Done! Merged into 3-8-stable
and released in v3.8.1
.
This fix allows to reuse
::Rake::Task['protobuf:compile'].invoke
in custom rake tasks. Becausesystem
call doesn't replace current process, butexec
does.