jspm / project

Roadmap and management repo for the jspm project
161 stars 8 forks source link

Stalled dependency builds cause issues for parents #229

Open guybedford opened 1 year ago

guybedford commented 1 year ago

When a dependency is taking a very long time to build, this also can cause build errors for parent dependencies since they cannot be built and then can themselves be marked as errored builds, even if the dependency build was just a very slow build and not even an error.

There are a number of things that need to be done here:

Fixing the above on the server should be a high priority.