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

fix: compound tasks run all tasks #379

Closed

Conversation

zaucy
Copy link

@zaucy zaucy commented Nov 6, 2024

The orchestrator parallel tasks were not working for me. I'm using neovim nightly if thats related, but when I run the vscode compound tasks in this repo only the first task runs. I noticed that the orchestrator strategy seems to take in "task names" just fine so I simply removed the check if the task definition is a table when converting the tasks to a list of a list.

@stevearc
Copy link
Owner

I investigated and a proper fix was a bit more involved, so I added it myself. Thanks for the report and the PR! It helped a lot to know exactly where the problem was.

@zaucy
Copy link
Author

zaucy commented Nov 10, 2024

awesome! glad to hear its fixed :)

@zaucy zaucy deleted the fix/orchestrator-task-names-parallel branch November 10, 2024 07:06
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

Successfully merging this pull request may close these issues.

2 participants