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
CC @bjodah per pull request submitted to bitbucket:
This option is useful in e.g. Makefiles where currently using a redirect to target creates a file even on rendering failure, e.g.:
target.txt: target.txt.mako mako-render $< >$@
this would allow a user to use a Makfile such as:
target.xt: target.txt.mako mako-render $< --output-file $@
which would only create the target upon successful rendering.
gerrit at https://gerrit.sqlalchemy.org/#/c/sqlalchemy/mako/+/958/, however we have no test fixture for the mako-render thing. that would be helpful to have.
The text was updated successfully, but these errors were encountered:
64f2f8f
No branches or pull requests
CC @bjodah per pull request submitted to bitbucket:
This option is useful in e.g. Makefiles where currently using a redirect to target creates a file even on rendering failure, e.g.:
this would allow a user to use a Makfile such as:
which would only create the target upon successful rendering.
gerrit at https://gerrit.sqlalchemy.org/#/c/sqlalchemy/mako/+/958/, however we have no test fixture for the mako-render thing. that would be helpful to have.
The text was updated successfully, but these errors were encountered: