Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{pre,post}{Build,Generate}Commands should have optional input and output parameters #2887

Open
atilaneves opened this issue Feb 28, 2024 · 0 comments

Comments

@atilaneves
Copy link
Contributor

It's currently impossible to know whether or not one has to run these commands or if they did what they're supposed to since there's no way to know what they do in the general case. With inputs and outputs (including implicit inputs), things get a lot better. It'd also be nice to be able to use something like $in and $out in the commands themselves to avoid repetition. Implicit inputs are files that the command depends on but don't show up in $in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant