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

Make Generator output names predictable (for RunGen usage) #2194

Open
steven-johnson opened this issue Jul 13, 2017 · 0 comments
Open

Make Generator output names predictable (for RunGen usage) #2194

steven-johnson opened this issue Jul 13, 2017 · 0 comments

Comments

@steven-johnson
Copy link
Contributor

Generators that use Output<> can end up with ${SOME_INTEGER} appended to the actual name of the output, due to unique-ifcation of Funcs.

Generators that use build() don't have any way to specify a name for the outputs, and end up with f{SOME_INTEGER} as the output name.

In both cases, a predictable name would be better: in the former case, we should ensure that the output names match the declared name; in the latter case, we should generate a predictable-but-likely-unique name (e.g. of the form "${GENERATORNAME}_output").

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