You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is occurring when an invalid target task is entered for the --target option. It seems that the search for a task goes deeper in this case and some recursion occurs. I suspect this is due to the code that allows multiple targets by creating a synthetic target of the form A+B+C. The implementation may need to be changed or possibly the feature may need to be removed.
The text was updated successfully, but these errors were encountered:
This error is occurring when an invalid target task is entered for the
--target
option. It seems that the search for a task goes deeper in this case and some recursion occurs. I suspect this is due to the code that allows multiple targets by creating a synthetic target of the form A+B+C. The implementation may need to be changed or possibly the feature may need to be removed.The text was updated successfully, but these errors were encountered: