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

feat(agama): reject usage of repeated input names #1440

Closed
jgomer2001 opened this issue May 23, 2022 · 0 comments
Closed

feat(agama): reject usage of repeated input names #1440

jgomer2001 opened this issue May 23, 2022 · 0 comments
Assignees
Labels
kind-feature Issue or PR is a new feature request

Comments

@jgomer2001
Copy link
Contributor

jgomer2001 commented May 23, 2022

Transpiler must be updated so it is required all input names are different (including the variable used for binding config properties).

Currently this is being accepted

Flow my.qname
    Basepath ""
    Conf x
    Inputs x x x ...
...
@jgomer2001 jgomer2001 self-assigned this May 23, 2022
@mo-auto mo-auto added the kind-feature Issue or PR is a new feature request label May 23, 2022
jgomer2001 added a commit that referenced this issue May 31, 2022
yuriyz pushed a commit that referenced this issue May 31, 2022
* chore: minor updates #1440

* feat: add checks to ensure uniqueness in flow parameters #1440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-feature Issue or PR is a new feature request
Projects
None yet
Development

No branches or pull requests

2 participants