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

Simplify types #4

Open
alex-slynko opened this issue Mar 12, 2020 · 1 comment
Open

Simplify types #4

alex-slynko opened this issue Mar 12, 2020 · 1 comment

Comments

@alex-slynko
Copy link
Contributor

alex-slynko commented Mar 12, 2020

Do we even need to keep the complex recursion for the possible Concourse types?

Maybe it is better to add the limitations where it is only possible to put on_parallel just on the top level and do only once in the on_parallel. This might reduce compilation time and the complexity.

@akshaymankar
Copy link
Owner

Sometimes it is nice to be able to do something like this:

in_parallel:
- do:
   - task: something
   - task: something
- task: something

Also, it would be required for step hooks.

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

2 participants