Files
tinygo/builder
Ayke van Laethem a590d791bd builder: simplify running of jobs
Instead of keeping a slice of jobs to run, let the runJobs function
determine which jobs should be run by investigating all dependencies.
This has two benefits:

  - The code is somewhat cleaner, as no 'jobs' slice needs to be
    maintained while constructing the dependency graph.
  - Eventually, some jobs might not be required by any dependency.
    While it's possible to avoid adding them to the slice, the simpler
    solution is to build a new slice from the dependencies which will
    only include required dependencies by design.
2021-09-17 22:22:27 +02:00
..
2021-09-17 22:22:27 +02:00
2020-04-09 20:23:51 +02:00
2020-04-09 20:23:51 +02:00
2021-08-30 09:18:58 +02:00
2021-09-16 20:13:04 +02:00
2021-09-17 22:22:27 +02:00
2021-09-17 22:22:27 +02:00
2020-04-09 20:23:51 +02:00
2020-04-29 15:41:08 +02:00
2021-04-19 13:14:33 +02:00