Skip to content

Fix Task Race Conditions #20

@NfNitLoop

Description

@NfNitLoop

Fix this:

deno-embedder/deno.jsonc

Lines 32 to 40 in 426e55a

// WARNING!
// AFAIK, these task dependencies are declared properly. (And in fact, a bit conservatively to keep things simple)
// However, when run in parallel, I get errors that very much make it seem like dependency tasks haven't finished
// before running the next task.
// BUT, with the current state of the output of `deno task` when running parallel tasks, it's difficult to verify/debug this.
// TODO: Once better logging is implemented, come back and try to debug this again:
// See: https://github.com/denoland/deno/issues/27647
//
// Until then, run tasks with `DENO_JOBS=1 deno task ...`

Once we have better logging from this:
denoland/deno#27647

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions