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:
parent
4d2b4cfccb
commit
2b4fe812e2
4 changed files with 189 additions and 70 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue