[ideas] when callr_function != NULL
and debug != NULL
, targets
should return error
#1378
Closed
stemangiola
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
The case for |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help
Description
I cannot see any use case where I would like to have
callr_function != NULL
anddebug != NULL
.When this happens accidentally (I forget to update the pipeline), the error due to side effects is not apparent, and this costs me long minutes to debug.
Should
targets
throw error ifcallr_function != NULL
anddebug != NULL
?Beta Was this translation helpful? Give feedback.
All reactions