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

deno task should separate parallel task output #27647

Open
dsherret opened this issue Jan 12, 2025 · 1 comment
Open

deno task should separate parallel task output #27647

dsherret opened this issue Jan 12, 2025 · 1 comment
Labels
feat new feature (which has been agreed to/accepted) task runner related to deno task

Comments

@dsherret
Copy link
Member

Something we never got around to in the initial implementation.

@dsherret dsherret added feat new feature (which has been agreed to/accepted) task runner related to deno task labels Jan 12, 2025
@NfNitLoop
Copy link

I'd love this! I'm debugging some very odd race conditions in my task dependencies and it's not always straightforward to know where errors are coming from.

Another thing that would help making sense of parallel task execution:

  • (Optionally?) Include timestamps for when tasks start/stop execution.

That way I can ensure that my dependencies are running in the desired order. (I'm starting to wonder if that's the case w/ my debugging! And you can't rely on the order of things on stdout, before or after this change, to know what order things ran in, or whether they had overlapping execution times.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat new feature (which has been agreed to/accepted) task runner related to deno task
Projects
None yet
Development

No branches or pull requests

2 participants