-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip unnecessary invokes to nested task of not needed tasks
When a task is no needed (because `needed?` is false), running it with `--trace` still report all it dependencies. Rake is still calling `invoke_prerequisites` in a task not `needed`. This change simply avoid that call.
- Loading branch information
Jesús Gómez
committed
Jun 21, 2022
1 parent
73a2116
commit a88bf7d
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters