Some renaming and comments to try to clarify builder and jobserver.

The code is still a bit spaghetti-like, especialy when it comes to
redo-unlocked, but at least the new names are slightly more
comprehensible.
This commit is contained in:
Avery Pennarun 2018-12-11 02:57:29 +00:00
commit 2b4fe812e2
4 changed files with 189 additions and 70 deletions

View file

@ -102,7 +102,7 @@ def main():
jobserver.setup(j)
try:
assert state.is_flushed()
retcode = builder.main(targets, lambda t: (True, True))
retcode = builder.run(targets, lambda t: (True, True))
assert state.is_flushed()
finally:
try: