We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the problem you are trying to solve
With pipelines, we have now the chance to know what ports exist so we can guard against sending to unknown ports and errors at compile time
Describe the solution you'd like The pipeline
define pipeline test pipeline select event form in into out/something_not_defined; end
should not compile.
At the same time this does apply to troy:
# ... define pipeline test into fancy pipeline select in into out/fancy; end; #... connect /pipeline/test/not_fancy to /connector/stdio;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem you are trying to solve
With pipelines, we have now the chance to know what ports exist so we can guard against sending to unknown ports and errors at compile time
Describe the solution you'd like
The pipeline
should not compile.
At the same time this does apply to troy:
The text was updated successfully, but these errors were encountered: